From f9d7890f39c6a7bf9f1479a9ed73991c4bfaf1d8 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 10 Jul 2017 17:39:58 +0200 Subject: [PATCH] Closedown --- script/test/TestLayout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/TestLayout.py b/script/test/TestLayout.py index 78b1ce6..2336d44 100644 --- a/script/test/TestLayout.py +++ b/script/test/TestLayout.py @@ -33,7 +33,7 @@ def plot_base_plate(points = None, title = None): for puck in get_pucks(): match = puck.match(point[0], point[1]) if match is not None: - c = Color.CYAN if match == "minispine" else Color.GREEN + c = Color.DARK_GRAY if match == "minispine" else Color.BLACK plot_cross(p,point[0], point[1], size = 10, width = 1, color = c, name = "P"+ str(points.index(point))) #plot_point(p,point[0], point[1], size = 5, color = Color.BLACK, name = "Pc"+ str(points.index(point)))