Pre-matrix rewrite of chapter 11

This commit is contained in:
Grant Sanderson
2016-09-23 17:26:56 -07:00
parent 651c665fd7
commit 84967fd463
5 changed files with 1077 additions and 85 deletions

View File

@ -68,7 +68,7 @@ class Write(ShowCreation):
if "run_time" not in kwargs:
self.establish_run_time(mobject)
if "lag_factor" not in kwargs:
self.lag_factor = max(self.run_time - 1, 1)
self.lag_factor = max(self.run_time - 1, 2)
ShowCreation.__init__(self, mobject, **kwargs)
def establish_run_time(self, mobject):