In Makie, what would be the simplest way to add more ticks to the following axis:
Using xticks = collect(logrange(1e-5, 1e1, 7)) puts the ticks where I want them to be, but they’re displayed with decimals (0.001) instead of using the notation above (10^-3).
Looking at the documentation for xticks, it’s not immediately obvious how “LogTicks” work. Am I missing something perhaps?
Surely the xticks = (numbers, labels) method would do the job, but I imagine there must be a more suitable method.
If you are already ok with the default tick labeling and you just want more ticks (without labels), you could try setting the xminorticks interval like this: