Using the following code,
LogLinearPlot[
x,
{x, 0.1, 10},
PlotStyle -> AbsoluteThickness[3],
AxesStyle -> AbsoluteThickness[2],
TicksStyle -> AbsoluteThickness[2]
]
I can manipulate the axes and the ticks on the vertical axis. How can I modify the thickness of the horizontal ticks?
