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
654 B
32 lines
654 B
/* XPM */
|
|
static const char *options_horizontalbarchart[] = {
|
|
"20 20 7 1",
|
|
"( c #A500FF",
|
|
" c white",
|
|
"! c red1",
|
|
"# c None",
|
|
"$ c #E9FF00",
|
|
"% c #00C900",
|
|
"& c #002EFF",
|
|
"!!!!!!!!!!!!!!######",
|
|
"!!!!!!!!!!!!!!######",
|
|
"!!!!!!!!!!!!!!######",
|
|
"!!!!!!!!!!!!!!######",
|
|
"$$$$$$$$$$$$$$$$$###",
|
|
"$$$$$$$$$$$$$$$$$###",
|
|
"$$$$$$$$$$$$$$$$$###",
|
|
"$$$$$$$$$$$$$$$$$###",
|
|
"%%%%%%%%%%%%%%%%%%%%",
|
|
"%%%%%%%%%%%%%%%%%%%%",
|
|
"%%%%%%%%%%%%%%%%%%%%",
|
|
"%%%%%%%%%%%%%%%%%%%%",
|
|
"&&&&&&&&&&&&&&######",
|
|
"&&&&&&&&&&&&&&######",
|
|
"&&&&&&&&&&&&&&######",
|
|
"&&&&&&&&&&&&&&######",
|
|
"(((((((((((#########",
|
|
"(((((((((((#########",
|
|
"(((((((((((#########",
|
|
"(((((((((((#########"
|
|
};
|