Re: [Matplotlib-users] hlines kwargs update

2007-08-17 Thread Eric Firing
Daniel Fish wrote: > In response to revision number 3641 (bar plotting patch by Michael > Forbes (link below): Inside axes.py, the function 'hlines' is missing > the line "coll.update(kwargs)" found in the analogous function 'vlines', > so the horizontal linewidth kwarg does not update. Thank

[Matplotlib-users] hlines kwargs update

2007-08-17 Thread Daniel Fish
In response to revision number 3641 (bar plotting patch by Michael Forbes (link below): Inside axes.py, the function 'hlines' is missing the line "coll.update(kwargs)" found in the analogous function 'vlines', so the horizontal linewidth kwarg does not update. http://matplotlib.svn.sourcefor