Re: [Matplotlib-users] add cirlce around lat lon

2011-12-07 Thread questions anon
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

Re: [Matplotlib-users] add cirlce around lat lon

2011-12-06 Thread Thomas Lecocq
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

Re: [Matplotlib-users] add cirlce around lat lon

2011-12-06 Thread Benjamin Root
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

[Matplotlib-users] add cirlce around lat lon

2011-12-06 Thread questions anon
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