mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
renamed num_decimal_points -> num_decimal_places
This commit is contained in:
@ -139,7 +139,7 @@ class Matrix(VMobject):
|
||||
class DecimalMatrix(Matrix):
|
||||
CONFIG = {
|
||||
"element_to_mobject": DecimalNumber,
|
||||
"element_to_mobject_config": {"num_decimal_points": 1}
|
||||
"element_to_mobject_config": {"num_decimal_places": 1}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user