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

2011-12-07 Thread questions anon
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 questions.a...@gmail.com wrote: I would like to draw a simple circle around a specified latitude and longitude but I cannot

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

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

2011-12-06 Thread Benjamin Root
On Tuesday, December 6, 2011, questions anon questions.a...@gmail.com 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

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

2011-12-06 Thread Thomas Lecocq
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 questions.a...@gmail.com wrote: I would like to draw a simple