diff options
Diffstat (limited to 'plot_rtas12.py')
-rwxr-xr-x | plot_rtas12.py | 12 |
1 files 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): | |||
101 | p.format = ext | 101 | p.format = ext |
102 | 102 | ||
103 | p.line_styles = [ | 103 | p.line_styles = [ |
104 | (1, 'lt 1 pt 1 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), | 104 | (1, 'lt 1 pt 1 lw {0} ps {1} lc rgbcolor "#000000"'.format(line_width, point_size)), |
105 | (2, 'lt 1 pt 4 lw {0} ps {1} lc rgbcolor "#00ff00"'.format(line_width, point_size)), | 105 | (2, 'lt 1 pt 4 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), |
106 | (3, 'lt 1 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), | 106 | (3, 'lt 1 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), |
107 | (4, 'lt 2 pt 1 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), | 107 | (4, 'lt 2 pt 1 lw {0} ps {1} lc rgbcolor "#000000"'.format(line_width, point_size)), |
108 | (5, 'lt 2 pt 4 lw {0} ps {1} lc rgbcolor "#00ff00"'.format(line_width, point_size)), | 108 | (5, 'lt 2 pt 4 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), |
109 | (6, 'lt 2 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), | 109 | (6, 'lt 2 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), |
110 | (7, 'lt 3 pt 1 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), | 110 | (7, 'lt 3 pt 1 lw {0} ps {1} lc rgbcolor "#000000"'.format(line_width, point_size)), |
111 | (8, 'lt 3 pt 4 lw {0} ps {1} lc rgbcolor "#00ff00"'.format(line_width, point_size)), | 111 | (8, 'lt 3 pt 4 lw {0} ps {1} lc rgbcolor "#ff0000"'.format(line_width, point_size)), |
112 | (9, 'lt 3 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), | 112 | (9, 'lt 3 pt 7 lw {0} ps {1} lc rgbcolor "#0000ff"'.format(line_width, point_size)), |
113 | ] | 113 | ] |
114 | 114 | ||