You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's better to override absolute sizes in the style sheet. Otherwise,
larger figure images are scaled down due to the limited available width
in the html theme. If not, we still don't get a size relation, but we
also have different magnifications due to the image scaling.
Notes:
- The width (7.4 -> 740px, assuming 100 dpi) is chosen to fit in the
HTML without scaling.
- The size is chosen to approximately keep the aspect ratio as before.
- The images are now significantly smaller than previously (all former
images were downscaled). We'll have to verify that the images still
look good given a lot of information and not much space. If not, we
need to add a factor.
- All themes use figure.dpi=100, except "classic", which uses 80. Not
correcting for that is intentional. IMHO "classic" should come out
smaller to highlight the change in dpi.
0 commit comments