##// END OF EJS Templates
Merge pull request #5272 from minrk/highlight-language-metadata...
Merge pull request #5272 from minrk/highlight-language-metadata allow highlighting language to be set from notebook metadata

File last commit:

r15392:abb1f8c0
r15681:9cea9c07 merge
Show More
print-figure-kwargs.rst
3 lines | 248 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / print-figure-kwargs.rst
MinRK
add print_figure_kwargs to whatsnew
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.