Log transformed data - linear graph axis - Use JSL to draw log ticks
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 t...