markercolor

This commit is contained in:
Simon Christ 2019-11-14 07:37:21 +01:00
parent 9e74976d6d
commit 97c0161b9d

View File

@ -56,8 +56,7 @@ function _update_plot_object(plt::Plot{PGFPlotsXBackend})
{
color = opt[:linecolor],
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])
)