summaryrefslogtreecommitdiffstats
path: root/unit_trace/viz/format.py
diff options
context:
space:
mode:
authorGary Bressler <garybressler@nc.rr.com>2010-03-15 13:40:58 -0400
committerGary Bressler <garybressler@nc.rr.com>2010-03-15 13:40:58 -0400
commit7203974deea94b11b3a0a99619f3c24091b157ed (patch)
tree1ac2297c45a887b736ba3b79d4402576348bf241 /unit_trace/viz/format.py
parent1f6656c3b8f8e72e3be4ad3e357e748b7d6e0603 (diff)
parent452023b74dfc6332c1ec548b15a0ed79e0a51b32 (diff)
Merge branch 'wip-gary' of ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace into wip-gary
Conflicts: README reader/sample_script.py visualizer.py
Diffstat (limited to 'unit_trace/viz/format.py')
-rw-r--r--unit_trace/viz/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_trace/viz/format.py b/unit_trace/viz/format.py
index fed39f0..6469467 100644
--- a/unit_trace/viz/format.py
+++ b/unit_trace/viz/format.py
@@ -23,7 +23,7 @@ class GraphFormat(object):
23 probably don't care about most of them anyway).""" 23 probably don't care about most of them anyway)."""
24 24
25 GRID_COLOR = (0.7, 0.7, 0.7) 25 GRID_COLOR = (0.7, 0.7, 0.7)
26 HIGHLIGHT_COLOR = (0.8, 0.0, 0.0) 26 HIGHLIGHT_COLOR = (0.85, 0.0, 0.0)
27 BORDER_COLOR = (0.0, 0.0, 0.0) 27 BORDER_COLOR = (0.0, 0.0, 0.0)
28 LITE_BORDER_COLOR = (0.4, 0.4, 0.4) 28 LITE_BORDER_COLOR = (0.4, 0.4, 0.4)
29 29