Re: [Matplotlib-users] Memory usage with 1M of Polygons

2011-03-13 Thread Benjamin Root
On Sunday, March 13, 2011, onet wrote: > On Fri, 2011-03-11 at 17:08 -1000, Eric Firing wrote: >> On 03/11/2011 02:54 PM, onet wrote: >> > Using matplotlib I try to plot satellite observations, which consists of >> > roughly one million patches that are not gridded regularly. >> > I first collect

Re: [Matplotlib-users] Memory usage with 1M of Polygons

2011-03-13 Thread onet
On Fri, 2011-03-11 at 17:08 -1000, Eric Firing wrote: > On 03/11/2011 02:54 PM, onet wrote: > > Using matplotlib I try to plot satellite observations, which consists of > > roughly one million patches that are not gridded regularly. > > I first collect the vertices (corner points of the observation

Re: [Matplotlib-users] Memory usage with 1M of Polygons

2011-03-11 Thread Eric Firing
On 03/11/2011 02:54 PM, onet wrote: > Hi, > > Using matplotlib I try to plot satellite observations, which consists of > roughly one million patches that are not gridded regularly. > I first collect the vertices (corner points of the observations) and > colors and then use PolyCollection and ax.add

[Matplotlib-users] Memory usage with 1M of Polygons

2011-03-11 Thread onet
Hi, Using matplotlib I try to plot satellite observations, which consists of roughly one million patches that are not gridded regularly. I first collect the vertices (corner points of the observations) and colors and then use PolyCollection and ax.add_collection to add these patches to the figure