Removing tick labels but increasing tick size in Plots.jl

In Plots.jl, is there a way to remove the tick labels (i.e. 0.25, 0.5), but have the tick marks remain? Even better, is there then a way to increase the size of he tick markers?

Check these older posts here and here.

1 Like

formatter = :none worked perfectly, thanks a lot :slight_smile: