ThreeFilters of waves

This commit is contained in:
Grant Sanderson
2017-09-11 06:52:15 -07:00
parent 12dcb7a3ea
commit 86b9e629e0
5 changed files with 824 additions and 65 deletions

View File

@ -91,7 +91,6 @@ class TexMobject(SVGMobject):
len(tex) > len(t1) and tex[len(t1)] in "()[]\\"
])
if should_replace:
print len(t1)
tex = tex.replace(t1, "\\big")
if tex == "":
tex = "\\quad"