hlines kwargs update

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.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/axes.py?view=markup&pathrev=3641

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 you. It is now fixed in 3715.

Eric