From a59e8411c9006087242d9d60c092c8d029c8fb53 Mon Sep 17 00:00:00 2001 From: Miles Lucas Date: Thu, 30 Apr 2020 22:30:03 -1000 Subject: [PATCH] update clims arg description --- src/arg_desc.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arg_desc.jl b/src/arg_desc.jl index ef2aea6c..cf86e7f1 100644 --- a/src/arg_desc.jl +++ b/src/arg_desc.jl @@ -104,7 +104,7 @@ const _arg_desc = KW( :legendtitlefontrotation => "Real. Font rotation of the legend title", :legendtitlefontcolor => "Color Type. Font color of the legend title", :colorbar => "Bool (show the colorbar?) or Symbol (colorbar position). Symbol values: `:none`, `:best`, `:right`, `:left`, `:top`, `:bottom`, `:legend` (matches legend value) (note: only some may be supported in each backend)", -:clims => "`:auto` or NTuple{2,Number}. Fixes the limits of the colorbar.", +:clims => "`:auto`, NTuple{2,Number}, or a function that takes series data in and returns NTuple{2,Number}. Fixes the limits of the colorbar.", :legendfont => "Font. Font of legend items.", :legendtitlefont => "Font. Font of the legend title.", :annotations => "(x,y,text) tuple(s). Can be a single tuple or a list of them. Text can be String or PlotText (created with `text(args...)`) Add one-off text annotations at the x,y coordinates.",