I don’t know if Plots.jl supports this, but PyPlot.jl has a nifty axis scaling that’s called symlog
: Symlog Demo — Matplotlib 3.1.0 documentation In essence, it makes large numbers logarithmic, both for positive and negative numbers, but keeps a small interval around the zero crossing linear.
1 Like