This commit is contained in:
Nicholas Bauer 2021-09-22 03:49:10 -04:00
parent f344b89e33
commit 8e25d96565

View File

@ -16,7 +16,7 @@ function get_clims(sp::Subplot, op = process_clims(sp[:clims]))
end
function get_clims(sp::Subplot, series::Series, op = process_clims(sp[:clims]))
series[:seriestype] != :shape || return -Inf, Inf
series[:seriestype] != :shape || return NaN, NaN
zmin, zmax = if series[:colorbar_entry]
get_clims(sp, op)
else