inducer / meshpy

2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh)
http://mathema.tician.de/software/meshpy
Other
504 stars 106 forks source link

Add matplotlib support for 1D e 2D mesh #42

Closed jalfonsi closed 5 years ago

jalfonsi commented 5 years ago

I'd like to define and plot polygonal meshes easily in Python as I've done here with Wolfram Language http://demonstrations.wolfram.com/ColoringTwoDimensionalQuasicrystalTilingsUsingAMeshBasedMeth/ For 3D meshes I'd like to use Ipyvolume https://github.com/maartenbreddels/ipyvolume which is better integrated with Jupyter

inducer commented 5 years ago

Sure, that sounds fantastic. If you produce any tools that you feel might be of use to users of MeshPy, feel free to send a PR.

jalfonsi commented 5 years ago

Is it possible to have mesh objects that could be easily displayed within those software, without using export to file?

inducer commented 5 years ago

Whatever you decide. I'd be happy to consider a PR.

jalfonsi commented 5 years ago

Actually I was asking you to add such implementation, I'm just a user, I may help with testing.

inducer commented 5 years ago

Sorry, no.