##// END OF EJS Templates
add InlineBackend.print_figure_kwargs...
add InlineBackend.print_figure_kwargs removes special handling of 'quality', in favor of passing arbitrary kwargs to fig.canvas.print_figure. This lets people override the occasionally problematic use of `bbox_inches='tight'`, and any potential future issue that might be solved by adding/changing kwargs to print_figure.
MinRK -
r15342:78e198f2
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / utils
tests
__init__.py Loading ...
base.py Loading ...
console.py Loading ...
exceptions.py Loading ...
lexers.py Loading ...
pandoc.py Loading ...