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
Using "opacity" in mark_circle works as expected (line is covered by circle), but using fillOpacity it's partially see through; using lines + points + points layers on some more red, but the circles remain partially transparent.
Using property "blend" was even more confusing; it seems that three-way blending of lines, circles, and background is happening, making it difficult to tell how different modes work.
The text was updated successfully, but these errors were encountered:
What is your suggestion?
I was trying to place certain lines (mark_line or mark_rule) behind point markers using opacity and got some confusing results.
It would be nice to see a tutorial on how blending works.
Additionally, looks like Vega allows z-index for particular marks, but Altair only supports it for axes and legends? https://vega.github.io/vega/docs/marks/rule/
Have you considered any alternative solutions?
Using "opacity" in mark_circle works as expected (line is covered by circle), but using fillOpacity it's partially see through; using
lines + points + points
layers on some more red, but the circles remain partially transparent.Using property "blend" was even more confusing; it seems that three-way blending of lines, circles, and background is happening, making it difficult to tell how different modes work.
The text was updated successfully, but these errors were encountered: