diff --git a/pandas/core/config_init.py b/pandas/core/config_init.py index e70db1d13e376..04563907582ee 100644 --- a/pandas/core/config_init.py +++ b/pandas/core/config_init.py @@ -255,18 +255,6 @@ def use_numexpr_cb(key): df.info() (the behaviour in earlier versions of pandas). """ -pc_mpl_style_doc = """ -: bool - Setting this to 'default' will modify the rcParams used by matplotlib - to give plots a more pleasing visual style by default. - Setting this to None/False restores the values to their initial value. -""" - -pc_mpl_style_deprecation_warning = """ -mpl_style had been deprecated and will be removed in a future version. -Use `matplotlib.pyplot.style.use` instead. -""" - pc_memory_usage_doc = """ : bool, string or None This specifies if the memory usage of a DataFrame should be displayed when