You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem. vspan(0..1, color=(:red, 0.1)) works while vspan(0..1, color=:red, alpha=0.1) does not. This also seems to happen to scatterlines.
This is more or less a duplicate of #3735, because vspan/hspan rely on poly. Whatever comes out of #4360 will most likely revamp the color internals so it's not a priority right now and it may get fixed there.
Running
vspan(0..1, color=:red, alpha=0.1)
results in this with GLMakie (expected):and this with CairoMakie (alpha is ignored):
]st -m Makie
) latest]activate --temp; add Makie
) latestThe text was updated successfully, but these errors were encountered: