From 520dc80eeb3301abeca26ae7b1200c50cb533fa9 Mon Sep 17 00:00:00 2001 From: JackDevine Date: Thu, 5 Oct 2017 22:58:18 +1300 Subject: [PATCH] Added marker strokes --- src/backends/pyplot.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index 26af0634..4c9173c7 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -1187,7 +1187,9 @@ function py_add_legend(plt::Plot, sp::Subplot, ax) PyPlot.plt[:Line2D]((0,1),(0,0), color = py_color(_cycle(series[:fillcolor],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 series[:serieshandle][1]