|
From: pban92 <pb...@ya...> - 2011-01-30 15:56:09
|
Thanks Thomas. This is what I actually did and worked perfectly.
set xrange [0:6]
set yrange [0:0.9]
set xtics ("0.25" 0.5,"" 1.0,"0.75" 1.5, "" 2.0, "1.25" 2.5,"" 3.0,"1.75"
3.5, ""4.0,"2.25" 4.5, "" 5.0,"2.75" 5.5,"" 6.0 )
set x2tics ("" 0.5,"" 1.0,"" 1.5, "" 2.0, "" 2.5,"" 3.0,"" 3.5, "" 4.0,
“”5.0,"" 5.5,"" 6.0 )
unset key
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--tp30797061p30800337.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|