pyplot markercolor

This commit is contained in:
Zh 2020-04-16 01:21:05 +09:00
parent 8c9422f470
commit c01ee17d88

View File

@ -540,7 +540,7 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
zorder = series[:series_plotindex] + 0.5, zorder = series[:series_plotindex] + 0.5,
marker = py_marker(_cycle(shapes,i)), marker = py_marker(_cycle(shapes,i)),
s = py_thickness_scale(plt, _cycle(series[:markersize],i) .^ 2), s = py_thickness_scale(plt, _cycle(series[:markersize],i) .^ 2),
facecolors = get_markercolor(series, i), # Not sure if we need get_markercoloralpha(series, i) here facecolors = py_color(get_markercolor(series, i), get_markercoloralpha(series, i)),
edgecolors = msc, edgecolors = msc,
linewidths = lw, linewidths = lw,
extrakw... extrakw...