Skip to content

Commit

Permalink
Merge branch 'new-mesh-3d' of github.com:scipp/plopp into new-mesh-3d
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Sep 18, 2024
2 parents 4338854 + 6e7dff6 commit 84b016e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/plot-types/mesh3d-plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# 3D mesh plot\n",
"\n",
"This notebook illustrates how to render 3D meshes,\n",
"This notebook illustrates how to render 3D meshes\n",
"by supplying a list of vertex positions and vertex indices to construct the mesh faces."
]
},
Expand Down
1 change: 1 addition & 0 deletions src/plopp/backends/pythreejs/mesh3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Mesh3d:
data:
The initial data to create the mesh from. Must be a DataGroup that contains at
least the following fields:
- vertices: a DataArray with the vertices of the mesh.
- faces: a DataArray with the faces of the mesh.
color:
Expand Down

0 comments on commit 84b016e

Please sign in to comment.