CairoMakie can only fake 3d and layers plots on top of each other in 2d. You need to use GLMakie which uses a depth buffer so that your scatter dots can cover the arrow.
1 Like
CairoMakie can only fake 3d and layers plots on top of each other in 2d. You need to use GLMakie which uses a depth buffer so that your scatter dots can cover the arrow.