From 41553361136f511f157cda15f29dfb7e500d7a20 Mon Sep 17 00:00:00 2001 From: Sridhar Ramesh Date: Tue, 6 Mar 2018 16:03:00 -0800 Subject: [PATCH] Incremental --- active_projects/WindingNumber.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/active_projects/WindingNumber.py b/active_projects/WindingNumber.py index e8c4bbbe..38b573e8 100644 --- a/active_projects/WindingNumber.py +++ b/active_projects/WindingNumber.py @@ -2125,7 +2125,7 @@ class UhOhSalientStill(ColorMappedObjectsScene): def construct(self): ColorMappedObjectsScene.construct(self) - + new_up = 3 * UP new_left = 5 * LEFT @@ -2169,8 +2169,6 @@ class UhOhSalientStill(ColorMappedObjectsScene): # Writing new Pi walker scenes by parametrizing general template -# Domain coloring scenes by parametrizing general template - # (All the above are basically trivial tinkering at this point) # ----