Shorten name to index_labels

This commit is contained in:
Grant Sanderson
2020-02-27 17:16:10 +00:00
parent 1b497d31ff
commit f4776626e4

View File

@ -12,7 +12,7 @@ def print_family(mobject, n_tabs=0):
print_family(submob, n_tabs + 1)
def get_submobject_index_labels(mobject, label_height=0.15):
def index_labels(mobject, label_height=0.15):
labels = VGroup()
for n, submob in enumerate(mobject):
label = Integer(n)