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

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

2011-03-11 Thread onet
System: Debian Testing: kernel 2.6.32-5-amd64 x86_64 GNU/Linux Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) matplotlib.__version__ = '1.0.0' Best regards, Onet. #!/usr/bin/env python # # Purpose : Show large use of memory when plotting # large numbers of patches