Basemap - plot on a polar figure

Hello,

Is it possible to have basemap plot in the usual way on a polar-projection
subplot?
I want to do something like this:
fig = plt.figure(figsize)
ax = fig.add_subplot(111, polar=True)
m = Basemap(...)
m.drawcoastlines(...)
etc.

The reason I want to have a polar-projection plot is because I want to add
concentric circles to the subplot using rgrids.

Thanks,

jtamir

···


View this message in context: http://www.nabble.com/Basemap---plot-on-a-polar-figure-tp23377500p23377500.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

jtamir wrote:

Hello,

Is it possible to have basemap plot in the usual way on a polar-projection
subplot?
  
No.
I want to do something like this:
fig = plt.figure(figsize)
ax = fig.add_subplot(111, polar=True)
m = Basemap(...)
m.drawcoastlines(...)
etc.

The reason I want to have a polar-projection plot is because I want to add
concentric circles to the subplot using rgrids.

Thanks,

jtamir
  

You can draw lines of latitude with the drawparallels method - these are concentric circles on a polar projection.

-Jeff

···

--
Jeffrey S. Whitaker Phone : (303)497-6313
Meteorologist FAX : (303)497-6449
NOAA/OAR/PSD R/PSD1 Email : Jeffrey.S.Whitaker@...259...
325 Broadway Office : Skaggs Research Cntr 1D-113
Boulder, CO, USA 80303-3328 Web : Jeffrey S. Whitaker: NOAA Physical Sciences Laboratory