Dear All,
I'm trying to make Mathematica 10 generate by default the same plot styles as in Mathematica 9, which can be made, e.g., by
SetOptions[ListPlot, PlotTheme -> "Classic"]
in an init file or just a notebook.
Now, I'd like to change the default text style of Frame/AxesLabel independently of the PlotTheme. In particular I'd like to obtain the same result as in
ListPlot[data,AxesLabel->(Style[#,Black]&/@{"LabelA","LabelB"})]
as a default label style. Passing anything like that to SetOptions has not worked for me...
Any ideas? Thanks in advance.