|
From:
<br...@ph...> - 2006-02-16 22:10:11
|
Richard Stover wrote: > I am measuring the flatness of a piece of silicon. The silicon > is 30mm by 60 mm. I am using splot to produce a 3D plot of the > measurements. I'd like to have the X axis twice as long as the > Y axis instead of the equal length default. I haven't found any > way to do this. I tried 'set size ratio 2' but apparently > that applies only to 2D plots. 'set size ratio -1', however, should do something even in 3D. You may have to manually set the x and y axes to equal ranges in addition to it. |