Re: [Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Tinne De Laet
On Wed, Oct 28, 2009 at 2:59 PM, Michael Droettboom wrote: > Eero Nevalainen wrote: >>> 2) forgot a factor 2 for the width and height (it's the entire width >>> not the `radius`) >>> >> >> I'd even say that this is a documentation bug in the Ellipse class. >> Too bad that they are multiplying by 0

Re: [Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Drain, Theodore R (343P)
Message- > From: Michael Droettboom [mailto:md...@stsci.edu] > Sent: Wednesday, October 28, 2009 6:59 AM > To: Eero Nevalainen > Cc: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] Drawing Error Ellipses > > Eero Nevalainen wrote: > >> 2) f

Re: [Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Eero Nevalainen
Michael Droettboom wrote: > Eero Nevalainen wrote: >>> 2) forgot a factor 2 for the width and height (it's the entire width >>> not the `radius`) >>> >> I'd even say that this is a documentation bug in the Ellipse class. >> Too bad that they are multiplying by 0.5 inside their code :P >> >

Re: [Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Michael Droettboom
Eero Nevalainen wrote: >> 2) forgot a factor 2 for the width and height (it's the entire width >> not the `radius`) >> > > I'd even say that this is a documentation bug in the Ellipse class. > Too bad that they are multiplying by 0.5 inside their code :P > Well, it's not a good idea to chan

Re: [Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Eero Nevalainen
Thanks, and yes it looks better now :) Tinne De Laet wrote: > I still discoverd some problems with my plotEllipse function: > 1) the angle in the ellipsePlot expects and angle in DEGREES and not > in radians apparently so it seems > 2) forgot a factor 2 for the width and height (it's the entire

Re: [Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Tinne De Laet
On Wed, Oct 28, 2009 at 9:55 AM, Tinne De Laet wrote: > On Wed, Oct 28, 2009 at 9:06 AM, Eero Nevalainen > wrote: >> Hi, >> >> I need to draw error ellipses on a scatterplot. I'm guessing someone has >> done this before. >> >> I've found some examples, such as this one >> http://matplotlib.source

Re: [Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Tinne De Laet
On Wed, Oct 28, 2009 at 9:06 AM, Eero Nevalainen wrote: > Hi, > > I need to draw error ellipses on a scatterplot. I'm guessing someone has > done this before. > > I've found some examples, such as this one > http://matplotlib.sourceforge.net/examples/pylab_examples/ellipse_rotated.html > > That le

[Matplotlib-users] Drawing Error Ellipses

2009-10-28 Thread Eero Nevalainen
Hi, I need to draw error ellipses on a scatterplot. I'm guessing someone has done this before. I've found some examples, such as this one http://matplotlib.sourceforge.net/examples/pylab_examples/ellipse_rotated.html That led to the artist tutorial, and... ARGH! INFORMATION OVERFLOW! Can someon