Added marker strokes

This commit is contained in:
JackDevine 2017-10-05 22:58:18 +13:00
parent 878fa48afa
commit 520dc80eeb

View File

@ -1187,7 +1187,9 @@ function py_add_legend(plt::Plot, sp::Subplot, ax)
PyPlot.plt[:Line2D]((0,1),(0,0), PyPlot.plt[:Line2D]((0,1),(0,0),
color = py_color(_cycle(series[:fillcolor],1)), color = py_color(_cycle(series[:fillcolor],1)),
linewidth = py_dpi_scale(plt, 1), linewidth = py_dpi_scale(plt, 1),
marker = py_marker(series[:markershape]) marker = py_marker(series[:markershape]),
markeredgecolor = py_markerstrokecolor(series),
markerfacecolor = py_markercolor(series)
) )
else else
series[:serieshandle][1] series[:serieshandle][1]