You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
652 B
32 lines
652 B
13 years ago
|
/* XPM */
|
||
|
static const char *options_verticalbarchart[] = {
|
||
|
"20 20 7 1",
|
||
|
"( c #A500FF",
|
||
|
" c white",
|
||
|
"! c None",
|
||
|
"# c #00C900",
|
||
|
"$ c #E9FF00",
|
||
|
"% c red1",
|
||
|
"& c #002EFF",
|
||
|
"!!!!!!!!####!!!!!!!!",
|
||
|
"!!!!!!!!####!!!!!!!!",
|
||
|
"!!!!!!!!####!!!!!!!!",
|
||
|
"!!!!$$$$####!!!!!!!!",
|
||
|
"!!!!$$$$####!!!!!!!!",
|
||
|
"!!!!$$$$####!!!!!!!!",
|
||
|
"%%%%$$$$####&&&&!!!!",
|
||
|
"%%%%$$$$####&&&&!!!!",
|
||
|
"%%%%$$$$####&&&&!!!!",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&((((",
|
||
|
"%%%%$$$$####&&&&(((("
|
||
|
};
|