markercolor

This commit is contained in:
Simon Christ 2019-11-14 07:37:21 +01:00
parent 9324123b4d
commit 1ef4cfb86a

View File

@ -56,8 +56,7 @@ function _update_plot_object(plt::Plot{PGFPlotsXBackend})
{ {
color = opt[:linecolor], color = opt[:linecolor],
mark = _pgfplotsx_markers[opt[:markershape]], mark = _pgfplotsx_markers[opt[:markershape]],
# TODO: how to do nested options? mark_options = {color = opt[:markercolor]},
# "mark options" = "{color = $(opt[:markercolor])}",
}, },
PGFPlotsX.Coordinates(series[:x],series[:y]) PGFPlotsX.Coordinates(series[:x],series[:y])
) )