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
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
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