mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Change default decimal_number_config for NumberLine
This commit is contained in:
parent
25cd846356
commit
f786eb68d1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class NumberLine(Line):
|
||||||
},
|
},
|
||||||
"decimal_number_config": {
|
"decimal_number_config": {
|
||||||
"num_decimal_places": 0,
|
"num_decimal_places": 0,
|
||||||
"height": 0.25,
|
"font_size": 36,
|
||||||
},
|
},
|
||||||
"numbers_to_exclude": None
|
"numbers_to_exclude": None
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue