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 404eefd commit a5f0f59Copy full SHA for a5f0f59
tests/notebooks/config_InlineBackend.ipynb
@@ -144,12 +144,12 @@
144
"# For demonstration purposes only, the Inline Back-end\n",
145
"# configuration does not change.\n",
146
"\n",
147
- "c = get_config()\n",
148
- "c.InlineBackend.figure_formats = {'png', 'jpeg'}\n",
149
- "c.InlineBackend.print_figure_kwargs.update({\n",
150
- " 'pil_kwargs': {'quality' : 99}\n",
151
- " })\n",
152
- "c"
+ "#c = get_config()\n",
+ "#c.InlineBackend.figure_formats = {'png', 'jpeg'}\n",
+ "#c.InlineBackend.print_figure_kwargs.update({\n",
+ "# 'pil_kwargs': {'quality' : 99}\n",
+ "# })\n",
+ "#c"
153
]
154
}
155
],
0 commit comments