blob: 16b31cb5a6f07ce839da2690488839513ad5a542 (
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
|
%!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 00:16:20 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
(-5) 54.8936 53.125 10 /SansSerif.plain S
(-4) 54.8936 88 10 /SansSerif.plain S
(-3) 54.8936 122.875 10 /SansSerif.plain S
(-2) 54.8936 157.75 10 /SansSerif.plain S
(-1) 54.8936 192.625 10 /SansSerif.plain S
(0) 59.8936 227.5 10 /SansSerif.plain S
(1) 61.8936 262.375 10 /SansSerif.plain S
(2) 60.8936 297.25 10 /SansSerif.plain S
(3) 60.8936 332.125 10 /SansSerif.plain S
(4) 59.8936 367 10 /SansSerif.plain S
(5) 61.8936 401.875 10 /SansSerif.plain S
(0) 72.5 41.6001 10 /SansSerif.plain S
(10) 115.9 41.6001 10 /SansSerif.plain S
(20) 161.8 41.6001 10 /SansSerif.plain S
(30) 207.7 41.6001 10 /SansSerif.plain S
(40) 253.1 41.6001 10 /SansSerif.plain S
(50) 299.5 41.6001 10 /SansSerif.plain S
(60) 344.9 41.6001 10 /SansSerif.plain S
(70) 391.3 41.6001 10 /SansSerif.plain S
(80) 437.2 41.6001 10 /SansSerif.plain S
(90) 483.1 41.6001 10 /SansSerif.plain S
(100) 526 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 232.5 LS
78.7949 218.629 L
81.0898 204.845 L
83.3848 191.237 L
85.6802 177.891 L
87.9751 164.89 L
90.27 152.318 L
92.5649 140.254 L
94.8599 128.775 L
97.1548 117.954 L
99.4502 107.858 L
101.745 98.5522 L
104.04 90.0957 L
106.335 82.5415 L
108.63 75.938 L
110.925 70.3262 L
113.22 65.7427 L
115.515 62.2158 L
117.81 59.7686 L
120.105 58.416 L
122.4 58.1665 L
124.695 59.0225 L
126.99 60.9775 L
129.285 64.0195 L
131.58 68.1299 L
133.875 73.2817 L
136.17 79.4424 L
138.465 86.5737 L
140.76 94.6294 L
143.055 103.56 L
145.35 113.306 L
147.645 123.809 L
149.94 135 L
152.235 146.81 L
154.53 159.162 L
156.825 171.979 L
159.12 185.18 L
161.415 198.681 L
163.71 212.396 L
166.005 226.238 L
168.3 240.12 L
170.595 253.954 L
172.89 267.652 L
175.185 281.127 L
177.48 294.294 L
179.775 307.069 L
182.07 319.372 L
184.365 331.124 L
186.66 342.251 L
188.955 352.682 L
191.25 362.352 L
193.545 371.199 L
195.84 379.166 L
198.135 386.204 L
200.43 392.268 L
202.725 397.319 L
205.02 401.326 L
207.315 404.262 L
209.61 406.11 L
211.905 406.858 L
214.2 406.5 L
216.495 405.04 L
218.79 402.486 L
221.085 398.855 L
223.38 394.169 L
225.675 388.459 L
227.97 381.76 L
230.265 374.115 L
232.56 365.573 L
234.855 356.188 L
237.15 346.018 L
239.445 335.128 L
241.74 323.589 L
244.035 311.472 L
246.33 298.854 L
248.625 285.816 L
250.92 272.44 L
253.215 258.812 L
255.51 245.016 L
257.805 231.141 L
260.1 217.274 L
262.395 203.504 L
264.69 189.917 L
266.985 176.601 L
269.28 163.639 L
271.575 151.114 L
273.87 139.104 L
276.165 127.686 L
278.46 116.932 L
280.755 106.911 L
283.05 97.686 L
285.345 89.3154 L
287.64 81.8521 L
289.935 75.3438 L
292.23 69.8315 L
294.525 65.3506 L
296.82 61.9282 L
299.115 59.5874 L
301.41 58.3428 L
303.705 58.2017 L
306 59.1655 L
308.295 61.2275 L
310.59 64.3755 L
312.885 68.5884 L
315.18 73.8408 L
317.475 80.0986 L
319.77 87.3223 L
322.065 95.4663 L
324.36 104.479 L
326.655 114.302 L
328.95 124.875 L
331.245 136.13 L
333.54 147.996 L
335.835 160.397 L
338.13 173.256 L
340.425 186.49 L
342.72 200.015 L
345.015 213.747 L
347.31 227.597 L
349.605 241.478 L
351.9 255.303 L
354.195 268.982 L
356.49 282.431 L
358.785 295.563 L
361.08 308.296 L
363.375 320.548 L
365.67 332.242 L
367.965 343.304 L
370.26 353.664 L
372.555 363.255 L
374.85 372.018 L
377.145 379.897 L
379.44 386.841 L
381.735 392.808 L
384.03 397.758 L
386.325 401.661 L
388.62 404.492 L
390.915 406.232 L
393.21 406.872 L
395.505 406.406 L
397.8 404.838 L
400.095 402.178 L
402.39 398.442 L
404.685 393.655 L
406.98 387.846 L
409.275 381.053 L
411.57 373.318 L
413.865 364.69 L
416.16 355.225 L
418.455 344.982 L
420.75 334.026 L
423.045 322.427 L
425.34 310.257 L
427.635 297.595 L
429.93 284.521 L
432.225 271.116 L
434.52 257.467 L
436.815 243.659 L
439.11 229.781 L
441.405 215.92 L
443.7 202.164 L
445.995 188.601 L
448.29 175.315 L
450.585 162.392 L
452.88 149.914 L
455.175 137.958 L
457.47 126.603 L
459.765 115.918 L
462.06 105.972 L
464.355 96.8281 L
466.65 88.5439 L
468.945 81.1724 L
471.24 74.7598 L
473.535 69.3467 L
475.83 64.9683 L
478.125 61.6514 L
480.42 59.417 L
482.715 58.2803 L
485.01 58.2471 L
487.305 59.3188 L
489.6 61.4878 L
491.895 64.7412 L
494.19 69.0576 L
496.485 74.4097 L
498.78 80.7637 L
501.075 88.0796 L
503.37 96.311 L
505.665 105.405 L
507.96 115.305 L
510.255 125.948 L
512.55 137.266 L
514.845 149.188 L
517.14 161.638 L
519.435 174.536 L
521.73 187.802 L
524.025 201.352 L
526.32 215.099 L
528.615 228.956 L
530.91 242.835 L
533.205 256.65 L
535.5 270.311 LE
0 0.5 0 C
76.5 232.5 LS
78.7949 232.5 L
81.0898 233.394 L
83.3848 242.604 L
85.6802 254.536 L
87.9751 266.737 L
90.27 278.763 L
92.5649 290.419 L
94.8599 301.579 L
97.1548 312.143 L
99.4502 322.026 L
101.745 331.156 L
104.04 339.466 L
106.335 346.898 L
108.63 353.402 L
110.925 358.932 L
113.22 363.452 L
115.515 366.931 L
117.81 369.346 L
120.105 370.681 L
122.4 370.927 L
124.695 370.083 L
126.99 368.153 L
129.285 365.152 L
131.58 361.098 L
133.875 356.019 L
136.17 349.95 L
138.465 342.93 L
140.76 335.009 L
143.055 326.242 L
145.35 316.689 L
147.645 306.423 L
149.94 295.521 L
152.235 284.075 L
154.53 272.197 L
156.825 260.043 L
159.12 247.897 L
161.415 236.736 L
163.71 232.522 L
166.005 232.5 L
168.3 232.5 L
170.595 232.547 L
172.89 237.698 L
175.185 249.071 L
177.48 261.239 L
179.775 273.375 L
182.07 285.217 L
184.365 296.614 L
186.66 307.458 L
188.955 317.657 L
191.25 327.136 L
193.545 335.823 L
195.84 343.658 L
198.135 350.586 L
200.43 356.561 L
202.725 361.541 L
205.02 365.492 L
207.315 368.39 L
209.61 370.213 L
211.905 370.952 L
214.2 370.599 L
216.495 369.157 L
218.79 366.637 L
221.085 363.055 L
223.38 358.435 L
225.675 352.808 L
227.97 346.211 L
230.265 338.69 L
232.56 330.297 L
234.855 321.091 L
237.15 311.137 L
239.445 300.511 L
241.74 289.298 L
244.035 277.6 L
246.33 265.546 L
248.625 253.344 L
250.92 241.493 L
253.215 233.023 L
255.51 232.5 L
257.805 232.5 L
260.1 232.501 L
262.395 233.909 L
264.69 243.731 L
266.985 255.729 L
269.28 267.926 L
271.575 279.923 L
273.87 291.536 L
276.165 302.641 L
278.46 313.142 L
280.755 322.955 L
283.05 332.007 L
285.345 340.233 L
287.64 347.577 L
289.935 353.987 L
292.23 359.42 L
294.525 363.839 L
296.82 367.215 L
299.115 369.525 L
301.41 370.753 L
303.705 370.893 L
306 369.942 L
308.295 367.907 L
310.59 364.801 L
312.885 360.646 L
315.18 355.468 L
317.475 349.304 L
319.77 342.194 L
322.065 334.188 L
324.36 325.34 L
326.655 315.715 L
328.95 305.382 L
331.245 294.423 L
333.54 282.929 L
335.835 271.017 L
338.13 258.847 L
340.425 246.73 L
342.72 235.835 L
345.015 232.511 L
347.31 232.5 L
349.605 232.5 L
351.9 232.596 L
354.195 238.707 L
356.49 250.25 L
358.785 262.435 L
361.08 274.551 L
363.375 286.354 L
365.67 297.702 L
367.965 308.486 L
370.26 318.619 L
372.555 328.022 L
374.85 336.629 L
377.145 344.377 L
379.44 351.214 L
381.735 357.093 L
384.03 361.973 L
386.325 365.823 L
388.62 368.616 L
390.915 370.334 L
393.21 370.965 L
395.505 370.505 L
397.8 368.958 L
400.095 366.333 L
402.39 362.648 L
404.685 357.928 L
406.98 352.204 L
409.275 345.515 L
411.57 337.906 L
413.865 329.431 L
416.16 320.148 L
418.455 310.125 L
420.75 299.438 L
423.045 288.173 L
425.34 276.433 L
427.635 264.354 L
429.93 252.155 L
432.225 240.402 L
434.52 232.784 L
436.815 232.5 L
439.11 232.5 L
441.405 232.503 L
443.7 234.56 L
445.995 244.873 L
448.29 256.925 L
450.585 269.114 L
452.88 281.08 L
455.175 292.647 L
457.47 303.697 L
459.765 314.134 L
462.06 323.875 L
464.355 332.85 L
466.65 340.992 L
468.945 348.247 L
471.24 354.562 L
473.535 359.898 L
475.83 364.216 L
478.125 367.488 L
480.42 369.693 L
482.715 370.815 L
485.01 370.848 L
487.305 369.79 L
489.6 367.649 L
491.895 364.44 L
494.19 360.183 L
496.485 354.907 L
498.78 348.648 L
501.075 341.449 L
503.37 333.357 L
505.665 324.431 L
507.96 314.733 L
510.255 304.335 L
512.55 293.319 L
514.845 281.779 L
517.14 269.833 L
519.435 257.65 L
521.73 245.571 L
524.025 235.013 L
526.32 232.505 L
528.615 232.5 L
530.91 232.5 L
533.205 232.69 L
535.5 239.753 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
|