Re: [Matplotlib-users] EllipseCollection

2009-05-06 Thread Eric Firing
Thomas Robitaille wrote: > Hi Mike, > > Thanks for pointing this out - I hadn't noticed the offsets argument. > I'll try it out! See http://matplotlib.sourceforge.net/examples/pylab_examples/ellipse_collection.html Eric > > Cheers, > > Tom > > On May 6, 2009, at 10:39 AM, Michael Droettbo

Re: [Matplotlib-users] EllipseCollection

2009-05-06 Thread Thomas Robitaille
Hi Mike, Thanks for pointing this out - I hadn't noticed the offsets argument. I'll try it out! Cheers, Tom On May 6, 2009, at 10:39 AM, Michael Droettboom wrote: > "offsets" is intended to work for this. Is it broken? > > Cheers, > Mike > > Thomas Robitaille wrote: >> Hi, >> >> I noticed t

Re: [Matplotlib-users] EllipseCollection

2009-05-06 Thread Michael Droettboom
"offsets" is intended to work for this. Is it broken? Cheers, Mike Thomas Robitaille wrote: > Hi, > > I noticed that it's not possible to specify the position of the > ellipses in an EllipseCollection: > > http://matplotlib.sourceforge.net/api/collections_api.html?highlight=ellipsecollection#m

[Matplotlib-users] EllipseCollection

2009-05-06 Thread Thomas Robitaille
Hi, I noticed that it's not possible to specify the position of the ellipses in an EllipseCollection: http://matplotlib.sourceforge.net/api/collections_api.html?highlight=ellipsecollection#matplotlib.collections.EllipseCollection Of course, I can just create a collection of individual Ellipse