diff --git a/src/arg_desc.jl b/src/arg_desc.jl index f6365571..b4503c1e 100644 --- a/src/arg_desc.jl +++ b/src/arg_desc.jl @@ -19,7 +19,7 @@ const _arg_desc = KW( :markersize => "Number or AbstractVector. Size (radius pixels) of the markers.", :markerstrokestyle => "Symbol. Style of the marker stroke (border). Choose from $(_allStyles)", :markerstrokewidth => "Number. Width of the marker stroke (border. in pixels)", -:markerstrokecolor => "Color Type. Color of the marker stroke (border). `:match` will take the value from `:seriescolor`.", +:markerstrokecolor => "Color Type. Color of the marker stroke (border). `:match` will take the value from `:foreground_color_subplot`.", :markerstrokealpha => "Number in [0,1]. The alpha/opacity override for the marker stroke (border). `nothing` (the default) means it will take the alpha value of markerstrokecolor.", :bins => "Integer, NTuple{2,Integer}, AbstractVector. For histogram-types, defines the number of bins, or the edges, of the histogram.", :smooth => "Bool. Add a regression line?",