The following command returns an error message for a Series ``` python 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.