martinRenou / Odysis

Jupyter Interactive Widgets library for 3-D mesh analysis
MIT License
15 stars 2 forks source link

Grid effect #11

Closed martinRenou closed 5 years ago

martinRenou commented 5 years ago

We should add a grid effect:

grid

wolfv commented 5 years ago

maybe not number of lines, but spacing... or both

martinRenou commented 5 years ago

spacing is better I agree. And there should be a different spacing for each dimension. The default spacing_x could be bounding_box_x / 10

martinRenou commented 5 years ago

We could definitely allow making a grid that highlights data as well (some kind of iso-lines), in the screenshot the input data for the grid was the x and y positions, but we could use data linked to the mesh (e.g. temperature, pressure etc...)