When plotting in e.g. PyPlot I can do e.g. axis(:equal) or axis(:scaled) 
(my favorite) to get a plot where the axes are scaled so that the distance 
1 is equally long in the x and y direction on the resulting image, and e.g. 
the unit circle is actually a circle. Is there any way to do the same in 
Gadfly?

The only way I’ve found to control the relative scaling of the axes is to 
set the absolute size of the plot, and (a lot of) trial and error I can 
find something that is at least close to what I need…

// T
​

Reply via email to