|
From: Thomas S. <t.s...@fz...> - 2009-11-24 18:18:57
|
tics are drawn either in or out. but you may use the 2nd axes to get in/out tics: gnuplot> set xtics mirror out gnuplot> set ytics mirror out gnuplot> set x2tics mirror in format "" gnuplot> set y2tics mirror in format "" gnuplot> plot sin(x) sebv wrote: > > Hello, > > I'd like to put xtics on the axis. I used the option set xtics axis but > the result is either IN or OUT. Is it possible to have the xtics IN and > OUT (i.e. the xtics bars which goes up and down the xaxis?). > Thanks. > > Sébastien. > -- View this message in context: http://old.nabble.com/xtics-on-the-axis-tp26485244p26499909.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |