mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Fix bad argument
This commit is contained in:
@ -27,6 +27,6 @@ def index_labels(
|
|||||||
label = Integer(n)
|
label = Integer(n)
|
||||||
label.set_height(label_height)
|
label.set_height(label_height)
|
||||||
label.move_to(submob)
|
label.move_to(submob)
|
||||||
label.set_stroke(BLACK, 5, background=True)
|
label.set_backstroke(BLACK, 5)
|
||||||
labels.add(label)
|
labels.add(label)
|
||||||
return labels
|
return labels
|
||||||
|
Reference in New Issue
Block a user