We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433a89 commit 14fe2d2Copy full SHA for 14fe2d2
matplotlib_inline/config.py
@@ -32,11 +32,13 @@ class InlineBackendConfig(SingletonConfigurable):
32
class InlineBackend(InlineBackendConfig):
33
"""An object to store configuration of the inline backend."""
34
35
- rc = Dict({ },
+ rc = Dict(
36
+ {},
37
help="""Deprecated: as of v0.1.4, we do not override any matplotlib
- defaults. Please use matplotlib's configuration tools, or customize this class
38
- in your `ipython_config.py` file for IPython/Jupyter-specific usage."""
39
- ).tag(config=True)
+ defaults. Please use matplotlib's configuration tools, or customize
+ this classin your `ipython_config.py` file for IPython/Jupyter-
40
+ specific usage."""
41
+ ).tag(config=True)
42
43
figure_formats = Set(
44
{'png'},
0 commit comments