adjustments
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# which seems to make it all work. The line number 83 might change.
|
# which seems to make it all work. The line number 83 might change.
|
||||||
|
|
||||||
f = "_book/alternatives/plotly_plotting.html"
|
f = "_book/alternatives/plotly_plotting.html"
|
||||||
lineno = 83
|
lineno = 88
|
||||||
|
|
||||||
str = """
|
str = """
|
||||||
|
|
||||||
|
|||||||
@@ -734,7 +734,9 @@ For parametrically defined surfaces, the $x$ and $y$ values also correspond to m
|
|||||||
```{julia}
|
```{julia}
|
||||||
#| hold: true
|
#| hold: true
|
||||||
r, R = 1, 5
|
r, R = 1, 5
|
||||||
X(theta,phi) = [(r*cos(theta)+R)*cos(phi), (r*cos(theta)+R)*sin(phi), r*sin(theta)]
|
X(theta,phi) = [(r*cos(theta)+R)*cos(phi),
|
||||||
|
(r*cos(theta)+R)*sin(phi),
|
||||||
|
r*sin(theta)]
|
||||||
|
|
||||||
us = range(0, 2pi, length=25)
|
us = range(0, 2pi, length=25)
|
||||||
vs = range(0, pi, length=25)
|
vs = range(0, pi, length=25)
|
||||||
|
|||||||
Reference in New Issue
Block a user