From 2466523fc5830607af4cab04ebfdafcfcec040cf Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Wed, 18 Jan 2012 12:40:40 -0500 Subject: change colors --- plot_rtas12.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plot_rtas12.py b/plot_rtas12.py index d65534e..493a76d 100755 --- a/plot_rtas12.py +++ b/plot_rtas12.py @@ -101,14 +101,14 @@ def set_plot_opts(opts, p): p.format = ext p.line_styles = [ - (1, 'lt 1 pt 1 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), - (2, 'lt 1 pt 4 lw {0} ps {1} lc rgbcolor "#00ff00"'.format(line_width, point_size)), + (1, 'lt 1 pt 1 lw {0} ps {1} lc rgbcolor "#000000"'.format(line_width, point_size)), + (2, 'lt 1 pt 4 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), (3, 'lt 1 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), - (4, 'lt 2 pt 1 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), - (5, 'lt 2 pt 4 lw {0} ps {1} lc rgbcolor "#00ff00"'.format(line_width, point_size)), + (4, 'lt 2 pt 1 lw {0} ps {1} lc rgbcolor "#000000"'.format(line_width, point_size)), + (5, 'lt 2 pt 4 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), (6, 'lt 2 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), - (7, 'lt 3 pt 1 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), - (8, 'lt 3 pt 4 lw {0} ps {1} lc rgbcolor "#00ff00"'.format(line_width, point_size)), + (7, 'lt 3 pt 1 lw {0} ps {1} lc rgbcolor "#000000"'.format(line_width, point_size)), + (8, 'lt 3 pt 4 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), (9, 'lt 3 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), ] -- cgit v1.2.2