Skip to content
Snippets Groups Projects
Commit 5273c31a authored by tcarver's avatar tcarver
Browse files

change colour order

parent 931918db
No related branches found
No related tags found
No related merge requests found
......@@ -152,14 +152,15 @@ public class LineAttributes
{
final Color frameColour[] = {
Color.red,
new Color(0,200,0),
Color.blue,
Color.black,
new Color(0,200,0),
Color.magenta,
new Color(100, 100, 0),
new Color(0, 100, 100),
new Color(50, 0, 50),
new Color(255, 102, 0),
Color.black };
new Color(255, 102, 0) };
final LineAttributes lines[] = new LineAttributes[numPlots];
if(numPlots == 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment