##// END OF EJS Templates
Backport PR #9868: Remove access to 'savefig.dpi', use figure.dpi...
Backport PR #9868: Remove access to 'savefig.dpi', use figure.dpi `ipykernel` now uses `figure.dpi` to control the dpi of the image to be created. This means that `dpi` property of the figure object is a reliable source of truth for the users preferences. Depends on ipython/ipykernel/pull/176

File last commit:

r22451:195dd408
r22885:1b761683
Show More
development.rst
20 lines | 519 B | text/x-rst | RstLexer

Development version

This document describes in-flight development work.

Warning

Please do not edit this file by hand (doing so will likely cause merge conflicts for other Pull Requests). Instead, create a new file in the docs/source/whatsnew/pr folder

Backwards incompatible changes