From f4776626e4f95647db2105c9b39dd6bdfe3ab12a Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 27 Feb 2020 17:16:10 +0000 Subject: [PATCH] Shorten name to index_labels --- manimlib/utils/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/utils/debug.py b/manimlib/utils/debug.py index 2d119a0c..87ef886c 100644 --- a/manimlib/utils/debug.py +++ b/manimlib/utils/debug.py @@ -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)