On Thu, Sep 15, 2011 at 5:08 AM, Youngung Jeong
<youngung.je...@gmail.com> wrote:
> But it only gives one axis added to 'fig.axes'.
> Is there any work-around? Or am I missing some other feature of matplotlib?

Somehow, this is not clearly documented for the subplot command.
You need to use label parameter to create multiple axes at a same
position (for more details,
http://matplotlib.sourceforge.net/api/figure_api.html#matplotlib.figure.Figure.add_axes)


axr=fig.add_subplot(1,1,1, label="r")
axp=fig.add_subplot(1,1,1,projection='polar', label="p")

Regards,

-JJ

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to