Mathematica: change all text fonts simultaneosly in Plot or Listplot
font-size, fonts, plot, styles, wolfram-mathematica
Solution
After an hour of searching, I think I found the answer to be BaseStyle, so it looks like that:
SetOptions[Plot, BaseStyle -> FontSize -> 18]
Thanks anyway :)
If you find this answer not convincing, please comment.
Problem
I would like to change the font size of all texts in Plot and ListPlot with one command. I remember doing this in the past with a single SetOptions[Plot, ...] call for each (ListPlot and Plot), but now I seem to need to run this command once for each option, so once for LabelStyle and once for AxesStyle and so on. Is there a solution to this? I really remember doing this a few weeks ago, but forgot it!! Thanks for any efforts.