After installing Mathematica 12.1 on my Win 10 laptop, I (also) noticed that the default notebook font is a much larger than it used to be. The same thing as in this post: https://community.wolfram.com/groups/-/m/t/1910772.
But, I also noticed a problem with global magnification setting and graphic frames. I like frame over axes in my graphics, so I have default setting of Axes -> False, Frame -> True
in my Plot, ListPlot etc. As I tried to overcome the large font problem by setting the Magnification with SetOptions[$FrontEnd, "Magnification" -> 0.8]
, I also noticed that all my plots are missing a part of their right vertical frame. If I want them to display properly (with Magnification something smaller than 1), I would need to manually set ImagePadding to {{Automatic, 1}, {Automatic, Automatic}}
.
This is quite annoying, can it be fixed in some way? And the original problem of large fonts, also?