diff --git a/src/args.jl b/src/args.jl index 133974b3..b62baa58 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1221,7 +1221,7 @@ function _add_defaults!(d::KW, plt::Plot, sp::Subplot, commandIndex::Int) # update markerstrokecolor d[:markerstrokecolor] = if d[:markerstrokecolor] == :match - plot_color(sp[:foreground_color_subplot], d[:markerstrokealpha]) + plot_color(sp[:seriescolor], d[:markerstrokealpha]) else getSeriesRGBColor(d[:markerstrokecolor], d[:markerstrokealpha], sp, plotIndex) end