From: Jouni K. S. <jk...@ik...> - 2009-01-30 04:58:58
|
jamesf0 <ja...@ut...> 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 |