Skip to content

Commit 8e7dbc9

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #27794: Remove old reference to 72 DPI in figure_size_units.py
1 parent 6a8ea6d commit 8e7dbc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

galleries/examples/subplots_axes_and_figures/figure_size_units.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565

6666
# %%
6767
# .. [#] Unfortunately, this does not work well for the ``matplotlib inline``
68-
# backend in Jupyter because that backend uses a different default of
69-
# ``rcParams['figure.dpi'] = 72``. Additionally, it saves the figure
68+
# backend in Jupyter because that backend saves the figure
7069
# with ``bbox_inches='tight'``, which crops the figure and makes the
7170
# actual size unpredictable.
7271

0 commit comments

Comments
 (0)