~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to contrib/include/wx/plot/plot_zin.xpm

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *plot_zin_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"20 18 8 1",
 
5
"  c Gray0",
 
6
". c #000084",
 
7
"X c Blue",
 
8
"o c Green",
 
9
"O c #848484",
 
10
"+ c #c6c6c6",
 
11
"@ c None",
 
12
"# c Gray100",
 
13
/* pixels */
 
14
"@@.@@@@@@@@@@@@@@@@@",
 
15
"@...@@@@@@@@@@@@@@@@",
 
16
".@.@.@@@@+@@@@+@@@@@",
 
17
"@@.@@@@+ +@@@@+ +@@@",
 
18
"@@.@@@+  +@@@@+  +@@",
 
19
"@@.@@+ o +@@@@+ o +@",
 
20
"@@.@+ oooo @@ oooo +",
 
21
"@@.@@+ o   @@   o +@",
 
22
"@@.@@@+  +@@@@+  +@@",
 
23
"@@.@@@@+ +@@@@+ +@@@",
 
24
"@@.@@....+@@@@+@@@@@",
 
25
"@@.@.O@@@.O@@@@@@@@@",
 
26
"@@.O.@@@@@.@@@@@@@.@",
 
27
"@@..@@@@@@@.@@@@@.O@",
 
28
"@@.@@@@@@@@O.@@@.O@@",
 
29
"@@.@@@@@@@@@O...O@@@",
 
30
"@@.@@@@@@@@@@@@@@@@@",
 
31
"@@@@@@@@@@@@@@@@@@@@",
 
32
};