adjustments
This commit is contained in:
parent
af1f5db454
commit
d09d6bf598
@ -6,7 +6,7 @@
|
||||
# which seems to make it all work. The line number 83 might change.
|
||||
|
||||
f = "_book/alternatives/plotly_plotting.html"
|
||||
lineno = 83
|
||||
lineno = 88
|
||||
|
||||
str = """
|
||||
|
||||
|
@ -734,7 +734,9 @@ For parametrically defined surfaces, the $x$ and $y$ values also correspond to m
|
||||
```{julia}
|
||||
#| hold: true
|
||||
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)
|
||||
vs = range(0, pi, length=25)
|
||||
|
Loading…
Reference in New Issue
Block a user