NaN
This commit is contained in:
parent
f344b89e33
commit
8e25d96565
@ -16,7 +16,7 @@ function get_clims(sp::Subplot, op = process_clims(sp[:clims]))
|
|||||||
end
|
end
|
||||||
|
|
||||||
function get_clims(sp::Subplot, series::Series, op = process_clims(sp[:clims]))
|
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]
|
zmin, zmax = if series[:colorbar_entry]
|
||||||
get_clims(sp, op)
|
get_clims(sp, op)
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user