Displaying 1 result from an estimated 1 matches for "bizarre_circl".
Did you mean:
bizarre_circle
2009 Sep 07
2
Very inaccurate circles
Hello,
Please take a look at the attached plot and let me know if this is
normal. The circle has radio I am using R 2.9.2 inside OS X Leopard.
The plot was generated with:
png('bizarre_circle.png')
plot(c(-5,0,0,5), c(0,5,-5,0))
symbols(0,0, circles=c(sqrt(25)), inches=FALSE, add=TRUE)
dev.off()
If I resize the x11's plot window I can manage to make the circle pass
through all the points but it's the first time I have to do this. I
understand this may be happening because...