mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 08:57:43 +00:00
Change default stroke width of number line
This commit is contained in:
parent
6e0ae83685
commit
6593eab9a0
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ from manimlib.utils.space_ops import normalize
|
||||||
class NumberLine(Line):
|
class NumberLine(Line):
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
"color": LIGHT_GREY,
|
"color": LIGHT_GREY,
|
||||||
|
"stroke_width": 2,
|
||||||
"x_min": -FRAME_X_RADIUS,
|
"x_min": -FRAME_X_RADIUS,
|
||||||
"x_max": FRAME_X_RADIUS,
|
"x_max": FRAME_X_RADIUS,
|
||||||
"unit_size": 1,
|
"unit_size": 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue