|
From: John H. <jdh...@ac...> - 2004-01-20 17:48:03
|
>>>>> "Jean-Baptiste" == Jean-Baptiste Cazier <jea...@de...> writes:
It's a bug that somehow escaped our poor-man's regression testing
suite.
line 2007 in /usr/lib/python2.2/site-packages/matplotlib/axes.py
should read
l = self.plot(*args, **kwargs)
^
not
l = selfplot(*args, **kwargs)
Thanks for the report!
JDH
|