fix typos
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user