better error report when both style and color are passed to Series.plot · Issue #4402 · pandas-dev/pandas (original) (raw)
The following command returns an error message for a Series
s.plot(style='k--', color='k')
It says that the color '[k]' is not recognized.
I am using pandas 0.11 so it may have been fixed in 0.12.