From 5f1b5e9f01a4e64f309dbdac18f18a4fbfbedda1 Mon Sep 17 00:00:00 2001 From: Nicholas Bauer Date: Thu, 23 Sep 2021 22:02:50 -0400 Subject: [PATCH] typo --- src/colorbars.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colorbars.jl b/src/colorbars.jl index 5e942729..3b4baf42 100644 --- a/src/colorbars.jl +++ b/src/colorbars.jl @@ -30,7 +30,7 @@ end update_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 +which must return the tuple `(zmin, zmax)`. The default op is the extrema of the finite values of the input. The value is stored as a series property, which is retrieved by `get_clims`. """ function update_clims(series::Series, op = ignorenan_extrema)::Tuple{Float64, Float64}