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