Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jan-Lukas Wynen <jan-lukas.wynen@ess.eu>
  • Loading branch information
nvaytet and jl-wynen authored Sep 18, 2024
1 parent 958dbbd commit 6e7dff6
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 6e7dff6

Please sign in to comment.