From 67ecf4e35093eadc0cce76d06413afb9b01b3ef6 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 31 Oct 2016 14:21:49 +0100 Subject: [PATCH] fix docs for msc specifies msc defaults to foreground_color_subplots --- 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 06f525bb..f85e0345 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?",