Prepping for hilbert curve project

This commit is contained in:
Grant Sanderson
2015-12-13 15:41:45 -08:00
parent b2c5f71155
commit 399852a994
10 changed files with 57 additions and 381 deletions

View File

@ -9,7 +9,7 @@ class TexMobject(Mobject):
"template_tex_file" : TEMPLATE_TEX_FILE,
"color" : WHITE,
"point_thickness" : 1,
"should_center" : False,
"should_center" : True,
}
def __init__(self, expression, **kwargs):
if "size" not in kwargs: