From c9e5bc75c1f2794c20a45bfcf5c9daf4ef0d14d8 Mon Sep 17 00:00:00 2001 From: Ross Younger Date: Tue, 14 Nov 2017 07:38:56 +1300 Subject: [PATCH] visdep: Give goals a different colour to aid in picking them out amongst a myriad of dependencies --- sandbox/visualise-dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/visualise-dependencies.py b/sandbox/visualise-dependencies.py index bd8c285..cb07d3d 100755 --- a/sandbox/visualise-dependencies.py +++ b/sandbox/visualise-dependencies.py @@ -232,7 +232,7 @@ def process(args): raise GiveUp("None of the given goals %s is a target"%(map(str, goals))) for g in full_goals: - Node(g, isGoal=True, extras="shape=parallelogram") + Node(g, isGoal=True, extras="shape=parallelogram, fillcolor=gold") # color=green fillcolor=green style=filled...? for g in full_goals: