Further eop/combinations progress

This commit is contained in:
Grant Sanderson
2017-12-01 16:42:57 -08:00
parent 0399b54b9a
commit 1770bb12d8
2 changed files with 160 additions and 2 deletions

View File

@ -34,6 +34,7 @@ class Integer(VGroup):
"digit_buff" : 0.8*SMALL_BUFF
}
def __init__(self, integer, **kwargs):
self.number = integer
num_str = str(integer)
VGroup.__init__(self, *map(TexMobject, num_str), **kwargs)
self.arrange_submobjects(