Plotting in log scale with zeros

I thought this was partly fixed, test case:

using Plots
plot(cumsum(randn(1000,4), dims=1), yaxis=(:log10, [0.1, :auto]))

If you don’t specify ylims then it gets confused. (Ref: this issue?)

1 Like