restore docstring
This commit is contained in:
parent
a4d5c8bef0
commit
27b25d9220
@ -30,8 +30,8 @@ end
|
|||||||
update_clims(::Series, op=Plots.ignorenan_extrema)
|
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`,
|
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 value is stored as a series property, which is
|
which must return the tuple `(zmin, zmax)`.The default op is the extrema of the finite
|
||||||
retrieved by `get_clims`.
|
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}
|
function update_clims(series::Series, op = ignorenan_extrema)::Tuple{Float64, Float64}
|
||||||
zmin, zmax = Inf, -Inf
|
zmin, zmax = Inf, -Inf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user