In pandas 0.17.0.rc1 there is an inconsistency in the color arguments: once it is "color", other times it is "colors": df.plot(kind='bar', color= ....) df.plot(kind='pie', colors= ...)