From: m s. <mw...@us...> - 2021-03-30 23:35:54
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>Hi all,</p> <p>Here is the script</p> <blockquote> <p><font face="Courier New, Courier, monospace">set yrange [-2:2]<br> set y2tics -1,1,1<br> set y2tics add ("top" 1,"middle" 0, "bottom" -1)<br> <br> plot sin(x)<br> </font></p> </blockquote> <p><br> </p> <p>The commands place the desired y2axis tics in V5.2.8 and earlier. However, I don't get any y2axis tics in V5.4.1 with either the X11 or QT terminals. I do get this warning message "warning: y2 axis range undefined or overflow".</p> show y2range yields:<br> <blockquote> <p>set y2range [ * : * ] noreverse writeback # (currently [1.00000e+308:-1.00000e+308] )</p> </blockquote> <p>What am I missing?</p> <p>Regards,</p> <p>MikeS</p> <p><br> </p> </body> </html> |