From 8e25d965653d1a3b8703939857a43547a75ba4e4 Mon Sep 17 00:00:00 2001 From: Nicholas Bauer Date: Wed, 22 Sep 2021 03:49:10 -0400 Subject: [PATCH] NaN --- src/colorbars.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colorbars.jl b/src/colorbars.jl index c44b7800..f500c662 100644 --- a/src/colorbars.jl +++ b/src/colorbars.jl @@ -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