|
From: Jae-Joon L. <lee...@gm...> - 2011-09-15 00:55:07
|
On Thu, Sep 15, 2011 at 6:18 AM, Benjamin Root <ben...@ou...> wrote: > There are some ways to do this, but I haven't tried them myself. > > http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/axislines.html > > Ben Root > You may better stick to the subplot with polar projection if your original data is in polar coordinate. The axislines module basically assumes that your data is in rectlinear coordinate system. It only draws the gridlines and labels in curvelinear system (although you can combine both). Regards, -JJ |