We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a8be3 commit 148e038Copy full SHA for 148e038
pandas/core/config_init.py
@@ -255,18 +255,6 @@ def use_numexpr_cb(key):
255
df.info() (the behaviour in earlier versions of pandas).
256
"""
257
258
-pc_mpl_style_doc = """
259
-: bool
260
- Setting this to 'default' will modify the rcParams used by matplotlib
261
- to give plots a more pleasing visual style by default.
262
- Setting this to None/False restores the values to their initial value.
263
-"""
264
-
265
-pc_mpl_style_deprecation_warning = """
266
-mpl_style had been deprecated and will be removed in a future version.
267
-Use `matplotlib.pyplot.style.use` instead.
268
269
270
pc_memory_usage_doc = """
271
: bool, string or None
272
This specifies if the memory usage of a DataFrame should be displayed when
0 commit comments