print-figure-kwargs.rst
3 lines
| 248 B
| text/x-rst
|
RstLexer
MinRK
|
r15392 | * added ``InlineBackend.print_figure_kwargs`` to allow passing keyword arguments | ||
to matplotlib's ``Canvas.print_figure``. This can be used to change the value of | ||||
``bbox_inches``, which is 'tight' by default, or set the quality of JPEG figures. | ||||