summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FSF-2020/approximations-and-optimizations/Critical-Points/file2_Traces_and_Tangent.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/FSF-2020/approximations-and-optimizations/Critical-Points/file2_Traces_and_Tangent.py b/FSF-2020/approximations-and-optimizations/Critical-Points/file2_Traces_and_Tangent.py
index 95c3af9..4b020e1 100644
--- a/FSF-2020/approximations-and-optimizations/Critical-Points/file2_Traces_and_Tangent.py
+++ b/FSF-2020/approximations-and-optimizations/Critical-Points/file2_Traces_and_Tangent.py
@@ -6,8 +6,8 @@ class firstScene(ThreeDScene):
def construct(self):
axes = ThreeDAxes().scale(1)
- label_x= TextMobject("$x$").shift([5.8,-0.5,0])
- label_y= TextMobject("$y$").shift([-0.5,-5.6,0]).rotate(-4.5)
+ label_x = TextMobject("$x$").shift([5.8,-0.5,0])
+ label_y = TextMobject("$y$").shift([-0.5,-5.6,0]).rotate(-4.5)
#---- graph of f(x,y) = -x^2-y^2
surface = ParametricSurface(
@@ -50,8 +50,8 @@ class secondScene(ThreeDScene):
def construct(self):
axes = ThreeDAxes().scale(1)
- label_x= TextMobject("$x$").shift([5.8,-0.5,0])
- label_y= TextMobject("$y$").shift([-0.5,-5.6,0]).rotate(-4.5)
+ label_x = TextMobject("$x$").shift([5.8,-0.5,0])
+ label_y = TextMobject("$y$").shift([-0.5,-5.6,0]).rotate(-4.5)
#---- graph of f(x,y) = -x^2-y^2
surface = ParametricSurface(