From c5384c3d3e1652b9bb5dcc794644e825e3b2dffb Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 20 Mar 2018 13:44:38 -0700 Subject: [PATCH] Removed default color of yellow for Arrow --- topics/geometry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/geometry.py b/topics/geometry.py index 5e2fe5a1..7bfc1e32 100644 --- a/topics/geometry.py +++ b/topics/geometry.py @@ -450,7 +450,6 @@ class DashedLine(Line): class Arrow(Line): CONFIG = { - "color" : YELLOW_C, "tip_length" : 0.25, "tip_width_to_length_ratio" : 1, "max_tip_length_to_length_ratio" : 0.35,