fix typos

This commit is contained in:
jverzani
2026-08-11 17:45:57 -04:00
parent 253295ff6e
commit f2de1cdefc
21 changed files with 28 additions and 4398 deletions

View File

@@ -510,7 +510,7 @@ arrows3d!(Point3.(us), Point3.(dus))
current_figure()
```
Plot of tangent lines in both two and three dimenstions
Plot of tangent lines in both two and three dimensions
:::
@@ -851,9 +851,9 @@ The manual construction of a figure and an axis object will be further discussed
### Three dimensional contour plots
The `contour` function can also plot $3$-dimensional contour plots. Concentric spheres, contours of $x^2 + y^2 + z^2 = c$ for $c > 0$ are presented in @fig-makie-countour-three-d.
The `contour` function can also plot $3$-dimensional contour plots. Concentric spheres, contours of $x^2 + y^2 + z^2 = c$ for $c > 0$ are presented in @fig-makie-contour-three-d.
::: {#fig-makie-countour-three-d}
::: {#fig-makie-contour-three-d}
```{julia}
f(x,y,z) = x^2 + y^2 + z^2
xs = ys = zs = range(-3, 3, length=100)