keyword arguments in errorbar: why asymmetry between x and y?

Hi,

Why is the code for passing plot_kw only implemented for the vertical errorbars?

Here is a patch to make things symmetric if this is appropriate. (It is what I expected...)

This would fix the old problem discussed in
http://article.gmane.org/gmane.comp.python.matplotlib.general/425

Michael.

matplotlib/lib/matplotlib/axes.py

axes.diff (1.65 KB)