-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add a brief demonstration for visualization with Makie #8
Conversation
Bring fork up to date
Codecov Report
@@ Coverage Diff @@
## main #8 +/- ##
=======================================
Coverage 99.77% 99.77%
=======================================
Files 2 2
Lines 436 440 +4
=======================================
+ Hits 435 439 +4
Misses 1 1
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Very nice, thanks.
Good idea. For the inclusion of an example img, you can make a separate PR to the EDIT: image PR created in #9. |
As we discussed in #7 , here is a MWE demonstrating how to make a Meshes.jl mesh from this mesh structure, so it can be visualized with GLMakie. I am happy to move this to a separate file or elsewhere in the README, and can include an image of the output as well.
Fixes #7.