It's not something which currently exists. But it's certainly a feature that should be added.
It looks like their approach is reasonable:
- A subclass of Axis1D (LogarithmicAxis1D) -- although this might not even be necessary -- I think the logarithmic GridAxisLabelHandler could also simply interpret any axis provided to it as being on a log scale and choose ticks/labels appropriately
- A subclass of GridAxisLabelHandler to choose tick mark locations and tick labels on a log scale
A key point is that the axis values would still be linear in log space and any data added to painters would need to be converted to log space as well.
If you do give implementing this a try we would definitely like to fold a solid, well thought out implementation back into Glimpse
Geoff