-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D vector fields don't plot correctly #105
Comments
The 2D vector field examples seem to work just fine |
Thanks for reporting, this is an issue with Makie.jl itself and not with Grassmann.jl specifically: Observe that f = vectorfield(exp((π/4)*(v12+v∞3)),V(2,3,4),V(1,2,3)) returns a function which can accept julia> f(Point(1,1,1))
3-element Point3{Float64} with indices SOneTo(3):
-0.5
0.49999999993486655
0.9999999999348665 So the The issue seems to be with the All the example does is feed |
Thanks for looking into this for me! I see now that the problem is definitely a Makie regression. The arrows in 3D streamplot are much too large by default. The good news is that I was still able to run your example by setting the arrow size explicitly: Happy holidays! |
I am trying to run
Of course, I first get an error
ERROR: No backend available!
but after loading CairoMakie, rerunning
produces the following image:
I am using Julia v1.9.4 (x64 linux) and the following packages are installed:
The text was updated successfully, but these errors were encountered: