I want to plot my function in log-log scale and I want my ticks to be thicker. The code I wrote is:
f2003loglogplot = LogLogPlot[f2003, {x, 1, 50}, PlotLabel -> 2003, PlotRange-> {0.001, 2}, FrameLabel -> {"Wealth w [bil. USD]", "Π(w)"}, LabelStyle -> Directive[Black, Bold], Frame -> {{True, False}, {True, False}}, FrameTicksStyle -> Directive[Thickness[0.01], Black, 12], FrameStyle -> Directive[Thickness[0.003], Black, 12]] However, my ticks don't change in width or height. What am I doing wrong?
