fix typo in get_clims function docstring

This commit is contained in:
Miles Lucas 2020-05-04 11:05:53 -10:00 committed by GitHub
parent 10a5c2ed1d
commit 0aa606d835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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