Re: [matplotlib-devel] Bug in legend

2008-10-08 Thread John Hunter
On Wed, Oct 8, 2008 at 1:44 PM, David Huard <[EMAIL PROTECTED]> wrote: > /usr/local/lib64/python2.5/site-packages/matplotlib/legend.pyc in > __init__(self, parent, handles, labels, loc, numpoints, prop, pad, > borderpad, markerscale, labelsep, handlelen, handletextsep, axespad, shadow) > 125

[matplotlib-devel] Bug in legend

2008-10-08 Thread David Huard
I just updated matplotlib from svn and here is traceback I get after calling legend with the pad argument: /usr/local/lib64/python2.5/site-packages/matplotlib/pyplot.pyc in legend(*args, **kwargs) 2390 def legend(*args, **kwargs): 2391 -> 2392 ret = gca().legend(*args, **kwargs) 2393