-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinalPlot.eps
More file actions
1374 lines (1335 loc) · 23.3 KB
/
finalPlot.eps
File metadata and controls
1374 lines (1335 loc) · 23.3 KB
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
%%Title: finalPlot.eps
%%Creator: matplotlib version 2.2.5, http://matplotlib.org/
%%CreationDate: Fri Apr 23 20:08:05 2021
%%Orientation: portrait
%%BoundingBox: 90 252 522 540
%%EndComments
%%BeginProlog
/mpldict 9 dict def
mpldict begin
/m { moveto } bind def
/l { lineto } bind def
/r { rlineto } bind def
/c { curveto } bind def
/cl { closepath } bind def
/box {
m
1 index 0 r
0 exch r
neg 0 r
cl
} bind def
/clipbox {
box
clip
newpath
} bind def
%!PS-Adobe-3.0 Resource-Font
%%Title: DejaVu Sans Oblique
%%Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain
%%Creator: Converted from TrueType to type 3 by PPR
25 dict begin
/_d{bind def}bind def
/_m{moveto}_d
/_l{lineto}_d
/_cl{closepath eofill}_d
/_c{curveto}_d
/_sc{7 -1 roll{setcachedevice}{pop pop pop pop pop pop}ifelse}_d
/_e{exec}_d
/FontName /DejaVuSans-Oblique def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-1016 -350 1659 1068]def
/FontType 3 def
/Encoding [ /H /M /c /e /k /m /p /s /z ] def
/FontInfo 10 dict dup begin
/FamilyName (DejaVu Sans) def
/FullName (DejaVu Sans Oblique) def
/Notice (Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain ) def
/Weight (Oblique) def
/Version (Version 2.35) def
/ItalicAngle -11.0 def
/isFixedPitch false def
/UnderlinePosition -130 def
/UnderlineThickness 90 def
end readonly def
/CharStrings 10 dict dup begin
/.notdef 0 def
/H{752 0 27 0 725 729 _sc
169 729 _m
268 729 _l
210 430 _l
568 430 _l
626 729 _l
725 729 _l
583 0 _l
484 0 _l
552 347 _l
194 347 _l
126 0 _l
27 0 _l
169 729 _l
_cl}_d
/M{863 0 27 0 836 729 _sc
169 729 _m
317 729 _l
402 238 _l
684 729 _l
836 729 _l
694 0 _l
598 0 _l
722 639 _l
436 140 _l
340 140 _l
247 641 _l
123 0 _l
27 0 _l
169 729 _l
_cl}_d
/c{{550 0 46 -13 536 560 _sc
536 526 _m
518 437 _l
496 452 473 464 449 472 _c
425 480 400 484 374 484 _c
345 484 318 479 292 469 _c
266 459 244 444 227 426 _c
199 397 177 364 162 326 _c
146 288 139 248 139 208 _c
139 158 151 122 176 98 _c
200 74 238 62 288 62 _c
312 62 339 65 367 73 _c
395 80 424 91 454 107 _c
437 18 _l
411 7 384 0 356 -5 _c
}_e{328 -10 300 -13 272 -13 _c
199 -13 143 5 104 41 _c
65 77 46 128 46 196 _c
46 252 56 304 76 352 _c
96 400 127 443 167 481 _c
194 507 226 526 263 540 _c
299 553 340 560 384 560 _c
409 560 434 557 459 551 _c
484 545 510 537 536 526 _c
_cl}_e}_d
/e{{615 0 46 -13 571 560 _sc
481 322 _m
481 327 482 332 483 338 _c
483 344 484 349 484 355 _c
484 395 472 426 449 449 _c
425 472 394 484 354 484 _c
309 484 270 469 236 441 _c
202 413 176 373 158 322 _c
481 322 _l
559 252 _m
141 252 _l
139 239 137 229 137 222 _c
136 215 136 209 136 204 _c
136 158 150 123 178 99 _c
206 74 245 62 296 62 _c
334 62 371 66 406 75 _c
}_e{441 83 474 96 504 114 _c
487 25 _l
454 11 420 2 386 -4 _c
352 -10 317 -13 282 -13 _c
206 -13 147 5 107 41 _c
66 77 46 128 46 195 _c
46 251 56 304 76 353 _c
96 402 126 446 166 485 _c
191 509 221 527 256 540 _c
291 553 328 560 368 560 _c
430 560 479 541 516 504 _c
552 467 571 417 571 355 _c
571 340 570 324 568 307 _c
566 289 563 271 559 252 _c
_cl}_e}_d
/k{579 0 35 0 612 760 _sc
183 760 _m
273 760 _l
187 317 _l
495 547 _l
612 547 _l
268 285 _l
519 0 _l
410 0 _l
177 267 _l
125 0 _l
35 0 _l
183 760 _l
_cl}_d
/m{{974 0 35 0 906 560 _sc
898 330 _m
834 0 _l
744 0 _l
807 327 _l
809 341 811 353 813 363 _c
814 373 815 381 815 389 _c
815 418 806 441 790 457 _c
774 473 751 482 722 482 _c
678 482 639 465 605 433 _c
571 400 549 357 539 305 _c
479 0 _l
389 0 _l
453 327 _l
455 339 457 350 459 360 _c
460 370 461 380 461 388 _c
461 418 452 441 436 457 _c
420 473 397 482 369 482 _c
}_e{325 482 285 465 251 433 _c
217 400 195 357 185 305 _c
125 0 _l
35 0 _l
142 547 _l
232 547 _l
215 462 _l
239 494 267 518 300 535 _c
333 551 368 560 406 560 _c
445 560 477 549 503 529 _c
529 508 544 479 550 442 _c
577 480 609 510 645 530 _c
681 550 719 560 759 560 _c
805 560 841 546 867 519 _c
893 492 906 454 906 405 _c
906 394 905 382 904 369 _c
}_e{902 356 900 343 898 330 _c
_cl}_e}_d
/p{{635 0 -2 -207 589 560 _sc
496 337 _m
496 385 485 421 465 447 _c
444 472 414 485 375 485 _c
348 485 322 478 298 464 _c
274 450 252 431 234 405 _c
215 379 200 347 189 311 _c
178 275 173 239 173 203 _c
173 157 183 122 204 98 _c
224 73 254 61 293 61 _c
321 61 347 67 371 81 _c
395 94 416 113 434 139 _c
452 165 467 197 479 233 _c
490 269 496 304 496 337 _c
218 464 _m
}_e{242 495 270 519 303 535 _c
335 551 372 560 412 560 _c
468 560 511 541 542 505 _c
573 468 589 417 589 351 _c
589 297 579 245 560 196 _c
540 147 513 103 477 65 _c
453 39 425 19 395 6 _c
365 -6 333 -13 300 -13 _c
261 -13 228 -5 202 10 _c
176 26 156 50 143 82 _c
87 -207 _l
-2 -207 _l
144 547 _l
234 547 _l
218 464 _l
_cl}_e}_d
/s{{521 0 11 -13 500 560 _sc
500 531 _m
483 446 _l
459 458 433 468 407 475 _c
381 481 354 485 326 485 _c
278 485 241 477 214 461 _c
187 445 174 423 174 395 _c
174 363 205 338 269 321 _c
273 319 277 318 279 318 _c
308 309 _l
368 292 408 274 428 256 _c
448 238 458 213 458 182 _c
458 124 435 77 389 41 _c
343 5 282 -13 208 -13 _c
179 -13 149 -10 117 -5 _c
}_e{85 0 49 8 11 20 _c
29 113 _l
61 95 94 82 126 74 _c
158 65 188 61 218 61 _c
262 61 297 70 325 89 _c
352 108 366 132 366 161 _c
366 192 330 217 258 237 _c
249 239 _l
218 247 _l
172 259 138 274 117 294 _c
96 314 86 339 86 370 _c
86 428 107 475 151 509 _c
195 543 254 560 330 560 _c
360 560 389 557 417 552 _c
445 547 472 540 500 531 _c
_cl}_e}_d
/z{525 0 -2 0 543 547 _sc
116 547 _m
543 547 _l
527 465 _l
115 72 _l
455 72 _l
441 0 _l
-2 0 _l
13 82 _l
425 475 _l
102 475 _l
116 547 _l
_cl}_d
end readonly def
/BuildGlyph
{exch begin
CharStrings exch
2 copy known not{pop /.notdef}if
true 3 1 roll get exec
end}_d
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
}_d
FontName currentdict end definefont pop
%!PS-Adobe-3.0 Resource-Font
%%Title: DejaVu Sans
%%Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain
%%Creator: Converted from TrueType to type 3 by PPR
25 dict begin
/_d{bind def}bind def
/_m{moveto}_d
/_l{lineto}_d
/_cl{closepath eofill}_d
/_c{curveto}_d
/_sc{7 -1 roll{setcachedevice}{pop pop pop pop pop pop}ifelse}_d
/_e{exec}_d
/FontName /DejaVuSans def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-1021 -463 1793 1232]def
/FontType 3 def
/Encoding [ /parenleft /parenright /period /slash /zero /one /two /five /seven /bracketleft /bracketright /z ] def
/FontInfo 10 dict dup begin
/FamilyName (DejaVu Sans) def
/FullName (DejaVu Sans) def
/Notice (Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain ) def
/Weight (Book) def
/Version (Version 2.35) def
/ItalicAngle 0.0 def
/isFixedPitch false def
/UnderlinePosition -130 def
/UnderlineThickness 90 def
end readonly def
/CharStrings 13 dict dup begin
/.notdef 0 def
/parenleft{390 0 86 -131 310 759 _sc
310 759 _m
266 683 234 609 213 536 _c
191 463 181 389 181 314 _c
181 238 191 164 213 91 _c
234 17 266 -56 310 -131 _c
232 -131 _l
183 -54 146 20 122 94 _c
98 168 86 241 86 314 _c
86 386 98 459 122 533 _c
146 607 182 682 232 759 _c
310 759 _l
_cl}_d
/parenright{390 0 80 -131 304 759 _sc
80 759 _m
158 759 _l
206 682 243 607 267 533 _c
291 459 304 386 304 314 _c
304 241 291 168 267 94 _c
243 20 206 -54 158 -131 _c
80 -131 _l
123 -56 155 17 177 91 _c
198 164 209 238 209 314 _c
209 389 198 463 177 536 _c
155 609 123 683 80 759 _c
_cl}_d
/period{318 0 107 0 210 124 _sc
107 124 _m
210 124 _l
210 0 _l
107 0 _l
107 124 _l
_cl}_d
/slash{337 0 0 -92 337 729 _sc
254 729 _m
337 729 _l
83 -92 _l
0 -92 _l
254 729 _l
_cl}_d
/zero{636 0 66 -13 570 742 _sc
318 664 _m
267 664 229 639 203 589 _c
177 539 165 464 165 364 _c
165 264 177 189 203 139 _c
229 89 267 64 318 64 _c
369 64 407 89 433 139 _c
458 189 471 264 471 364 _c
471 464 458 539 433 589 _c
407 639 369 664 318 664 _c
318 742 _m
399 742 461 709 505 645 _c
548 580 570 486 570 364 _c
570 241 548 147 505 83 _c
461 19 399 -13 318 -13 _c
236 -13 173 19 130 83 _c
87 147 66 241 66 364 _c
66 486 87 580 130 645 _c
173 709 236 742 318 742 _c
_cl}_d
/one{636 0 110 0 544 729 _sc
124 83 _m
285 83 _l
285 639 _l
110 604 _l
110 694 _l
284 729 _l
383 729 _l
383 83 _l
544 83 _l
544 0 _l
124 0 _l
124 83 _l
_cl}_d
/two{{636 0 73 0 536 742 _sc
192 83 _m
536 83 _l
536 0 _l
73 0 _l
73 83 _l
110 121 161 173 226 239 _c
290 304 331 346 348 365 _c
380 400 402 430 414 455 _c
426 479 433 504 433 528 _c
433 566 419 598 392 622 _c
365 646 330 659 286 659 _c
255 659 222 653 188 643 _c
154 632 117 616 78 594 _c
78 694 _l
118 710 155 722 189 730 _c
223 738 255 742 284 742 _c
}_e{359 742 419 723 464 685 _c
509 647 532 597 532 534 _c
532 504 526 475 515 449 _c
504 422 484 390 454 354 _c
446 344 420 317 376 272 _c
332 227 271 164 192 83 _c
_cl}_e}_d
/five{{636 0 77 -13 549 729 _sc
108 729 _m
495 729 _l
495 646 _l
198 646 _l
198 467 _l
212 472 227 476 241 478 _c
255 480 270 482 284 482 _c
365 482 429 459 477 415 _c
525 370 549 310 549 234 _c
549 155 524 94 475 51 _c
426 8 357 -13 269 -13 _c
238 -13 207 -10 175 -6 _c
143 -1 111 6 77 17 _c
77 116 _l
106 100 136 88 168 80 _c
199 72 232 69 267 69 _c
}_e{323 69 368 83 401 113 _c
433 143 450 183 450 234 _c
450 284 433 324 401 354 _c
368 384 323 399 267 399 _c
241 399 214 396 188 390 _c
162 384 135 375 108 363 _c
108 729 _l
_cl}_e}_d
/seven{636 0 82 0 551 729 _sc
82 729 _m
551 729 _l
551 687 _l
286 0 _l
183 0 _l
432 646 _l
82 646 _l
82 729 _l
_cl}_d
/bracketleft{390 0 86 -131 293 760 _sc
86 760 _m
293 760 _l
293 690 _l
176 690 _l
176 -61 _l
293 -61 _l
293 -131 _l
86 -131 _l
86 760 _l
_cl}_d
/bracketright{390 0 97 -131 304 760 _sc
304 760 _m
304 -131 _l
97 -131 _l
97 -61 _l
214 -61 _l
214 690 _l
97 690 _l
97 760 _l
304 760 _l
_cl}_d
/z{525 0 43 0 482 547 _sc
55 547 _m
482 547 _l
482 465 _l
144 72 _l
482 72 _l
482 0 _l
43 0 _l
43 82 _l
381 475 _l
55 475 _l
55 547 _l
_cl}_d
end readonly def
/BuildGlyph
{exch begin
CharStrings exch
2 copy known not{pop /.notdef}if
true 3 1 roll get exec
end}_d
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
}_d
FontName currentdict end definefont pop
end
%%EndProlog
mpldict begin
90 252 translate
432 288 0 0 clipbox
gsave
0 0 m
432 0 l
432 288 l
0 288 l
cl
1.000 setgray
fill
grestore
gsave
54 36 m
388.8 36 l
388.8 253.44 l
54 253.44 l
cl
1.000 setgray
fill
grestore
0.800 setlinewidth
1 setlinejoin
0 setlinecap
[] 0 setdash
0.000 setgray
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
69.2182 36 o
grestore
/DejaVuSans findfont
10.000 scalefont
setfont
gsave
58.085369 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /zero glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /zero glyphshow
15.903320 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
107.264 36 o
grestore
gsave
96.130824 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /zero glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /two glyphshow
15.903320 0.000000 m /five glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
145.309 36 o
grestore
gsave
134.176278 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /zero glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /five glyphshow
15.903320 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
183.355 36 o
grestore
gsave
172.221733 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /zero glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /seven glyphshow
15.903320 0.000000 m /five glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
221.4 36 o
grestore
gsave
210.267188 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /zero glyphshow
15.903320 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
259.445 36 o
grestore
gsave
248.312642 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /two glyphshow
15.903320 0.000000 m /five glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
297.491 36 o
grestore
gsave
286.358097 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /five glyphshow
15.903320 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
335.536 36 o
grestore
gsave
324.403551 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /seven glyphshow
15.903320 0.000000 m /five glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -3.5 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
373.582 36 o
grestore
gsave
362.449006 21.406250 translate
0.000000 rotate
0.000000 0.000000 m /two glyphshow
6.362305 0.000000 m /period glyphshow
9.541016 0.000000 m /zero glyphshow
15.903320 0.000000 m /zero glyphshow
grestore
gsave
218.775000 7.734375 translate
0.000000 rotate
0.000000 0.000000 m /z glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
-3.5 0 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
54 60.2077 o
grestore
gsave
34.281250 56.410872 translate
0.000000 rotate
0.000000 0.000000 m /five glyphshow
6.362305 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
-3.5 0 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
54 107.955 o
grestore
gsave
27.921875 104.157908 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
6.362305 0.000000 m /zero glyphshow
12.724609 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
-3.5 0 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
54 155.702 o
grestore
gsave
27.921875 151.904943 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
6.362305 0.000000 m /five glyphshow
12.724609 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
-3.5 0 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
54 203.449 o
grestore
gsave
27.921875 199.651979 translate
0.000000 rotate
0.000000 0.000000 m /two glyphshow
6.362305 0.000000 m /zero glyphshow
12.724609 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
0.8 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
-3.5 0 l
gsave
0.000 setgray
fill
grestore
stroke
grestore
} bind def
54 251.196 o
grestore
gsave
27.921875 247.399014 translate
0.000000 rotate
0.000000 0.000000 m /two glyphshow
6.362305 0.000000 m /five glyphshow
12.724609 0.000000 m /zero glyphshow
grestore
gsave
20.921875 100.720000 translate
90.000000 rotate
/DejaVuSans-Oblique findfont
10.0 scalefont
setfont
0.000000 0.406250 moveto
/H glyphshow
/DejaVuSans findfont
10.0 scalefont
setfont
7.519531 0.406250 moveto
/parenleft glyphshow
/DejaVuSans-Oblique findfont
10.0 scalefont
setfont
11.420898 0.406250 moveto
/z glyphshow
/DejaVuSans findfont
10.0 scalefont
setfont
16.669922 0.406250 moveto
/parenright glyphshow
20.571289 0.406250 moveto
/bracketleft glyphshow
/DejaVuSans-Oblique findfont
10.0 scalefont
setfont
24.472656 0.406250 moveto
/k glyphshow
30.263672 0.406250 moveto
/m glyphshow
/DejaVuSans findfont
10.0 scalefont
setfont
40.004883 0.406250 moveto
/slash glyphshow
/DejaVuSans-Oblique findfont
10.0 scalefont
setfont
43.374023 0.406250 moveto
/s glyphshow
48.583984 0.406250 moveto
/e glyphshow
54.736328 0.406250 moveto
/c glyphshow
/DejaVuSans findfont
10.0 scalefont
setfont
60.234375 0.406250 moveto
/slash glyphshow
/DejaVuSans-Oblique findfont
10.0 scalefont
setfont
63.603516 0.406250 moveto
/M glyphshow
72.231445 0.406250 moveto
/p glyphshow
78.579102 0.406250 moveto
/c glyphshow
/DejaVuSans findfont
10.0 scalefont
setfont
84.077148 0.406250 moveto