Re: [Matplotlib-users] Size of ellipses in EllipseCollection

2010-02-02 Thread Eric Firing
Yannick Copin wrote: > Eric Firing wrote: >> Maybe I am misunderstanding, but the EllipseCollection in the example >> is panning and zooming as I expect. The shapes and orientations are >> staying the same while the scale expands and contracts with the x-axis. >> >> The problem is that the optio

Re: [Matplotlib-users] Size of ellipses in EllipseCollection

2010-02-02 Thread Yannick Copin
Eric Firing wrote: > Maybe I am misunderstanding, but the EllipseCollection in the example is > panning and zooming as I expect. The shapes and orientations are > staying the same while the scale expands and contracts with the x-axis. > > The problem is that the option you are looking for does

Re: [Matplotlib-users] Size of ellipses in EllipseCollection

2010-02-01 Thread Eric Firing
Yannick Copin wrote: > Hi, > > I would like to plot lots of error ellipses on my plot. I thought I > could use an EllipseCollection to do so, but I didn't manage to get the > ellipse sizes, expressed in data units, right (see test script attached). > > When using a plain list of Ellipse's, ever

[Matplotlib-users] Size of ellipses in EllipseCollection

2010-02-01 Thread Yannick Copin
Hi, I would like to plot lots of error ellipses on my plot. I thought I could use an EllipseCollection to do so, but I didn't manage to get the ellipse sizes, expressed in data units, right (see test script attached). When using a plain list of Ellipse's, everything looks fine: ells = [ P.ma