Add marker colors to gr pixel series
This commit is contained in:
parent
98699452d2
commit
ca055c3b18
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user