diff --git a/src/args.jl b/src/args.jl index fa5a8e2f..32510f3e 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1247,7 +1247,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(d[:seriescolor], d[:markerstrokealpha]) else getSeriesRGBColor(d[:markerstrokecolor], d[:markerstrokealpha], sp, plotIndex) end