Re: [Matplotlib-users] Basemap - plot on a polar figure

2009-05-04 Thread Jeff Whitaker
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

[Matplotlib-users] Basemap - plot on a polar figure

2009-05-04 Thread jtamir
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