For more ticks that are at nice readable locations, like 1, 2, 5, 10, 20, 50, … instead of 10^0, 10^0.5, 10^1, …, there’s BaseMulTicks([1,2,5])
in MakieExtra.jl. It puts ticks at the specified multiples of each base power (10^n by default).
See the y axis in the examples from the docs:
3 Likes