Re: [Matplotlib-users] scale a circle properly (not from shapefile)

2008-07-11 Thread Jeff Whitaker
gment if it is in the map projection region. if x < 1.e20 and y < 1.e20: seg.append((x,y)) return seg -Jeff > Original Message Follows > From: Jeff Whitaker <[EMAIL PROTECTED]> > To: KURT PETERS <[EMAIL PROTECTED]> > CC: matp

Re: [Matplotlib-users] scale a circle properly (not from shapefile)

2008-07-11 Thread KURT PETERS
Thanks, that's exactly what I would like to do. I'll take a look. Regards, Kurt Original Message Follows From: Jeff Whitaker <[EMAIL PROTECTED]> To: KURT PETERS <[EMAIL PROTECTED]> CC: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] scale a cir

Re: [Matplotlib-users] scale a circle properly (not from shapefile)

2008-07-11 Thread Jeff Whitaker
KURT PETERS wrote: > I am trying to do something similar to the plot_tissot.py example, but am > having some problems. > > I would like to project a group of circles onto a map projection. Below > is the code I developed, which doesn't work because I get the error: > ==ERROR > F

[Matplotlib-users] scale a circle properly (not from shapefile)

2008-07-10 Thread KURT PETERS
I am trying to do something similar to the plot_tissot.py example, but am having some problems. I would like to project a group of circles onto a map projection. Below is the code I developed, which doesn't work because I get the error: ==ERROR File "C:\Python25\Lib\site-packag