Re: [matplotlib-devel] Problem with Agg Ellipses

2007-12-09 Thread Charlie Moad
I found a great doc I am linking. The 4 spline method we are using has an error tolerance of 2.7*10^-4, which I am pretty sure is coming into play here. If we move to an 8 spline approach, it would reduce the error a few orders of magnitude. http://www.tinaja.com/glib/ellipse4.pdf - Charlie O

Re: [matplotlib-devel] Problem with Agg Ellipses

2007-12-09 Thread Charlie Moad
I did some more digging and it looks like this changed with the transforms. curve4 is now being called instead of arc_to, which uses beziers. On Dec 9, 2007 10:11 AM, Charlie Moad <[EMAIL PROTECTED]> wrote: > I found a great doc I am linking. The 4 spline method we are using > has an error toler