Add marker colors to gr pixel series

This commit is contained in:
Lakshya Khatri 2020-08-05 15:59:36 +05:30
parent 98699452d2
commit ca055c3b18

View File

@ -1683,6 +1683,8 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
elseif st == :pixel elseif st == :pixel
GR.setmarkertype(GR.MARKERTYPE_DOT) GR.setmarkertype(GR.MARKERTYPE_DOT)
lc = get_linecolor(series, clims, 0)
gr_set_markercolor(lc)
GR.polymarker(x, y) GR.polymarker(x, y)
elseif st == :contour elseif st == :contour