|
From: <br...@ph...> - 2006-10-17 18:27:58
|
Sophia Tang wrote: > Could you please tell me how to set in gnuplot so that it does not > autoscale, Autoscaling has nothing to do with this. > but plots the x, y, and z with the same unit length? I've > tried "size 1,1" and "size ratio ..", In splots, that's not that simple --- gnuplot doesn't do isometric plots. 'set size ratio -1' is the best you'll get. |