##// END OF EJS Templates
Merge pull request #5110 from minrk/bbox_inches...
Merge pull request #5110 from minrk/bbox_inches add InlineBackend.print_figure_kwargs

File last commit:

r15392:abb1f8c0
r15412:3d365194 merge
Show More
print-figure-kwargs.rst
3 lines | 248 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / print-figure-kwargs.rst
  • 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.