|
From: Thomas S. <t.s...@fz...> - 2011-01-30 14:54:31
|
by the way, why don't you just divide your x-data by 10? set xrange [0:3] plot "test.txt" u ($2/10.):1 w l ls 1, ... Thomas Sefzick wrote: > > set xrange [0:3] > set x2range [0:30] > set xtics > unset x2tics > > and then > > plot "test.txt" u 2:1 axes x2y1 w l ls 1, ... > > > pban92 wrote: >> >> I have this plot http://old.nabble.com/file/p30797061/test1.jpg >> test1.jpg with xrange[0:30] and x2range[0:3]. I am trying to >> 1. hide xrange[0:30] and >> 2. force x2range[0:3] to appear as xrange[0:3] as this one >> http://old.nabble.com/file/p30797061/test2.jpg test2.jpg >> Is there any option/trick to do that without affecting original plot? >> >> Many thanks in advance! >> > > -- View this message in context: http://old.nabble.com/Is-ther-anyway-to-force-xrange-without-changing-the-plot--tp30797061p30800055.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |