Skip to content
Snippets Groups Projects
Commit 99d806e8 authored by tcarver's avatar tcarver
Browse files

change colour

parent 025ca395
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ public class LineAttributes ...@@ -157,7 +157,7 @@ public class LineAttributes
Color.magenta, Color.magenta,
new Color(100, 100, 0), new Color(100, 100, 0),
new Color(0, 100, 100), new Color(0, 100, 100),
new Color(204, 51, 128), new Color(50, 0, 50),
new Color(255, 102, 0), new Color(255, 102, 0),
Color.black }; Color.black };
final LineAttributes lines[] = new LineAttributes[numPlots]; final LineAttributes lines[] = new LineAttributes[numPlots];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment