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.
This commit is contained in:
parent
88ad62b12f
commit
f6bf3b88fa
@ -6,9 +6,10 @@
|
||||
"axes.color_cycle": [
|
||||
"#30a2da",
|
||||
"#fc4f30",
|
||||
"#e5ae38",
|
||||
"#6d904f",
|
||||
"#8b8b8b"
|
||||
"#8b8b8b",
|
||||
"#e5ae38"
|
||||
|
||||
],
|
||||
"axes.facecolor": "#ffffff",
|
||||
"axes.labelsize": "large",
|
||||
|
Loading…
Reference in New Issue
Block a user