blob: 96ff1280e1e2884bb72eb9d99587b18a13f8749d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
|
%!PS-Adobe-3.0 EPSF-3.0
%%Title: Graphic window number 0
%%Creator: GL2PS 1.3.2, (C) 1999-2006 Christophe Geuzaine (geuz@geuz.org)
%%For: Scilab
%%CreationDate: Mon Apr 27 10:38:59 2009
%%LanguageLevel: 3
%%DocumentData: Clean7Bit
%%Pages: 1
%%BoundingBox: 0 0 612 465
%%EndComments
%%BeginProlog
/gl2psdict 64 dict def gl2psdict begin
0 setlinecap 0 setlinejoin
/tryPS3shading true def % set to false to force subdivision
/rThreshold 0.064 def % red component subdivision threshold
/gThreshold 0.034 def % green component subdivision threshold
/bThreshold 0.1 def % blue component subdivision threshold
/BD { bind def } bind def
/C { setrgbcolor } BD
/G { 0.082 mul exch 0.6094 mul add exch 0.3086 mul add neg 1.0 add setgray } BD
/W { setlinewidth } BD
/FC { findfont exch /SH exch def SH scalefont setfont } BD
/SW { dup stringwidth pop } BD
/S { FC moveto show } BD
/SBC{ FC moveto SW -2 div 0 rmoveto show } BD
/SBR{ FC moveto SW neg 0 rmoveto show } BD
/SCL{ FC moveto 0 SH -2 div rmoveto show } BD
/SCC{ FC moveto SW -2 div SH -2 div rmoveto show } BD
/SCR{ FC moveto SW neg SH -2 div rmoveto show } BD
/STL{ FC moveto 0 SH neg rmoveto show } BD
/STC{ FC moveto SW -2 div SH neg rmoveto show } BD
/STR{ FC moveto SW neg SH neg rmoveto show } BD
/FCT { FC translate 0 0 } BD
/SR { gsave FCT moveto rotate show grestore } BD
/SBCR{ gsave FCT moveto rotate SW -2 div 0 rmoveto show grestore } BD
/SBRR{ gsave FCT moveto rotate SW neg 0 rmoveto show grestore } BD
/SCLR{ gsave FCT moveto rotate 0 SH -2 div rmoveto show grestore} BD
/SCCR{ gsave FCT moveto rotate SW -2 div SH -2 div rmoveto show grestore} BD
/SCRR{ gsave FCT moveto rotate SW neg SH -2 div rmoveto show grestore} BD
/STLR{ gsave FCT moveto rotate 0 SH neg rmoveto show grestore } BD
/STCR{ gsave FCT moveto rotate SW -2 div SH neg rmoveto show grestore } BD
/STRR{ gsave FCT moveto rotate SW neg SH neg rmoveto show grestore } BD
/P { newpath 0.0 360.0 arc closepath fill } BD
/LS { newpath moveto } BD
/L { lineto } BD
/LE { lineto stroke } BD
/T { newpath moveto lineto lineto closepath fill } BD
/STshfill {
/b1 exch def /g1 exch def /r1 exch def /y1 exch def /x1 exch def
/b2 exch def /g2 exch def /r2 exch def /y2 exch def /x2 exch def
/b3 exch def /g3 exch def /r3 exch def /y3 exch def /x3 exch def
gsave << /ShadingType 4 /ColorSpace [/DeviceRGB]
/DataSource [ 0 x1 y1 r1 g1 b1 0 x2 y2 r2 g2 b2 0 x3 y3 r3 g3 b3 ] >>
shfill grestore } BD
/Tm { 3 -1 roll 8 -1 roll 13 -1 roll add add 3 div
3 -1 roll 7 -1 roll 11 -1 roll add add 3 div
3 -1 roll 6 -1 roll 9 -1 roll add add 3 div C T } BD
/STsplit {
4 index 15 index add 0.5 mul
4 index 15 index add 0.5 mul
4 index 15 index add 0.5 mul
4 index 15 index add 0.5 mul
4 index 15 index add 0.5 mul
5 copy 5 copy 25 15 roll
9 index 30 index add 0.5 mul
9 index 30 index add 0.5 mul
9 index 30 index add 0.5 mul
9 index 30 index add 0.5 mul
9 index 30 index add 0.5 mul
5 copy 5 copy 35 5 roll 25 5 roll 15 5 roll
4 index 10 index add 0.5 mul
4 index 10 index add 0.5 mul
4 index 10 index add 0.5 mul
4 index 10 index add 0.5 mul
4 index 10 index add 0.5 mul
5 copy 5 copy 40 5 roll 25 5 roll 15 5 roll 25 5 roll
STnoshfill STnoshfill STnoshfill STnoshfill } BD
/STnoshfill {
2 index 8 index sub abs rThreshold gt
{ STsplit }
{ 1 index 7 index sub abs gThreshold gt
{ STsplit }
{ dup 6 index sub abs bThreshold gt
{ STsplit }
{ 2 index 13 index sub abs rThreshold gt
{ STsplit }
{ 1 index 12 index sub abs gThreshold gt
{ STsplit }
{ dup 11 index sub abs bThreshold gt
{ STsplit }
{ 7 index 13 index sub abs rThreshold gt
{ STsplit }
{ 6 index 12 index sub abs gThreshold gt
{ STsplit }
{ 5 index 11 index sub abs bThreshold gt
{ STsplit }
{ Tm }
ifelse }
ifelse }
ifelse }
ifelse }
ifelse }
ifelse }
ifelse }
ifelse }
ifelse } BD
tryPS3shading
{ /shfill where
{ /ST { STshfill } BD }
{ /ST { STnoshfill } BD }
ifelse }
{ /ST { STnoshfill } BD }
ifelse
end
%%EndProlog
%%BeginSetup
/DeviceRGB setcolorspace
gl2psdict begin
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%EndPageSetup
mark
gsave
1.0 1.0 scale
1 1 1 C
535.5 406.875 535.5 58.125 76.5 58.125 T
76.5 406.875 535.5 406.875 76.5 58.125 T
76.5 406.875 76.5 406.875 76.5 58.125 T
535.5 58.125 535.5 58.125 76.5 58.125 T
76.5 58.125 76.5 406.875 76.5 58.125 T
76.5 58.125 535.5 58.125 76.5 58.125 T
0 0 0 C
(0.0) 50.8936 53.125 10 /SansSerif.plain S
(0.5) 51.8936 88 10 /SansSerif.plain S
(1.0) 51.8936 122.875 10 /SansSerif.plain S
(1.5) 52.8936 157.75 10 /SansSerif.plain S
(2.0) 51.8936 192.625 10 /SansSerif.plain S
(2.5) 51.8936 227.5 10 /SansSerif.plain S
(3.0) 51.8936 262.375 10 /SansSerif.plain S
(3.5) 51.8936 297.25 10 /SansSerif.plain S
(4.0) 50.8936 332.125 10 /SansSerif.plain S
(4.5) 51.8936 367 10 /SansSerif.plain S
(5.0) 51.8936 401.875 10 /SansSerif.plain S
(0.0) 68 41.6001 10 /SansSerif.plain S
(0.5) 114.4 41.6001 10 /SansSerif.plain S
(1.0) 160.3 41.6001 10 /SansSerif.plain S
(1.5) 206.7 41.6001 10 /SansSerif.plain S
(2.0) 252.1 41.6001 10 /SansSerif.plain S
(2.5) 298 41.6001 10 /SansSerif.plain S
(3.0) 343.9 41.6001 10 /SansSerif.plain S
(3.5) 389.8 41.6001 10 /SansSerif.plain S
(4.0) 435.2 41.6001 10 /SansSerif.plain S
(4.5) 481.6 41.6001 10 /SansSerif.plain S
(5.0) 527.5 41.6001 10 /SansSerif.plain S
1 W
[11 5] 0 setdash
0 1 1 C
76.5 58.125 LS
535.5 58.125 LE
76.5 58.125 LS
76.5 406.875 LE
[] 0 setdash
0 0 0 C
76.5 406.875 LS
535.5 406.875 L
535.5 58.125 LE
76.5 58.125 LS
76.5 406.875 LE
76.5 58.125 LS
69.6152 58.125 LE
76.5 93 LS
69.6152 93 LE
76.5 127.875 LS
69.6152 127.875 LE
76.5 162.75 LS
69.6152 162.75 LE
76.5 197.625 LS
69.6152 197.625 LE
76.5 232.5 LS
69.6152 232.5 LE
76.5 267.375 LS
69.6152 267.375 LE
76.5 302.25 LS
69.6152 302.25 LE
76.5 337.125 LS
69.6152 337.125 LE
76.5 372 LS
69.6152 372 LE
76.5 406.875 LS
69.6152 406.875 LE
76.5 75.5625 LS
72.3691 75.5625 LE
76.5 110.438 LS
72.3691 110.438 LE
76.5 145.312 LS
72.3691 145.312 LE
76.5 180.188 LS
72.3691 180.188 LE
76.5 215.062 LS
72.3691 215.062 LE
76.5 249.938 LS
72.3691 249.938 LE
76.5 284.812 LS
72.3691 284.812 LE
76.5 319.688 LS
72.3691 319.688 LE
76.5 354.562 LS
72.3691 354.562 LE
76.5 389.438 LS
72.3691 389.438 LE
76.5 58.125 LS
535.5 58.125 LE
76.5 58.125 LS
76.5 52.9048 LE
122.4 58.125 LS
122.4 52.9048 LE
168.3 58.125 LS
168.3 52.9048 LE
214.2 58.125 LS
214.2 52.9048 LE
260.1 58.125 LS
260.1 52.9048 LE
306 58.125 LS
306 52.9048 LE
351.9 58.125 LS
351.9 52.9048 LE
397.8 58.125 LS
397.8 52.9048 LE
443.7 58.125 LS
443.7 52.9048 LE
489.6 58.125 LS
489.6 52.9048 LE
535.5 58.125 LS
535.5 52.9048 LE
99.4502 58.125 LS
99.4502 54.9932 LE
145.35 58.125 LS
145.35 54.9932 LE
191.25 58.125 LS
191.25 54.9932 LE
237.15 58.125 LS
237.15 54.9932 LE
283.05 58.125 LS
283.05 54.9932 LE
328.95 58.125 LS
328.95 54.9932 LE
374.85 58.125 LS
374.85 54.9932 LE
420.75 58.125 LS
420.75 54.9932 LE
466.65 58.125 LS
466.65 54.9932 LE
512.55 58.125 LS
512.55 54.9932 LE
[11 5] 0 setdash
0 1 1 C
76.5 58.125 LS
76.5 58.125 LE
[] 0 setdash
0 0 0 C
76.5 406.875 LS
76.5 406.875 LE
535.5 58.125 LS
535.5 58.125 LE
535.5 406.875 LS
535.5 406.875 LE
0 0 1 C
76.5 58.125 LS
85.6802 65.1001 L
94.8599 72.0752 L
104.04 79.0498 L
113.22 86.0249 L
122.4 93 L
131.58 99.9751 L
140.76 106.95 L
149.94 113.925 L
159.12 120.9 L
168.3 127.875 L
177.48 134.85 L
186.66 141.825 L
195.84 148.8 L
205.02 155.775 L
214.2 162.75 L
223.38 169.725 L
232.56 176.7 L
241.74 183.675 L
250.92 190.65 L
260.1 197.625 L
269.28 204.6 L
278.46 211.575 L
287.64 218.55 L
296.82 225.525 L
306 232.5 L
315.18 239.475 L
324.36 246.45 L
333.54 253.425 L
342.72 260.4 L
351.9 267.375 L
361.08 274.35 L
370.26 281.325 L
379.44 288.3 L
388.62 295.275 L
397.8 302.25 L
406.98 309.225 L
416.16 316.2 L
425.34 323.175 L
434.52 330.15 L
443.7 337.125 L
452.88 344.1 L
462.06 351.075 L
471.24 358.05 L
480.42 365.025 L
489.6 372 L
498.78 378.975 L
507.96 385.95 L
517.14 392.925 L
526.32 399.9 L
535.5 406.875 LE
0 0.5 0 C
76.5 58.125 LS
85.6802 61.6123 L
94.8599 65.1001 L
104.04 68.5874 L
113.22 72.0752 L
122.4 75.5625 L
131.58 79.0498 L
140.76 82.5376 L
149.94 86.0249 L
159.12 89.5127 L
168.3 93 L
177.48 96.4873 L
186.66 99.9751 L
195.84 103.462 L
205.02 106.95 L
214.2 110.438 L
223.38 113.925 L
232.56 117.413 L
241.74 120.9 L
250.92 124.388 L
260.1 127.875 L
269.28 131.362 L
278.46 134.85 L
287.64 138.337 L
296.82 141.825 L
306 145.312 L
315.18 148.8 L
324.36 152.288 L
333.54 155.775 L
342.72 159.263 L
351.9 162.75 L
361.08 166.237 L
370.26 169.725 L
379.44 173.212 L
388.62 176.7 L
397.8 180.188 L
406.98 183.675 L
416.16 187.163 L
425.34 190.65 L
434.52 194.138 L
443.7 197.625 L
452.88 201.112 L
462.06 204.6 L
471.24 208.087 L
480.42 211.575 L
489.6 215.062 L
498.78 218.55 L
507.96 222.038 L
517.14 225.525 L
526.32 229.013 L
535.5 232.5 LE
0 0 0 C
76.5 58.125 LS
76.5 406.875 LE
535.5 58.125 LS
76.5 58.125 LE
535.5 406.875 LS
76.5 406.875 LE
535.5 406.875 LS
535.5 58.125 LE
grestore
showpage
cleartomark
%%PageTrailer
%%Trailer
end
%%EOF
|