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.",