Merge 9e9a75bcf8ea6bbe1be7c9ebb80b6564080b758e into e41918569b919db80bed8fd070dea122265c083c

This commit is contained in:
Michael Krabbe Borregaard 2017-04-20 07:08:27 +00:00 committed by GitHub
commit 373e2d16e2

View File

@ -1247,7 +1247,7 @@ function _add_defaults!(d::KW, plt::Plot, sp::Subplot, commandIndex::Int)
# update markerstrokecolor # update markerstrokecolor
d[:markerstrokecolor] = if d[:markerstrokecolor] == :match d[:markerstrokecolor] = if d[:markerstrokecolor] == :match
plot_color(sp[:foreground_color_subplot], d[:markerstrokealpha]) plot_color(d[:seriescolor], d[:markerstrokealpha])
else else
getSeriesRGBColor(d[:markerstrokecolor], d[:markerstrokealpha], sp, plotIndex) getSeriesRGBColor(d[:markerstrokecolor], d[:markerstrokealpha], sp, plotIndex)
end end