From f6bf3b88fac18f9051dda40885b14d09374e71f0 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Wed, 14 Jan 2015 11:06:09 -0800 Subject: [PATCH] Reordered color cycle. I need to change some of the colors because they do not render well when next to each other, as is common when I am plotting filter output vs measurement. For now I made the yellow color last as it is the hardest to see. --- code/538.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/538.json b/code/538.json index 65eb065..936467d 100644 --- a/code/538.json +++ b/code/538.json @@ -6,9 +6,10 @@ "axes.color_cycle": [ "#30a2da", "#fc4f30", - "#e5ae38", "#6d904f", - "#8b8b8b" + "#8b8b8b", + "#e5ae38" + ], "axes.facecolor": "#ffffff", "axes.labelsize": "large",