6 Dec 2011 21:23:18 -0600
> From: ben.r...@ou.edu
> To: questions.a...@gmail.com
> CC: Matplotlib-users@lists.sourceforge.net
> Subject: Re: [Matplotlib-users] add cirlce around lat lon
>
>
>
>
> On Tuesday, December 6, 2011, questions anon
> wrote:
> > I would li
to do this...
Date: Tue, 6 Dec 2011 21:23:18 -0600
From: ben.r...@ou.edu
To: questions.a...@gmail.com
CC: Matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] add cirlce around lat lon
On Tuesday, December 6, 2011, questions anon wrote:
> I would like to draw a simple ci
On Tuesday, December 6, 2011, questions anon
wrote:
> I would like to draw a simple circle around a specified latitude and
longitude but I cannot find an appropriate command.
> I have tried using
> map.drawgreatcircle(myLON, myLAT,myLON, myLAT, linewidth=20,color='k')
> but this doesn't do anythin
I would like to draw a simple circle around a specified latitude and
longitude but I cannot find an appropriate command.
I have tried using
map.drawgreatcircle(myLON, myLAT,myLON, myLAT, linewidth=20,color='k')
but this doesn't do anything
or even
map.drawgreatcircle(myLON+1, myLAT+1,myLON-1, myLAT