-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimulated_x_u.eps
3441 lines (3265 loc) · 57.6 KB
/
simulated_x_u.eps
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
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 476 411 792
%%HiResBoundingBox: 0. 475.2 410.4 792.
%%Pages: 1
%%Creator: EViews 5.0
%%EndComments
%%EndProlog
%%Page: 1 1
mark
50 dict begin
[1 0 0 -1 0 792.] concat
1. 1. scale
0.1 0.1 scale
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
/Arial 22. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
1 1 1 setrgbcolor
454. 2280. 3395. -2037. rectfill
453 242 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
453 2280 lineto stroke
453 2280 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
3849 2280 lineto stroke
3849 2280 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
3849 242 lineto stroke
3849 242 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
453 242 lineto stroke
453 242 moveto
initclip
/Arial 94. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2225 sub} def
223 ty moveto
(-2.0) show
grestore
449 2278 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 2278 lineto stroke
412 2278 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1934 sub} def
223 ty moveto
(-1.5) show
grestore
449 1987 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 1987 lineto stroke
412 1987 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1644 sub} def
223 ty moveto
(-1.0) show
grestore
449 1697 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 1697 lineto stroke
412 1697 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1353 sub} def
223 ty moveto
(-0.5) show
grestore
449 1406 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 1406 lineto stroke
412 1406 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1063 sub} def
254 ty moveto
(0.0) show
grestore
449 1116 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 1116 lineto stroke
412 1116 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 772 sub} def
254 ty moveto
(0.5) show
grestore
449 825 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 825 lineto stroke
412 825 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 482 sub} def
254 ty moveto
(1.0) show
grestore
449 535 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 535 lineto stroke
412 535 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 192 sub} def
254 ty moveto
(1.5) show
grestore
449 245 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
412 245 lineto stroke
412 245 moveto
/Arial 94. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
454 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
454 2306 lineto stroke
454 2306 moveto
524 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
524 2306 lineto stroke
524 2306 moveto
595 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
595 2306 lineto stroke
595 2306 moveto
666 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
666 2306 lineto stroke
666 2306 moveto
737 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
737 2306 lineto stroke
737 2306 moveto
807 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
807 2306 lineto stroke
807 2306 moveto
878 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
878 2306 lineto stroke
878 2306 moveto
949 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
949 2306 lineto stroke
949 2306 moveto
1019 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1019 2306 lineto stroke
1019 2306 moveto
1090 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1090 2306 lineto stroke
1090 2306 moveto
1161 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1161 2306 lineto stroke
1161 2306 moveto
1232 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1232 2306 lineto stroke
1232 2306 moveto
1302 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1302 2306 lineto stroke
1302 2306 moveto
1373 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1373 2306 lineto stroke
1373 2306 moveto
1444 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1444 2306 lineto stroke
1444 2306 moveto
1514 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1514 2306 lineto stroke
1514 2306 moveto
1585 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1585 2306 lineto stroke
1585 2306 moveto
1656 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1656 2306 lineto stroke
1656 2306 moveto
1726 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1726 2306 lineto stroke
1726 2306 moveto
1797 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1797 2306 lineto stroke
1797 2306 moveto
1868 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1868 2306 lineto stroke
1868 2306 moveto
1939 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1939 2306 lineto stroke
1939 2306 moveto
2009 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2009 2306 lineto stroke
2009 2306 moveto
2080 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2080 2306 lineto stroke
2080 2306 moveto
2151 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2151 2306 lineto stroke
2151 2306 moveto
2221 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2221 2306 lineto stroke
2221 2306 moveto
2292 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2292 2306 lineto stroke
2292 2306 moveto
2363 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2363 2306 lineto stroke
2363 2306 moveto
2434 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2434 2306 lineto stroke
2434 2306 moveto
2504 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2504 2306 lineto stroke
2504 2306 moveto
2575 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2575 2306 lineto stroke
2575 2306 moveto
2646 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2646 2306 lineto stroke
2646 2306 moveto
2716 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2716 2306 lineto stroke
2716 2306 moveto
2787 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2787 2306 lineto stroke
2787 2306 moveto
2858 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2858 2306 lineto stroke
2858 2306 moveto
2929 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2929 2306 lineto stroke
2929 2306 moveto
2999 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2999 2306 lineto stroke
2999 2306 moveto
3070 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3070 2306 lineto stroke
3070 2306 moveto
3141 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3141 2306 lineto stroke
3141 2306 moveto
3211 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3211 2306 lineto stroke
3211 2306 moveto
3282 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3282 2306 lineto stroke
3282 2306 moveto
3353 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3353 2306 lineto stroke
3353 2306 moveto
3423 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3423 2306 lineto stroke
3423 2306 moveto
3494 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3494 2306 lineto stroke
3494 2306 moveto
3565 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3565 2306 lineto stroke
3565 2306 moveto
3636 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3636 2306 lineto stroke
3636 2306 moveto
3706 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3706 2306 lineto stroke
3706 2306 moveto
3777 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3777 2306 lineto stroke
3777 2306 moveto
3848 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3848 2306 lineto stroke
3848 2306 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
544 ty moveto
(02) show
grestore
454 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
454 2327 lineto stroke
454 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
826 ty moveto
(03) show
grestore
737 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
737 2327 lineto stroke
737 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
1109 ty moveto
(04) show
grestore
1019 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1019 2327 lineto stroke
1019 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
1392 ty moveto
(05) show
grestore
1302 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1302 2327 lineto stroke
1302 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
1675 ty moveto
(06) show
grestore
1585 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1585 2327 lineto stroke
1585 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
1958 ty moveto
(07) show
grestore
1868 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1868 2327 lineto stroke
1868 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
2241 ty moveto
(08) show
grestore
2151 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2151 2327 lineto stroke
2151 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
2523 ty moveto
(09) show
grestore
2434 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2434 2327 lineto stroke
2434 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
2806 ty moveto
(10) show
grestore
2716 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2716 2327 lineto stroke
2716 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
3089 ty moveto
(11) show
grestore
2999 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2999 2327 lineto stroke
2999 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
3372 ty moveto
(12) show
grestore
3282 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3282 2327 lineto stroke
3282 2327 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2346 sub} def
3655 ty moveto
(13) show
grestore
3565 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3565 2327 lineto stroke
3565 2327 moveto
3848 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3848 2327 lineto stroke
3848 2327 moveto
453. 2280. 3396. -2038. rectclip
466 1188 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
489 1317 lineto stroke
489 1317 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
513 1362 lineto stroke
513 1362 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
536 1450 lineto stroke
536 1450 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
560 1477 lineto stroke
560 1477 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
583 1330 lineto stroke
583 1330 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
607 1359 lineto stroke
607 1359 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
630 1360 lineto stroke
630 1360 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
654 1782 lineto stroke
654 1782 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
678 1520 lineto stroke
678 1520 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
701 1416 lineto stroke
701 1416 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
725 1423 lineto stroke
725 1423 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
748 1159 lineto stroke
748 1159 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
772 1102 lineto stroke
772 1102 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
795 1022 lineto stroke
795 1022 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
819 963 lineto stroke
819 963 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
843 860 lineto stroke
843 860 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
866 879 lineto stroke
866 879 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
890 807 lineto stroke
890 807 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
913 840 lineto stroke
913 840 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
937 686 lineto stroke
937 686 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
960 643 lineto stroke
960 643 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
984 794 lineto stroke
984 794 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1008 935 lineto stroke
1008 935 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1031 1206 lineto stroke
1031 1206 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1055 1158 lineto stroke
1055 1158 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1078 1269 lineto stroke
1078 1269 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1102 1316 lineto stroke
1102 1316 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1125 1288 lineto stroke
1125 1288 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1149 1392 lineto stroke
1149 1392 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1173 1427 lineto stroke
1173 1427 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1196 1445 lineto stroke
1196 1445 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1220 1648 lineto stroke
1220 1648 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1243 1643 lineto stroke
1243 1643 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1267 1560 lineto stroke
1267 1560 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1290 1456 lineto stroke
1290 1456 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1314 1319 lineto stroke
1314 1319 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1338 1284 lineto stroke
1338 1284 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1361 1292 lineto stroke
1361 1292 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1385 1417 lineto stroke
1385 1417 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1408 1460 lineto stroke
1408 1460 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1432 1445 lineto stroke
1432 1445 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1455 1491 lineto stroke
1455 1491 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1479 1380 lineto stroke
1479 1380 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1503 1386 lineto stroke
1503 1386 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1526 1402 lineto stroke
1526 1402 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1550 1412 lineto stroke
1550 1412 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1573 1522 lineto stroke
1573 1522 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1597 1548 lineto stroke
1597 1548 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1620 1625 lineto stroke
1620 1625 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1644 1487 lineto stroke
1644 1487 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1668 1316 lineto stroke
1668 1316 moveto
0 0 1 setrgbcolor
7 setlinewidth