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
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
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
>>
>
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
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
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
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
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