We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36060bc commit 3a0952bCopy full SHA for 3a0952b
experiments/ClimaEarth/user_io/diagnostics_plots.jl
@@ -12,7 +12,7 @@ const BOTTOM_LVL = -LARGE_NUM
12
const TOP_LVL = LARGE_NUM
13
14
function Makie.get_tickvalues(yticks::Int, ymin, ymax)
15
- return range(max(ymin, 0), ymax, yticks)
+ return range(ymin, ymax, yticks)
16
end
17
18
YLINEARSCALE = Dict(:axis => CAN.Utils.kwargs(dim_on_y = true, yticks = 10, ytickformat = "{:.3e}"))
0 commit comments