I have a logarithmic axis with time in seconds on with labels
10^1 sec, 10^2 sec, 10^3 sec, 10^4 sec ...
Like it is similarily possible with EngFormatter I want to have the axis ticks and labels in seconds, then minutes, then hours, then days, like this:
0 sec, 30 sec, 1 min, 30 min, 1 hour, 12 hour, 1 day ...
How do I get axis ticks and labels like that?
I was able to create the axis I wanted
with this code:
Hope this helps somebody. However this only works for sec, min and hours, but not days, months etc as those are no longer easily reachable with log60.