gr: use correct gradient labels for scatter plot
This commit is contained in:
parent
2ab7f3c767
commit
d90b2e6142
@ -860,6 +860,11 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
|
||||
end
|
||||
|
||||
if series[:markershape] != :none
|
||||
if series[:marker_z] != nothing
|
||||
zmin, zmax = extrema(series[:marker_z])
|
||||
GR.setspace(zmin, zmax, 0, 90)
|
||||
GR.setscale(0)
|
||||
end
|
||||
gr_draw_markers(series, x, y)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user