-
Notifications
You must be signed in to change notification settings - Fork 1
/
publicacoes_por_orientaçao_API.eps
439 lines (439 loc) · 9.32 KB
/
publicacoes_por_orientaçao_API.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
%!PS-Adobe-3.0 EPSF-3.0
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%+ font Helvetica-Oblique
%%+ font Helvetica-BoldOblique
%%+ font Symbol
%%Title: R Graphics Output
%%Creator: R Software
%%Pages: (atend)
%%BoundingBox: 0 0 525 324
%%EndComments
%%BeginProlog
/bp { gs sRGB gs } def
% begin .ps.prolog
/gs { gsave } bind def
/gr { grestore } bind def
/ep { showpage gr gr } bind def
/m { moveto } bind def
/l { rlineto } bind def
/np { newpath } bind def
/cp { closepath } bind def
/f { fill } bind def
/o { stroke } bind def
/c { newpath 0 360 arc } bind def
/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def
/p1 { stroke } bind def
/p2 { gsave bg fill grestore newpath } bind def
/p3 { gsave bg fill grestore stroke } bind def
/p6 { gsave bg eofill grestore newpath } bind def
/p7 { gsave bg eofill grestore stroke } bind def
/t { 5 -2 roll moveto gsave rotate
1 index stringwidth pop
mul neg 0 rmoveto show grestore } bind def
/ta { 4 -2 roll moveto gsave rotate show } bind def
/tb { 2 -1 roll 0 rmoveto show } bind def
/cl { grestore gsave newpath 3 index 3 index moveto 1 index
4 -1 roll lineto exch 1 index lineto lineto
closepath clip newpath } bind def
/rgb { setrgbcolor } bind def
/s { scalefont setfont } bind def
% end .ps.prolog
/sRGB { [ /CIEBasedABC
<< /DecodeLMN
[ { dup 0.03928 le
{12.92321 div}
{0.055 add 1.055 div 2.4 exp }
ifelse
} bind dup dup
]
/MatrixLMN [0.412457 0.212673 0.019334
0.357576 0.715152 0.119192
0.180437 0.072175 0.950301]
/WhitePoint [0.9505 1.0 1.0890]
>>
] setcolorspace } bind def
/srgb { setcolor } bind def
%%IncludeResource: font Helvetica
/Helvetica findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font1 exch definefont pop
%%IncludeResource: font Helvetica-Bold
/Helvetica-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font2 exch definefont pop
%%IncludeResource: font Helvetica-Oblique
/Helvetica-Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font3 exch definefont pop
%%IncludeResource: font Helvetica-BoldOblique
/Helvetica-BoldOblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font4 exch definefont pop
%%IncludeResource: font Symbol
/Symbol findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
currentdict
end
/Font5 exch definefont pop
%%EndProlog
%%Page: 1 1
bp
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 1 1 1 srgb } def
1 1 1 srgb
1.07 setlinewidth
[] 0 setdash
1 setlinecap
1 setlinejoin
10.00 setmiterlimit
0.00 0.00 525.00 324.47 r p3
0.00 0.00 525.00 324.47 cl
51.51 118.95 519.52 319.00 cl
/bg { 0.9216 0.9216 0.9216 srgb } def
51.51 118.95 468.01 200.05 r p2
1 1 1 srgb
0.53 setlinewidth
[] 0 setdash
0 setlinecap
1 setlinejoin
10.00 setmiterlimit
np
51.51 149.15 m
468.01 0 l
o
np
51.51 191.35 m
468.01 0 l
o
np
51.51 233.56 m
468.01 0 l
o
np
51.51 275.77 m
468.01 0 l
o
np
51.51 317.98 m
468.01 0 l
o
1.07 setlinewidth
[] 0 setdash
np
51.51 128.04 m
468.01 0 l
o
np
51.51 170.25 m
468.01 0 l
o
np
51.51 212.46 m
468.01 0 l
o
np
51.51 254.67 m
468.01 0 l
o
np
51.51 296.88 m
468.01 0 l
o
np
105.51 118.95 m
0 200.05 l
o
np
195.51 118.95 m
0 200.05 l
o
np
285.51 118.95 m
0 200.05 l
o
np
375.52 118.95 m
0 200.05 l
o
np
465.52 118.95 m
0 200.05 l
o
/bg { 0.9725 0.4627 0.4275 srgb } def
65.01 128.04 81.00 56.87 r p2
/bg { 0.6392 0.6471 0 srgb } def
155.01 128.04 81.00 14.05 r p2
/bg { 0 0.7490 0.4902 srgb } def
245.01 128.04 81.00 11.17 r p2
/bg { 0 0.6902 0.9647 srgb } def
335.02 128.04 81.00 97.37 r p2
/bg { 0.9059 0.4196 0.9529 srgb } def
425.02 128.04 81.00 181.86 r p2
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 9 s
0.3020 0.3020 0.3020 srgb
46.58 124.81 (0) 1 0 t
46.58 167.02 (5000) 1 0 t
46.58 209.23 (10000) 1 0 t
46.58 251.44 (15000) 1 0 t
46.58 293.65 (20000) 1 0 t
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.2000 0.2000 0.2000 srgb
1.07 setlinewidth
[] 0 setdash
0 setlinecap
1 setlinejoin
10.00 setmiterlimit
np
48.77 128.04 m
2.74 0 l
o
np
48.77 170.25 m
2.74 0 l
o
np
48.77 212.46 m
2.74 0 l
o
np
48.77 254.67 m
2.74 0 l
o
np
48.77 296.88 m
2.74 0 l
o
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.2000 0.2000 0.2000 srgb
1.07 setlinewidth
[] 0 setdash
0 setlinecap
1 setlinejoin
10.00 setmiterlimit
np
105.51 116.21 m
0 2.74 l
o
np
195.51 116.21 m
0 2.74 l
o
np
285.51 116.21 m
0 2.74 l
o
np
375.52 116.21 m
0 2.74 l
o
np
465.52 116.21 m
0 2.74 l
o
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 9 s
0.3020 0.3020 0.3020 srgb
110.08 109.45 (centro-esquerda) 1 45.00 t
166.66 76.02 (ultr) 45.00 ta
-0.090 (a-direita) tb gr
290.08 109.45 (esquerda) 1 45.00 t
380.09 109.45 (M5S) 1 45.00 t
470.09 109.45 (direita) 1 45.00 t
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 11 s
0 0 0 srgb
237.21 48.14 (Or) 0 ta
0.165 (ientação da f) tb
-0.330 (onte) tb gr
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 11 s
0 0 0 srgb
13.38 189.32 (Pub) 90 ta
-0.220 (licações) tb gr
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 1 1 1 srgb } def
78.79 5.48 413.44 28.62 r p2
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 11 s
0 0 0 srgb
84.46 15.84 (Or) 0 ta
0.165 (ientação do f) tb
-0.330 (onte) tb gr
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.9490 0.9490 0.9490 srgb } def
1 1 1 srgb
1.07 setlinewidth
[] 0 setdash
1 setlinecap
1 setlinejoin
10.00 setmiterlimit
185.23 11.15 17.28 17.28 r p3
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.9725 0.4627 0.4275 srgb } def
185.94 11.86 15.86 15.86 r p2
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.9490 0.9490 0.9490 srgb } def
1 1 1 srgb
1.07 setlinewidth
[] 0 setdash
1 setlinecap
1 setlinejoin
10.00 setmiterlimit
274.62 11.15 17.28 17.28 r p3
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.6392 0.6471 0 srgb } def
275.33 11.86 15.86 15.86 r p2
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.9490 0.9490 0.9490 srgb } def
1 1 1 srgb
1.07 setlinewidth
[] 0 setdash
1 setlinecap
1 setlinejoin
10.00 setmiterlimit
343.40 11.15 17.28 17.28 r p3
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0 0.7490 0.4902 srgb } def
344.10 11.86 15.86 15.86 r p2
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.9490 0.9490 0.9490 srgb } def
1 1 1 srgb
1.07 setlinewidth
[] 0 setdash
1 setlinecap
1 setlinejoin
10.00 setmiterlimit
402.52 11.15 17.28 17.28 r p3
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0 0.6902 0.9647 srgb } def
403.23 11.86 15.86 15.86 r p2
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.9490 0.9490 0.9490 srgb } def
1 1 1 srgb
1.07 setlinewidth
[] 0 setdash
1 setlinecap
1 setlinejoin
10.00 setmiterlimit
442.62 11.15 17.28 17.28 r p3
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/bg { 0.9059 0.4196 0.9529 srgb } def
443.33 11.86 15.86 15.86 r p2
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 9 s
0 0 0 srgb
204.67 16.56 (centro-esquerda) 0 0 t
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 9 s
0 0 0 srgb
294.06 16.56 (ultr) 0 ta
-0.090 (a-direita) tb gr
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 9 s
0 0 0 srgb
362.84 16.56 (esquerda) 0 0 t
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 9 s
0 0 0 srgb
421.96 16.56 (M5S) 0 0 t
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
/Font1 findfont 9 s
0 0 0 srgb
462.06 16.56 (direita) 0 0 t
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
0.00 0.00 525.00 324.47 cl
ep
%%Trailer
%%Pages: 1
%%EOF