I was plotting and realised a message was popping up in the REPL. I am using Julia 1.5 in Atom and StatsPlots.jl and Plot.jl. Any idea what is causing it?
Warning: No strict ticks found
└ @ PlotUtils C:\Users\Helga\.julia\packages\PlotUtils\nCtbM\src\ticks.jl:283
Well, I’m getting the same warning and my data definitely doesn’t have zeros since I manually shift all zeros to 1e-16. Anything else that could cause this?
I think they should be equivalent. Note that the warning only seems to concern the gr() backend. Others, such as plotly() or pythonplot(), don’t complain.