Skip to content
Prev 305041 / 398506 Next

Is something wrong wiht draw.circle()?

On 09/08/2012 02:04 AM, Chris82 wrote:
Hi Chris82,
If you measure it, you will find that it is indeed a circle, and that 
your two "radii" are not of equal length (see Euclid, -300). The 
draw.circle function attempts to correct for the aspect ratio of the 
plot, but not for the aspect ratio of the device, so there may be slight 
variations on different devices.

Jim