Skip to content

Commit 6d94a45

Browse files
committed
%config InlineBackend OK
1 parent 2f21cd9 commit 6d94a45

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

matplotlib_inline/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ def _figure_format_changed(self, name, old, new):
7979
{"bbox_inches": "tight"},
8080
help="""Extra kwargs to be passed to fig.canvas.print_figure.
8181
82-
Logical examples include: bbox_inches, pil_kwargs, etc.
82+
Logical examples include: bbox_inches, pil_kwargs, etc. In addition,
83+
see the docstrings of `set_matplotlib_formats`.
8384
""",
8485
).tag(config=True)
8586
_print_figure_kwargs_changed = _update_figure_formatters

tests/notebooks/config_InlineBackend.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
" Current: {'jpeg'}\n",
6666
"InlineBackend.print_figure_kwargs=<key-1>=<value-1>...\n",
6767
" Extra kwargs to be passed to fig.canvas.print_figure.\n",
68-
" Logical examples include: bbox_inches, pil_kwargs, etc.\n",
68+
" Logical examples include: bbox_inches, pil_kwargs, etc. In addition,\n",
69+
" see the docstrings of `set_matplotlib_formats`.\n",
6970
" Current: {'bbox_inches': None, 'pil_kwargs': {'quality': 90, 'optimize': True}}\n",
7071
"InlineBackend.rc=<key-1>=<value-1>...\n",
7172
" Dict to manage matplotlib configuration defaults in the inline\n",

0 commit comments

Comments
 (0)