-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
How to plot contourlines when the geometry is irregular #2715
Comments
We have |
I hope a tricontour plot is soon added to Makie. If it is of any use, I would like to share the links to the source code and suggest where changes are needed: The Makie recipe for In a new file named
Now, the function In the source code of the file Makie.jl / src / Makie.jl, we can see the line: Now, In this file, you will find the required struct Finally, discourse contains a minimal working example on how to plot contour lines in Makie using TriplotBase, which you can check here |
contours.jl uses a vector of Update: If calling lines!() to plot, it is seems to be best to use points directly. Explanation: I was storing each contour line as a
So, either we have two options:
|
Like this picture, the contour! don't work when the geometry irregular.
The text was updated successfully, but these errors were encountered: