Skip to content

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede authored Jan 27, 2017
1 parent 6b4f391 commit 4ee8ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/04.12-Three-Dimensional-Plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"\n",
"Analogous to the contour plots we explored in [Density and Contour Plots](04.04-Density-and-Contour-Plots.ipynb), ``mplot3d`` contains tools to create three-dimensional relief plots using the same inputs.\n",
"Like two-dimensional ``ax.contour`` plots, ``ax.contour3D`` requires all the input data to be in the form of two-dimensional regular grids, with the Z data evaluated at each point.\n",
"Here we'll show a three-dimensional contour diagram of a three-dimenisonal sinusoidal function:"
"Here we'll show a three-dimensional contour diagram of a three-dimensional sinusoidal function:"
]
},
{
Expand Down Expand Up @@ -481,7 +481,7 @@
"source": [
"Now from this parametrization, we must determine the *(x, y, z)* positions of the embedded strip.\n",
"\n",
"Thinking about it, we might realize that there are two rotations happening: one is the position of the loop about its center (what we've called $\\theta$), while the other is the twisting of the strip about its axis (we'll call this $\\phi$). For a Mobuis strip, we must have the strip makes half a twist during a full loop, or $\\Delta\\phi = \\Delta\\theta/2$."
"Thinking about it, we might realize that there are two rotations happening: one is the position of the loop about its center (what we've called $\\theta$), while the other is the twisting of the strip about its axis (we'll call this $\\phi$). For a Möbius strip, we must have the strip makes half a twist during a full loop, or $\\Delta\\phi = \\Delta\\theta/2$."
]
},
{
Expand Down

0 comments on commit 4ee8ee5

Please sign in to comment.