|
From: <sk...@po...> - 2007-11-15 00:05:41
|
>> where each of the p?.gnu files defines a single plot.
>> All three plots have the same x range. Reading the docs
>> for the set xtics command I couldn't figure out how to
>> have just the p3 plot display x axis labels.
Hans-Bernhard> Easy. By breaking this scheme:
>> All the plot files have this overall form:
>> [...]
>> set xtics nomirror
Hans-Bernhard> This was the right general idea already:
>> I tried
>>
>> set xtics ""
Hans-Bernhard> You want
Hans-Bernhard> unset xtics
Hans-Bernhard> instead.
Alas, that doesn't work either. I lose all x axis labels as well as the
vertical part of the grid. Here's what I get:
http://www.webfast.com/~skip/plot-notics.png
What I want is this:
http://www.webfast.com/~skip/plot-tics.png
but with the x axis labels on the top two plots removed.
Thanks,
--
Skip Montanaro - sk...@po... - http://www.webfast.com/~skip/
|