|
From: Thomas S. <t.s...@fz...> - 2011-09-21 18:45:46
|
Jon <devout1977 <at> gmail.com> writes: > ... > I used command > set term postscript portrait color solid enhanced > to try to generate a portrait output, but y axis is obviously too elongated. > ... > Anyway, I just want the plot to be plotted in a rectangular just like > a landscape box but with the whole plot rotated 90 degrees. How can I > possibly do that? set the axis ratio: set size ratio 1./sqrt(2) |