How can I change sizes of the ticks (the serrations, finer divisions) in Plot
? So far I found how to change the size of the numbers and not the dents.
Plot[Sin[x], {x, 0, 10}, TicksStyle -> Directive[Orange, 20]]
This just makes only numbers larger.
Thanks.