diff --git a/pandas/tools/plotting.py b/pandas/tools/plotting.py index 03d9fe75da8cc..103b7484ea138 100644 --- a/pandas/tools/plotting.py +++ b/pandas/tools/plotting.py @@ -135,7 +135,7 @@ def _mpl_ge_1_5_0(): # Compat with mp 1.5, which uses cycler. import cycler colors = mpl_stylesheet.pop('axes.color_cycle') - mpl_stylesheet['axes.prop_cycle'] = cycler.cycler('color_cycle', colors) + mpl_stylesheet['axes.prop_cycle'] = cycler.cycler('color', colors) def _get_standard_kind(kind):