From 148e038bfaf2a3893b52e28b6469cf5984eec794 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sat, 15 Jul 2017 20:42:56 -0500 Subject: [PATCH] CLN: some residual code removed, xref to #16761 (#16974) --- pandas/core/config_init.py | 12 ------------ 1 file changed, 12 deletions(-) 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