|
From:
<br...@ph...> - 2006-02-17 17:58:39
|
Richard Stover wrote: > Thanks for the suggestion. I tried ratio -1. That has no effect. Strange --- the code does something, since at least around version 4.0. Could be a coincidence, i.e. it was already in the same shape usually created by 'set size ratio -1'. > I did some more experimenting with set size and found that > 'set size 1,0.5' makes the Z axis half-size, not Y. Apparently > for a 3D plot the second number refers to the Z axis and the > first is applied to both X and Y. The <xscale> and <yscale> parameters of 'set size' act on the 2D paper coordinate system, not on 3D at all. The reason they appear to work the way they are is that the 3D-->2D projection set up by gnuplot always keeps the z axis vertical. As I said before: you'll probably have to artificially set the x and y ranges to equal spans to make 'set size ratio -1' do something useful. |