Thanks for applying the patch, Eric.  I should also mention that there
are two other problems that my patch didn't solve:

In agg_resize.py:

Traceback (most recent call last):
  File "_tmp_agg_resize.py", line 12, in <module>
    interp = agg.span_interpolator_linear(imMatrix);
AttributeError: 'module' object has no attribute 'span_interpolator_linear'

In polar_bar.py:

Traceback (most recent call last):
  File "_tmp_polar_bar.py", line 22, in <module>
    bars = ax.bar(theta, radii, width=width, bottom=0.1)
  File "/home/stefan/lib/python2.5/site-packages/matplotlib/axes.py", line 
3137, in bar
    xconv = self.xaxis.converter
AttributeError: 'NoneType' object has no attribute 'converter'

Cheers
Stéfan

On Fri, Jul 20, 2007 at 08:29:11AM -1000, Eric Firing wrote:
> Stefan,
> 
> Thanks.  I will apply them shortly, after a bit of checking.  (There 
> were commits after 3584, but things look easy enough to straighten out.)
> 
> Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to