readd fill for cross and xcross on GR
This commit is contained in:
parent
95a6d24111
commit
509f8f6a95
@ -328,7 +328,7 @@ function gr_draw_markers(series::Series, x, y, msize, mz)
|
|||||||
GR.settransparency(_gr_gradient_alpha[ci-999])
|
GR.settransparency(_gr_gradient_alpha[ci-999])
|
||||||
end
|
end
|
||||||
# don't draw filled area if marker shape is 1D
|
# don't draw filled area if marker shape is 1D
|
||||||
if !(shape in (:hline, :vline, :+, :x, :cross, :xcross))
|
if !(shape in (:hline, :vline, :+, :x))
|
||||||
gr_draw_marker(x[i], y[i], msi, shape)
|
gr_draw_marker(x[i], y[i], msi, shape)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user