Hi devs,

This is a quick report of a bug in 0.90.1 (via debian testing
package). Sorry, I'm not sure if this is still present in svn, and I'm
keen to keep to the debian packages for now, so if it is already fixed
then feel free to ignore.

Bug is repeatably demonstrated by:

import pylab as p, numpy as n
p.figure()
p.errorbar(n.arange(10), n.random.random(10), n.random.random(10))
p.legend()
p.clf()

finishing with

AttributeError: LineCollection instance has no attribute 'get_xdata'

Neither legend or errorbar calls on their own block clf like this.

Cheers,

A.
-- 
AJC McMorland, PhD Student
Physiology, University of Auckland

-------------------------------------------------------------------------
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-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to