Dieter Britz schrieb:
>
> Is there a way of making the length and position of the x-axes
> independent of the formats? Iow, get all plots to align with different
> y-axis number formats?
Use 'set lmargin' and 'set rmargin' for the length of the x-axis, e.g.
set lmargin screen 0.1
set rmargin screen 0.95
Christoph