3D Isosurface

Hi guys!

I would like to make nice plots of acoustic modes in a rectangular room by making use of isosurfaces. Below you can see a bunch of examples of what I am aiming for. I did those with Matlab few years ago.

I had a look online but I couldn’t quite find examples on this.

Is any of you used to do this kind of plots? If so, how do you do it?
Is it possible to use JuliaPlots to do this?

Thanks!

Check out FinEtools and examples: I export VTK files and visualize in Paraview.

GitHub - MakieOrg/Makie.jl: Interactive data visualizations and plotting in Julia can do isosurfaces.

1 Like

MeshCat.jl can also visualize isosurfaces in 3D. There’s even a demo of that in the readme: https://github.com/rdeits/MeshCat.jl#contours

4 Likes

Hey there! Thanks for the suggestions. Makie is doing the work very nicely, so I think I will use that. The other packages are quite cool too, I am sure I will use them as well at some point.

Thanks!