markercolor
This commit is contained in:
parent
9324123b4d
commit
1ef4cfb86a
@ -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])
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user