Up to physics example in eola chapter 0

This commit is contained in:
Grant Sanderson
2016-07-12 15:16:20 -07:00
parent c910b00a32
commit d35a8f76ac
9 changed files with 425 additions and 64 deletions

View File

@ -34,7 +34,7 @@ class TexMobject(SVGMobject):
"next_to_direction" : RIGHT,
"next_to_buff" : 0.25,
"initial_scale_val" : TEX_MOB_SCALE_VAL,
"organize_left_to_right" : True,
"organize_left_to_right" : False,
"propogate_style_to_family" : True,
}
def __init__(self, expression, **kwargs):