mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Shorten name to index_labels
This commit is contained in:
parent
1b497d31ff
commit
f4776626e4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue