kwargs
are ignored in Series.plot
#1636
Labels
Milestone
kwargs
are ignored in Series.plot
#1636
It seems that some
kwargs
(likemew
andms
) given to theSeries.plot
method are being ignored.I'm running pandas.0.8.0 and matplotlib 1.1.0 on Archlinux, Python 2.7.3 with ipython 0.12.1, and starting ipython via
ipython2 --pylab=qt
.The following code produces the erroneous behaviour. The mpl plotting works just fine, whereas the pandas plotting ignores
ms
andmew
arguments.It would be okay to use matplotlib's plotting function, but I'm dealing with time series, and I don't think matplotlib's support for dates is too convenient.
Is this a bug, or am I just doing it wrong?
The text was updated successfully, but these errors were encountered: