Is there any way to make one of the axes stretched out more than the others? I want to make a 3D plot with the z-axis exaggerated. thanks. -- View this message in context: http://www.nabble.com/stretching-out-the-z-axis-tf1943669.html#a5328133 Sent from the Gnuplot - User forum at Nabble.com.
Is there any way to make one of the axes stretched out more than the others? I want to make a 3D plot with the z-axis exaggerated. thanks. -- View this message in context: http://www.nabble.com/stretching-out-the-z-axis-tf1943672.html#a5328137 Sent from the Gnuplot - User forum at Nabble.com.
solled wrote: > Is there any way to make one of the axes stretched out more than the others? In a nutshell: set size ratio -1 set view ,,,0.2 See the documentation to find out what these actually do.