Is there a way to make Mathematica adjust the amount of visual clutter (ticks, tick size, linewidth) depending on ImageSize?
Long version: I would like to include plots from Mathematica in a LaTeX document. Sometimes I want a large plot that is as wide as the paper and sometimes I prefer having (say) three next to each other. I know I can scale figures in Mathematica with ImageSize->Small,Medium,.... However any setting other than Medium makes them visually unpleasing (there are too many ticks in Small figures, the ticks are to thin, the other lines are too thin as well, etc., whereas a large plot might still look mostly empty. I know I can manually do this, but it's quite tedious.
Is there a good way to make Mathematica automatically use less ticks and thicker lines for smaller plots, rather than just scaling them down?
Thank you, and feel free to edit the question if you think it can be posed in a better way.