From e9bdb32007c42e4a6270a711114b52cc34b07c3e Mon Sep 17 00:00:00 2001 From: fredcallaway Date: Mon, 7 Jun 2021 11:06:37 -0700 Subject: [PATCH] fix docs for lims and widen interaction --- 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 c6947abd..9ea4f463 100644 --- a/src/arg_desc.jl +++ b/src/arg_desc.jl @@ -141,7 +141,7 @@ const _arg_desc = KW( NTuple{2,Number} or Symbol. Force axis limits. Only finite values are used (you can set only the right limit with `xlims = (-Inf, 2)` for example). `:round` widens the limit to the nearest round number ie. [0.1,3.6]=>[0.0,4.0] `:symmetric` sets the limits to be symmetric around zero. - Additionally pass `widen=false` to use the specified limits exactly. + Set widen=true to widen the specified limits (as occurs when lims are not specified). """, :ticks => "Vector of numbers (set the tick values), Tuple of (tickvalues, ticklabels), or `:auto`", :scale => "Symbol. Scale of the axis: `:none`, `:ln`, `:log2`, `:log10`",