##// END OF EJS Templates
remove redundant check for self.shell is None
remove redundant check for self.shell is None

File last commit:

r15392:abb1f8c0
r15396:f22a4ae4
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.