On Fri, Jan 30, 2009 at 12:28 AM, jamesf0 <jame...@utas.edu.au> wrote:
>
> Sorry, I have done that change, and get these errors:
>
>
> Traceback (most recent call last):
>  File "test7.py", line 36, in <module>
>    ax=fig.add_subplot(111, polar=True, resolution=1)
>  File "/usr/lib/python2.5/site-packages/matplotlib/figure.py", line 676, in
> add_subplot
>    a = subplot_class_factory(projection_class)(self, *args, **kwargs)
>  File "/usr/lib/python2.5/site-packages/matplotlib/axes.py", line 6823, in
> __init__
>    self._axes_class.__init__(self, fig, self.figbox, **kwargs)
>  File "/usr/lib/python2.5/site-packages/matplotlib/projections/polar.py",
> line 171, in __init__
>    Axes.__init__(self, *args, **kwargs)
>  File "/usr/lib/python2.5/site-packages/matplotlib/axes.py", line 537, in
> __init__
>    if len(kwargs): martist.setp(self, **kwargs)
>  File "/usr/lib/python2.5/site-packages/matplotlib/artist.py", line 894, in
> setp
>    func = getattr(o,funcName)
> AttributeError: 'PolarAxesSubplot' object has no attribute 'set_resolution'

What version of mpl are you using?  This should be fixed for releases >= 0.98.4

JDH

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