Open arturofburgos opened 5 months ago
To clarify, are the videos below similar to what you experienced?
zero_start = true
:
https://github.com/MakieOrg/Makie.jl/assets/32143268/e58d0090-6017-4fda-9a3f-ccb4b8a78931
zero_start = false
:
https://github.com/MakieOrg/Makie.jl/assets/32143268/721c8505-229f-48ed-aea7-ecacad2f6ec1
Yes, exactly.
With GLMakie and zero_start = true
, I get this:
https://github.com/MakieOrg/Makie.jl/assets/32143268/0fb9aa3c-dcaa-45da-a6c7-ad24f4929cea
so it looks like this issue is only happening in CairoMakie. The flipping of the axis would seem to indicate some form of rendering issue...
Yeah I would guess that. This is my first issue open. How is the procedure for someone to fix this bug?
I would guess the streamlines produce some pattern of NaNs that crashes the line drawing function in CairoMakie. It's relatively complex to be more efficient, but also more bug prone.
I was testing this case where I wanted to create an animation of a streamplot. I found a bug when the streamplot was initialized with 0. When zero_start is true the animation shows the bug where only the first frame is shown, when zero_star is false it does work normally.
]activate --temp; add Makie