diff --git a/galleries/examples/subplots_axes_and_figures/figure_size_units.py b/galleries/examples/subplots_axes_and_figures/figure_size_units.py index 4b87ff658f97..0ce49c937d50 100644 --- a/galleries/examples/subplots_axes_and_figures/figure_size_units.py +++ b/galleries/examples/subplots_axes_and_figures/figure_size_units.py @@ -65,8 +65,7 @@ # %% # .. [#] Unfortunately, this does not work well for the ``matplotlib inline`` -# backend in Jupyter because that backend uses a different default of -# ``rcParams['figure.dpi'] = 72``. Additionally, it saves the figure +# backend in Jupyter because that backend saves the figure # with ``bbox_inches='tight'``, which crops the figure and makes the # actual size unpredictable.