From d667cb7e571c9b101bfd0204725fb80a602ef22f Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sun, 3 May 2020 15:10:34 +0200 Subject: [PATCH] update documentation of extra_kwargs --- 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..2272951a 100644 --- a/src/arg_desc.jl +++ b/src/arg_desc.jl @@ -70,7 +70,7 @@ const _arg_desc = KW( :dpi => "Number. Dots Per Inch of output figures", :thickness_scaling => "Number. Scale for the thickness of all line elements like lines, borders, axes, grid lines, ... defaults to 1.", :display_type => "Symbol (`:auto`, `:gui`, or `:inline`). When supported, `display` will either open a GUI window or plot inline.", -:extra_kwargs => "KW (Dict{Symbol,Any}). Pass a map of extra keyword args which may be specific to a backend.", +:extra_kwargs => "Either one of (`:plot`, `:subplot`, `:series`) to specify for which element extra keyword args are collected or a KW (Dict{Symbol,Any}) to pass a map of extra keyword args which may be specific to a backend. Default: `:series`.\n Example: `pgfplotsx(); scatter(1:5, extra_kwargs=Dict(:subplot=>Dict("axis line shift" => "10pt"))`", :fontfamily => "String or Symbol. Default font family for title, legend entries, tick labels and guides", :warn_on_unsupported => "Bool. Warn on unsupported attributes, series types and marker shapes",