Code:
#include s2color *color heading "122 26 23" // Title color *color background "246 226 180" // Background color // Colors for the bars-- a modification from s2color color p1bar "11 78 67" color p2bar "159 127 80" color p3bar "205 48 40" color p4bar "37 64 143" color p5bar "130 130 127" color p6bar "167 200 151" color p7bar "205 120 40" color p8bar "252 206 189" color p9bar "135 202 208" color p10bar "221 220 211" // outlines for the bars: // assign same color as the bars to have no outline color p1 "11 78 67" color p2 "159 127 80" color p3 "205 48 40" color p4 "37 64 143" color p5 "130 130 127" color p6 "167 200 151" color p7 "205 120 40" color p8 "252 206 189" color p9 "135 202 208" color p10 "221 220 211"
Code:
graph query, schemes
Code:
program colorpalette_newpalette c_local P #0b4e43,#9f7f51,#cd3028,#25408f,#82827f,#a7c897,#c d7828,#fccebd,#87cad0,#dddcd3 end
It seems to me that setting default graph colors should be quite straightforward but I'm having a lot of trouble sorting this out.
0 Response to Color schemes and color palettes - setting default colors for graphs
Post a Comment