Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/visualization/reference/show_3D.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"metadata": {},
"source": [
"## `im`\n",
"The input image is 3D array to be veiwed in 3D. Note that the method does not work for 2D arrays as input."
"The input image is 3D array to be viewed in 3D. Note that the method does not work for 2D arrays as input."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/visualization/reference/show_mesh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "92b13e95",
"metadata": {},
"source": [
"Visualizes a meshed region. This function works with taking in a meshed region and displaying the reiangular mesh using `Matplotlib` 3D visualization."
"Visualizes a meshed region. This function works with taking in a meshed region and displaying the triangular mesh using `Matplotlib` 3D visualization."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/visualization/reference/show_panels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"source": [
"## `im`\n",
"\n",
"This arugment receives the 3D image which is to be sliced:"
"This argument receives the 3D image which is to be sliced:"
]
},
{
Expand Down
Loading