Re: [Matplotlib-users] Slow drawing of many lines in Basemap

2008-08-25 Thread Zane Selvans
On Aug 22, 2008, at 5:08 AM, Jeff Whitaker wrote: > Zane Selvans wrote: >> I'm drawing several hundred lines at a time, each consisting of >> 10-100 points, and it takes a couple of minutes for them all to >> display, which makes me think I must be doing something stupid. >> > Zane: You ca

Re: [Matplotlib-users] Slow drawing of many lines in Basemap

2008-08-22 Thread Jeff Whitaker
Zane Selvans wrote: > I'm drawing several hundred lines at a time, each consisting of 10-100 > points, and it takes a couple of minutes for them all to display, > which makes me think I must be doing something stupid. > > The function that does the drawing looks like this: > > def plotlinmap(li

[Matplotlib-users] Slow drawing of many lines in Basemap

2008-08-20 Thread Zane Selvans
I'm drawing several hundred lines at a time, each consisting of 10-100 points, and it takes a couple of minutes for them all to display, which makes me think I must be doing something stupid. The function that does the drawing looks like this: def plotlinmap(lins, map=None): if map is No