mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Changed default for Interval numbering
This commit is contained in:
parent
708451964a
commit
ec1436ef5a
1 changed files with 3 additions and 0 deletions
|
@ -183,4 +183,7 @@ class UnitInterval(NumberLine):
|
||||||
"tick_frequency": 0.1,
|
"tick_frequency": 0.1,
|
||||||
"numbers_with_elongated_ticks": [0, 1],
|
"numbers_with_elongated_ticks": [0, 1],
|
||||||
"number_at_center": 0.5,
|
"number_at_center": 0.5,
|
||||||
|
"decimal_number_config": {
|
||||||
|
"num_decimal_places": 1,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue