test_time_series_plot_color_with_empty_kwargs fails with custom matplotlibrc · Issue #4345 · pandas-dev/pandas (original) (raw)
The reason is that it tests for particular line colors, but I have my matplotlib colors tweaked, so the default values aren't r
, g
, and b
. The test should probably look at the default color_cycle
in matplotlib and check against those values.