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