mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Changed default for Interval numbering
This commit is contained in:
@ -183,4 +183,7 @@ class UnitInterval(NumberLine):
|
||||
"tick_frequency": 0.1,
|
||||
"numbers_with_elongated_ticks": [0, 1],
|
||||
"number_at_center": 0.5,
|
||||
"decimal_number_config": {
|
||||
"num_decimal_places": 1,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user