GR.jl icon indicating copy to clipboard operation
GR.jl copied to clipboard

Alpha values in RGBA(1.0, 1.0, 1.0, 0.5) seem to have no effect on plotted markers

Open Datseris opened this issue 4 years ago • 1 comments

Hi there, I am plotting some markers, where each marker has different shape and different color. E.g.

m = [:circle for _ in 1:100]
c = [RGBA(1.0, 1.0, 1.0, 1.0) for _ in 1:100]
append!(m, [:square for _ in 1:100]
append!(c, [RGBA(0, 1.0, 1.0, 0.5) for _ in 1:100]

and I scatter some points with marker=m, color=c. My actual code is a bit more complicated. In anycase:

GR BACKEND gr

simply then doing pyplot() and plotting again: pyploy

Datseris avatar Apr 29 '20 22:04 Datseris

Any updates on this? It would be really useful if GR could support RGBA colors.

sunoru avatar Oct 04 '22 20:10 sunoru