Closed
Description
Bug report
Noting from #11188, there are a number of examples containing too large figures.
I assume that comes from the figure.dpi change between classic (80dpi) and modern style (100dpi).
Generally, the approach of changing the figsize as in #11188 is not good, as the fonts remain the same size and may become disproportional. Should we instead overwrite the dpi in these examples? Fig sizes in pixels should note be wider than 900px.
Example:
https://matplotlib.org/gallery/showcase/bachelors_degrees_by_gender.html?highlight=bachelor
Probably won't look good with reduced fig size (and keeping text size).