|
From: <HBB...@t-...> - 2007-11-14 23:37:55
|
Skip Montanaro wrote: > 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. Easy. By breaking this scheme: > All the plot > files have this overall form: [...] > set xtics nomirror This was the right general idea already: > I tried > > set xtics "" You want unset xtics instead. |