I have biological data that is best displayed with a log-Y axis, the problem is that this causes asymmetric error bars which can extend very misleadingly below the data (if any layer has near zero data).
The work around is to create a column to log transform the data, plot on a linear axis and tell the labeller to use a custom formate that is = 10^(:value).
The new problem then is the minor axis ticks, which are now on a linear scale and not log.
Two questions:
1) Is it fair statistically to do this?
2) How to use JSL to draw log ticks when the axis is linear?