jamesf0 <jame...@utas.edu.au> writes:

> Thanks for the help, but I can't quite see where to add the add_axes code.
> Here is the code I have been using to plot, the polar plot is a subplot.

> ax=fig.add_subplot(111, polar=True)

Change this to

  ax=fig.add_subplot(111, polar=True, resolution=1)

and the resolution will get passed to the PolarAxes instance.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to