Change default stroke width of number line

This commit is contained in:
Grant Sanderson 2020-02-27 17:18:10 +00:00
parent 6e0ae83685
commit 6593eab9a0

View file

@ -14,6 +14,7 @@ from manimlib.utils.space_ops import normalize
class NumberLine(Line):
CONFIG = {
"color": LIGHT_GREY,
"stroke_width": 2,
"x_min": -FRAME_X_RADIUS,
"x_max": FRAME_X_RADIUS,
"unit_size": 1,