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