I have two TGraphs whose axes I would like to format. At the beginning of my macro I have
gStyle->SetLabelFont(62);
gStyle->SetTitleFont(62);
gROOT->ForceStyle();
Which works fine for the x axes but not for the y axes. How can I make the y axes formatted like the x axes?