-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfl_unemp2000.eps
3579 lines (3467 loc) · 61.3 KB
/
infl_unemp2000.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 497 411 792
%%HiResBoundingBox: 0. 496.8 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
417. 2286. 3409. -2045. rectfill
416 240 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
416 2286 lineto stroke
416 2286 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
3826 2286 lineto stroke
3826 2286 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
3826 240 lineto stroke
3826 240 moveto
0 0 0 setrgbcolor
5 setlinewidth
2 setlinecap
416 240 lineto stroke
416 240 moveto
initclip
/Arial 95. 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 2230 sub} def
262 ty moveto
(-4) show
grestore
412 2284 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 2284 lineto stroke
375 2284 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1974 sub} def
262 ty moveto
(-2) show
grestore
412 2028 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 2028 lineto stroke
375 2028 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1719 sub} def
294 ty moveto
(0) show
grestore
412 1773 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 1773 lineto stroke
375 1773 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1464 sub} def
294 ty moveto
(2) show
grestore
412 1518 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 1518 lineto stroke
375 1518 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 1209 sub} def
294 ty moveto
(4) show
grestore
412 1263 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 1263 lineto stroke
375 1263 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 954 sub} def
294 ty moveto
(6) show
grestore
412 1008 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 1008 lineto stroke
375 1008 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 699 sub} def
294 ty moveto
(8) show
grestore
412 753 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 753 lineto stroke
375 753 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 444 sub} def
241 ty moveto
(10) show
grestore
412 498 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 498 lineto stroke
375 498 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 189 sub} def
241 ty moveto
(12) show
grestore
412 243 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
375 243 lineto stroke
375 243 moveto
/Arial 95. selectfont
/FontScaleY {currentfont /FontMatrix get
3 get} def
/FontHeight {currentfont /FontBBox get
3 get
FontScaleY mul} def
417 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
417 2312 lineto stroke
417 2312 moveto
478 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
478 2312 lineto stroke
478 2312 moveto
539 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
539 2312 lineto stroke
539 2312 moveto
600 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
600 2312 lineto stroke
600 2312 moveto
661 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
661 2312 lineto stroke
661 2312 moveto
722 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
722 2312 lineto stroke
722 2312 moveto
783 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
783 2312 lineto stroke
783 2312 moveto
843 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
843 2312 lineto stroke
843 2312 moveto
904 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
904 2312 lineto stroke
904 2312 moveto
965 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
965 2312 lineto stroke
965 2312 moveto
1026 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1026 2312 lineto stroke
1026 2312 moveto
1087 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1087 2312 lineto stroke
1087 2312 moveto
1148 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1148 2312 lineto stroke
1148 2312 moveto
1209 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1209 2312 lineto stroke
1209 2312 moveto
1269 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1269 2312 lineto stroke
1269 2312 moveto
1330 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1330 2312 lineto stroke
1330 2312 moveto
1391 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1391 2312 lineto stroke
1391 2312 moveto
1452 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1452 2312 lineto stroke
1452 2312 moveto
1513 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1513 2312 lineto stroke
1513 2312 moveto
1574 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1574 2312 lineto stroke
1574 2312 moveto
1635 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1635 2312 lineto stroke
1635 2312 moveto
1695 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1695 2312 lineto stroke
1695 2312 moveto
1756 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1756 2312 lineto stroke
1756 2312 moveto
1817 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1817 2312 lineto stroke
1817 2312 moveto
1878 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1878 2312 lineto stroke
1878 2312 moveto
1939 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1939 2312 lineto stroke
1939 2312 moveto
2000 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2000 2312 lineto stroke
2000 2312 moveto
2061 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2061 2312 lineto stroke
2061 2312 moveto
2121 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2121 2312 lineto stroke
2121 2312 moveto
2182 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2182 2312 lineto stroke
2182 2312 moveto
2243 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2243 2312 lineto stroke
2243 2312 moveto
2304 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2304 2312 lineto stroke
2304 2312 moveto
2365 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2365 2312 lineto stroke
2365 2312 moveto
2426 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2426 2312 lineto stroke
2426 2312 moveto
2487 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2487 2312 lineto stroke
2487 2312 moveto
2547 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2547 2312 lineto stroke
2547 2312 moveto
2608 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2608 2312 lineto stroke
2608 2312 moveto
2669 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2669 2312 lineto stroke
2669 2312 moveto
2730 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2730 2312 lineto stroke
2730 2312 moveto
2791 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2791 2312 lineto stroke
2791 2312 moveto
2852 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2852 2312 lineto stroke
2852 2312 moveto
2913 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2913 2312 lineto stroke
2913 2312 moveto
2973 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2973 2312 lineto stroke
2973 2312 moveto
3034 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3034 2312 lineto stroke
3034 2312 moveto
3095 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3095 2312 lineto stroke
3095 2312 moveto
3156 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3156 2312 lineto stroke
3156 2312 moveto
3217 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3217 2312 lineto stroke
3217 2312 moveto
3278 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3278 2312 lineto stroke
3278 2312 moveto
3339 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3339 2312 lineto stroke
3339 2312 moveto
3399 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3399 2312 lineto stroke
3399 2312 moveto
3460 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3460 2312 lineto stroke
3460 2312 moveto
3521 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3521 2312 lineto stroke
3521 2312 moveto
3582 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3582 2312 lineto stroke
3582 2312 moveto
3643 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3643 2312 lineto stroke
3643 2312 moveto
3704 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3704 2312 lineto stroke
3704 2312 moveto
3765 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3765 2312 lineto stroke
3765 2312 moveto
3825 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3825 2312 lineto stroke
3825 2312 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
487 ty moveto
(00) show
grestore
417 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
417 2333 lineto stroke
417 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
730 ty moveto
(01) show
grestore
661 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
661 2333 lineto stroke
661 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
973 ty moveto
(02) show
grestore
904 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
904 2333 lineto stroke
904 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
1217 ty moveto
(03) show
grestore
1148 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1148 2333 lineto stroke
1148 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
1460 ty moveto
(04) show
grestore
1391 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1391 2333 lineto stroke
1391 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
1704 ty moveto
(05) show
grestore
1635 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1635 2333 lineto stroke
1635 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
1947 ty moveto
(06) show
grestore
1878 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
1878 2333 lineto stroke
1878 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
2191 ty moveto
(07) show
grestore
2121 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2121 2333 lineto stroke
2121 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
2434 ty moveto
(08) show
grestore
2365 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2365 2333 lineto stroke
2365 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
2677 ty moveto
(09) show
grestore
2608 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2608 2333 lineto stroke
2608 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
2921 ty moveto
(10) show
grestore
2852 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
2852 2333 lineto stroke
2852 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
3164 ty moveto
(11) show
grestore
3095 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3095 2333 lineto stroke
3095 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
3408 ty moveto
(12) show
grestore
3339 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3339 2333 lineto stroke
3339 2333 moveto
gsave
[1 0 0 -1 0 7920.] concat
0 0 0 setrgbcolor
/ty {7920. FontHeight sub 2351 sub} def
3651 ty moveto
(13) show
grestore
3582 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3582 2333 lineto stroke
3582 2333 moveto
3825 2290 moveto
0 0 0 setrgbcolor
4 setlinewidth
0 setlinecap
3825 2333 lineto stroke
3825 2333 moveto
416. 2286. 3410. -2046. rectclip
428 1429 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
448 1369 lineto stroke
448 1369 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
468 1303 lineto stroke
468 1303 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
488 1388 lineto stroke
488 1388 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
509 1373 lineto stroke
509 1373 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
529 1306 lineto stroke
529 1306 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
549 1315 lineto stroke
549 1315 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
570 1345 lineto stroke
570 1345 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
590 1340 lineto stroke
590 1340 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
610 1341 lineto stroke
610 1341 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
630 1341 lineto stroke
630 1341 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
651 1348 lineto stroke
651 1348 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
671 1306 lineto stroke
671 1306 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
691 1330 lineto stroke
691 1330 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
712 1406 lineto stroke
712 1406 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
732 1363 lineto stroke
732 1363 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
752 1320 lineto stroke
752 1320 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
772 1365 lineto stroke
772 1365 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
793 1431 lineto stroke
793 1431 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
813 1431 lineto stroke
813 1431 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
833 1440 lineto stroke
833 1440 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
854 1505 lineto stroke
854 1505 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
874 1534 lineto stroke
874 1534 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
894 1577 lineto stroke
894 1577 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
914 1628 lineto stroke
914 1628 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
935 1629 lineto stroke
935 1629 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
955 1586 lineto stroke
955 1586 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
975 1566 lineto stroke
975 1566 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
996 1623 lineto stroke
996 1623 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1016 1638 lineto stroke
1016 1638 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1036 1588 lineto stroke
1036 1588 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1056 1545 lineto stroke
1056 1545 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1077 1582 lineto stroke
1077 1582 moveto
0 0 1 setrgbcolor
7 setlinewidth
1 setlinecap
1097 1517 lineto stroke