Implement pixel series for gr
This commit is contained in:
parent
3f947e2713
commit
98699452d2
@ -1681,6 +1681,10 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
|
|||||||
gr_draw_markers(series, x, y, clims)
|
gr_draw_markers(series, x, y, clims)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
elseif st == :pixel
|
||||||
|
GR.setmarkertype(GR.MARKERTYPE_DOT)
|
||||||
|
GR.polymarker(x, y)
|
||||||
|
|
||||||
elseif st == :contour
|
elseif st == :contour
|
||||||
GR.setspace(clims[1], clims[2], 0, 90)
|
GR.setspace(clims[1], clims[2], 0, 90)
|
||||||
GR.setlinetype(gr_linetype(get_linestyle(series)))
|
GR.setlinetype(gr_linetype(get_linestyle(series)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user