diff options
author | stayaryan | 2020-07-20 20:28:31 +0530 |
---|---|---|
committer | stayaryan | 2020-07-20 20:28:31 +0530 |
commit | bf7bb8fceedbbe812385091c3bb5f860db66de6e (patch) | |
tree | 3a8d42acc2fc80ed6578b4ef4d4eb609c979ff89 /FSF-2020/calculus/intro-to-calculus/gabriels-horn | |
parent | dec03b51ad54f9a869a5db0a0bdad2f5b1d2313a (diff) | |
download | FSF-mathematics-python-code-archive-bf7bb8fceedbbe812385091c3bb5f860db66de6e.tar.gz FSF-mathematics-python-code-archive-bf7bb8fceedbbe812385091c3bb5f860db66de6e.tar.bz2 FSF-mathematics-python-code-archive-bf7bb8fceedbbe812385091c3bb5f860db66de6e.zip |
Changes
Diffstat (limited to 'FSF-2020/calculus/intro-to-calculus/gabriels-horn')
-rw-r--r-- | FSF-2020/calculus/intro-to-calculus/gabriels-horn/gabriel1.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FSF-2020/calculus/intro-to-calculus/gabriels-horn/gabriel1.py b/FSF-2020/calculus/intro-to-calculus/gabriels-horn/gabriel1.py index 3596c88..16aeba9 100644 --- a/FSF-2020/calculus/intro-to-calculus/gabriels-horn/gabriel1.py +++ b/FSF-2020/calculus/intro-to-calculus/gabriels-horn/gabriel1.py @@ -52,8 +52,6 @@ class sphere(GraphScene, ThreeDScene): self.add_fixed_in_frame_mobjects(text7) self.wait(2) self.move_camera(phi = 60*DEGREES, theta= -45*DEGREES, distance = 200, run_time=5) - #self.play(FadeOut(text6)) - #self.add_fixed_in_frame_mobjects(text7) k=0 while k<9: disc1 = ParametricSurface(lambda u, v : np.array([0, (1/(1+k))*v*np.sin(TAU*u), (1/(1+k))*v*np.cos(TAU*u)]), fill_opacity = 0.5, fill_color = PINK).shift((1+k)*RIGHT) |