Added marker strokes
This commit is contained in:
parent
878fa48afa
commit
520dc80eeb
@ -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]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user