diff --git a/src/args.jl b/src/args.jl index b62baa58..a09682f3 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[:seriescolor], d[:markerstrokealpha]) + plot_color(d[:seriescolor], d[:markerstrokealpha]) else getSeriesRGBColor(d[:markerstrokecolor], d[:markerstrokealpha], sp, plotIndex) end