From 0aa606d8350215963e985633c1517ba6c9b8218a Mon Sep 17 00:00:00 2001 From: Miles Lucas Date: Mon, 4 May 2020 11:05:53 -1000 Subject: [PATCH] fix typo in get_clims function docstring --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index f9e6dbed..c3dd924d 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -436,7 +436,7 @@ function get_clims(sp::Subplot, series::Series, op=process_clims(sp[:clims])) end """ - get_clims(::Series, op=Plots.ignoranan_extrema) + get_clims(::Series, op=Plots.ignorenan_extrema) Finds the limits for the colorbar by taking the "z-values" for the series and passing them into `op`, which must return the tuple `(zmin, zmax)`. The default op is the extrema of the finite