/[MITgcm]/manual/s_phys_pkgs/figs/s6t_32x32.ps
ViewVC logotype

Annotation of /manual/s_phys_pkgs/figs/s6t_32x32.ps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download) (as text)
Sat May 2 02:13:18 2009 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
Changes since 1.1: +159 -143 lines
File MIME type: application/postscript
change fig of topology-plot (new Red,Green,Blue convention):
- replace 24.tiles with 48.tiles case used in exp. adjustment.cs-32x32x1
- replace 12.tiles with 18.tiles (non-squared CS) used with lat-lon-cap grid

1 afe 1.1 %!PS-Adobe-3.0
2 jmc 1.2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.26.8-57.fc8 #1 SMP Thu Dec 18 18:59:49 EST 2008 x86_64.
3     %%Title: ./s6t_32x32.ps
4     %%CreationDate: 05/01/2009 20:51:21
5 afe 1.1 %%DocumentNeededFonts: Helvetica
6     %%+ Helvetica-Bold
7     %%DocumentProcessColors: Cyan Magenta Yellow Black
8     %%LanguageLevel: 2
9     %%Pages: (atend)
10     %%BoundingBox: (atend)
11     %%EndComments
12    
13     %%BeginProlog
14     % MathWorks dictionary
15     /MathWorks 160 dict begin
16     % definition operators
17     /bdef {bind def} bind def
18     /ldef {load def} bind def
19     /xdef {exch def} bdef
20     /xstore {exch store} bdef
21     % operator abbreviations
22     /c /clip ldef
23     /cc /concat ldef
24     /cp /closepath ldef
25     /gr /grestore ldef
26     /gs /gsave ldef
27     /mt /moveto ldef
28     /np /newpath ldef
29     /cm /currentmatrix ldef
30     /sm /setmatrix ldef
31     /rm /rmoveto ldef
32     /rl /rlineto ldef
33     /s {show newpath} bdef
34     /sc {setcmykcolor} bdef
35     /sr /setrgbcolor ldef
36     /sg /setgray ldef
37     /w /setlinewidth ldef
38     /j /setlinejoin ldef
39     /cap /setlinecap ldef
40     /rc {rectclip} bdef
41     /rf {rectfill} bdef
42     % page state control
43     /pgsv () def
44     /bpage {/pgsv save def} bdef
45     /epage {pgsv restore} bdef
46     /bplot /gsave ldef
47     /eplot {stroke grestore} bdef
48     % orientation switch
49     /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
50     % coordinate system mappings
51     /dpi2point 0 def
52     % font control
53     /FontSize 0 def
54     /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
55     makefont setfont} bdef
56     /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
57     exch dup 3 1 roll findfont dup length dict begin
58     { 1 index /FID ne {def}{pop pop} ifelse } forall
59     /Encoding exch def currentdict end definefont pop} bdef
60     /isroman {findfont /CharStrings get /Agrave known} bdef
61     /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
62     exch FMS} bdef
63     /csm {1 dpi2point div -1 dpi2point div scale neg translate
64     dup landscapeMode eq {pop -90 rotate}
65     {rotateMode eq {90 rotate} if} ifelse} bdef
66     % line types: solid, dotted, dashed, dotdash
67     /SO { [] 0 setdash } bdef
68     /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
69     /DA { [6 dpi2point mul] 0 setdash } bdef
70     /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
71     dpi2point mul] 0 setdash } bdef
72     % macros for lines and objects
73     /L {lineto stroke} bdef
74     /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
75     /AP {{rlineto} repeat} bdef
76     /PDlw -1 def
77     /W {/PDlw currentlinewidth def setlinewidth} def
78     /PP {closepath eofill} bdef
79     /DP {closepath stroke} bdef
80     /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
81     neg 0 exch rlineto closepath} bdef
82     /FR {MR stroke} bdef
83     /PR {MR fill} bdef
84     /L1i {{currentfile picstr readhexstring pop} image} bdef
85     /tMatrix matrix def
86     /MakeOval {newpath tMatrix currentmatrix pop translate scale
87     0 0 1 0 360 arc tMatrix setmatrix} bdef
88     /FO {MakeOval stroke} bdef
89     /PO {MakeOval fill} bdef
90     /PD {currentlinewidth 2 div 0 360 arc fill
91     PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
92     /FA {newpath tMatrix currentmatrix pop translate scale
93     0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
94     /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
95     0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
96     /FAn {newpath tMatrix currentmatrix pop translate scale
97     0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
98     /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
99     0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
100     /vradius 0 def /hradius 0 def /lry 0 def
101     /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
102     /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
103     /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
104     vradius add translate hradius vradius scale 0 0 1 180 270 arc
105     tMatrix setmatrix lrx hradius sub uly vradius add translate
106     hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
107     lrx hradius sub lry vradius sub translate hradius vradius scale
108     0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
109     translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
110     closepath} bdef
111     /FRR {MRR stroke } bdef
112     /PRR {MRR fill } bdef
113     /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
114     newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
115     rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
116     sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
117     closepath} bdef
118     /FlrRR {MlrRR stroke } bdef
119     /PlrRR {MlrRR fill } bdef
120     /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
121     newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122     rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
123     sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
124     closepath} bdef
125     /FtbRR {MtbRR stroke } bdef
126     /PtbRR {MtbRR fill } bdef
127     /stri 6 array def /dtri 6 array def
128     /smat 6 array def /dmat 6 array def
129     /tmat1 6 array def /tmat2 6 array def /dif 3 array def
130     /asub {/ind2 exch def /ind1 exch def dup dup
131     ind1 get exch ind2 get sub exch } bdef
132     /tri_to_matrix {
133     2 0 asub 3 1 asub 4 0 asub 5 1 asub
134     dup 0 get exch 1 get 7 -1 roll astore } bdef
135     /compute_transform {
136     dmat dtri tri_to_matrix tmat1 invertmatrix
137     smat stri tri_to_matrix tmat2 concatmatrix } bdef
138     /ds {stri astore pop} bdef
139     /dt {dtri astore pop} bdef
140     /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
141     currentfile
142     3 index 0 eq {/ASCIIHexDecode filter}
143     {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
144     ifelse exch readstring pop
145     dup 0 3 index getinterval /rbmap xdef
146     dup 2 index dup getinterval /gbmap xdef
147     1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
148     /it {gs np dtri aload pop moveto lineto lineto cp c
149     cols rows 8 compute_transform
150     rbmap gbmap bbmap true 3 colorimage gr}bdef
151     /il {newpath moveto lineto stroke}bdef
152     currentdict end def
153     %%EndProlog
154    
155     %%BeginSetup
156     MathWorks begin
157    
158     0 cap
159    
160     end
161     %%EndSetup
162    
163     %%Page: 1 1
164     %%BeginPageSetup
165 jmc 1.2 %%PageBoundingBox: 73 215 551 589
166 afe 1.1 MathWorks begin
167     bpage
168     %%EndPageSetup
169    
170     %%BeginObject: obj1
171     bplot
172    
173     /dpi2point 12 def
174     portraitMode 0216 7344 csm
175    
176 jmc 1.2 664 274 5740 4487 rc
177     86 dict begin %Colortable dictionary
178     /c0 { 0.000000 0.000000 0.000000 sr} bdef
179     /c1 { 1.000000 1.000000 1.000000 sr} bdef
180     /c2 { 0.900000 0.000000 0.000000 sr} bdef
181     /c3 { 0.000000 0.820000 0.000000 sr} bdef
182     /c4 { 0.000000 0.000000 0.800000 sr} bdef
183     /c5 { 0.910000 0.820000 0.320000 sr} bdef
184     /c6 { 1.000000 0.260000 0.820000 sr} bdef
185     /c7 { 0.000000 0.820000 0.820000 sr} bdef
186 afe 1.1 c0
187     1 j
188     1 sg
189     0 0 6913 5186 rf
190     6 w
191     0 4226 5355 0 0 -4226 899 4615 4 MP
192     PP
193     -5355 0 0 4226 5355 0 0 -4226 899 4615 5 MP stroke
194     4 w
195     DO
196     SO
197     6 w
198     0 sg
199     899 4615 mt 6254 4615 L
200     899 4615 mt 899 389 L
201     899 4615 mt 899 4561 L
202     %%IncludeResource: font Helvetica
203     /Helvetica /ISOLatin1Encoding 120 FMSR
204    
205     866 4760 mt
206     (0) s
207     1664 4615 mt 1664 4561 L
208     1598 4760 mt
209     (20) s
210     2429 4615 mt 2429 4561 L
211     2363 4760 mt
212     (40) s
213     3194 4615 mt 3194 4561 L
214     3128 4760 mt
215     (60) s
216     3959 4615 mt 3959 4561 L
217     3893 4760 mt
218     (80) s
219     4724 4615 mt 4724 4561 L
220     4624 4760 mt
221     (100) s
222     5489 4615 mt 5489 4561 L
223     5389 4760 mt
224     (120) s
225     6255 4615 mt 6255 4561 L
226     6155 4760 mt
227     (140) s
228     899 4615 mt 952 4615 L
229     798 4659 mt
230     (0) s
231     899 4192 mt 952 4192 L
232     731 4236 mt
233     (10) s
234     899 3769 mt 952 3769 L
235     731 3813 mt
236     (20) s
237     899 3347 mt 952 3347 L
238     731 3391 mt
239     (30) s
240     899 2924 mt 952 2924 L
241     731 2968 mt
242     (40) s
243     899 2502 mt 952 2502 L
244     731 2546 mt
245     (50) s
246     899 2079 mt 952 2079 L
247     731 2123 mt
248     (60) s
249     899 1656 mt 952 1656 L
250     731 1700 mt
251     (70) s
252     899 1234 mt 952 1234 L
253     731 1278 mt
254     (80) s
255     899 811 mt 952 811 L
256     731 855 mt
257     (90) s
258     899 389 mt 952 389 L
259     664 433 mt
260     (100) s
261     gs 899 389 5357 4227 rc
262     24 w
263 jmc 1.2 /c8 { 1.000000 0.000000 0.000000 sr} bdef
264 afe 1.1 c8
265     1186 0 937 4572 2 MP stroke
266     -1186 0 2123 3262 2 MP stroke
267 jmc 1.2 /c9 { 0.000000 1.000000 0.000000 sr} bdef
268 afe 1.1 c9
269     0 -1310 2123 4572 2 MP stroke
270     0 1310 937 3262 2 MP stroke
271     gr
272    
273     24 w
274     c9
275     0 sg
276     %%IncludeResource: font Helvetica-Bold
277     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
278    
279 jmc 1.2 1332 3979 mt
280 afe 1.1 (f1) s
281     gs 899 389 5357 4227 rc
282     DA
283     6 w
284     0 1310 -1186 0 0 -1310 1186 0 937 4572 5 MP stroke
285     gr
286    
287     6 w
288     DA
289     %%IncludeResource: font Helvetica
290 jmc 1.2 /Helvetica /ISOLatin1Encoding 120 FMSR
291 afe 1.1
292 jmc 1.2 1604 3959 mt
293 afe 1.1 (t1) s
294     %%IncludeResource: font Helvetica
295 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
296 afe 1.1
297 jmc 1.2 1013 3908 mt
298 afe 1.1 (f5) s
299     %%IncludeResource: font Helvetica
300 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
301 afe 1.1
302 jmc 1.2 1093 3956 mt
303 afe 1.1 (n) s
304     %%IncludeResource: font Helvetica
305 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
306 afe 1.1
307 jmc 1.2 1530 3479 mt
308 afe 1.1 (f3) s
309     %%IncludeResource: font Helvetica
310 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
311 afe 1.1
312 jmc 1.2 1610 3527 mt
313 afe 1.1 (w) s
314     %%IncludeResource: font Helvetica
315 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
316 afe 1.1
317 jmc 1.2 1530 4394 mt
318 afe 1.1 (f6) s
319     %%IncludeResource: font Helvetica
320 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
321 afe 1.1
322 jmc 1.2 1610 4442 mt
323 afe 1.1 (n) s
324     %%IncludeResource: font Helvetica
325 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
326 afe 1.1
327 jmc 1.2 1919 3908 mt
328 afe 1.1 (f2) s
329     %%IncludeResource: font Helvetica
330 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
331 afe 1.1
332 jmc 1.2 1999 3956 mt
333 afe 1.1 (w) s
334     gs 899 389 5357 4227 rc
335     SO
336     24 w
337 jmc 1.2 /c10 { 0.000000 0.000000 1.000000 sr} bdef
338 afe 1.1 c10
339     1186 0 2161 4572 2 MP stroke
340     -1186 0 3347 3262 2 MP stroke
341     c9
342     0 -1310 3347 4572 2 MP stroke
343     0 1310 2161 3262 2 MP stroke
344     gr
345    
346     24 w
347     c9
348     SO
349     0 sg
350     %%IncludeResource: font Helvetica-Bold
351     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
352    
353 jmc 1.2 2556 3979 mt
354 afe 1.1 (f2) s
355     gs 899 389 5357 4227 rc
356     DA
357     6 w
358     0 1310 -1186 0 0 -1310 1186 0 2161 4572 5 MP stroke
359     gr
360    
361     6 w
362     DA
363     %%IncludeResource: font Helvetica
364 jmc 1.2 /Helvetica /ISOLatin1Encoding 120 FMSR
365 afe 1.1
366 jmc 1.2 2828 3959 mt
367 afe 1.1 (t2) s
368     %%IncludeResource: font Helvetica
369 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
370 afe 1.1
371 jmc 1.2 2238 3908 mt
372 afe 1.1 (f1) s
373     %%IncludeResource: font Helvetica
374 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
375 afe 1.1
376 jmc 1.2 2318 3956 mt
377 afe 1.1 (e) s
378     %%IncludeResource: font Helvetica
379 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
380 afe 1.1
381 jmc 1.2 2754 3479 mt
382 afe 1.1 (f3) s
383     %%IncludeResource: font Helvetica
384 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
385 afe 1.1
386 jmc 1.2 2834 3527 mt
387 afe 1.1 (s) s
388     %%IncludeResource: font Helvetica
389 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
390 afe 1.1
391 jmc 1.2 2754 4394 mt
392 afe 1.1 (f6) s
393     %%IncludeResource: font Helvetica
394 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
395 afe 1.1
396 jmc 1.2 2834 4442 mt
397 afe 1.1 (e) s
398     %%IncludeResource: font Helvetica
399 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
400 afe 1.1
401 jmc 1.2 3143 3908 mt
402 afe 1.1 (f4) s
403     %%IncludeResource: font Helvetica
404 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
405 afe 1.1
406 jmc 1.2 3223 3956 mt
407 afe 1.1 (s) s
408     gs 899 389 5357 4227 rc
409     SO
410     24 w
411     c10
412     1186 0 2161 3220 2 MP stroke
413     -1186 0 3347 1910 2 MP stroke
414     c8
415     0 -1310 3347 3220 2 MP stroke
416     0 1310 2161 1910 2 MP stroke
417     gr
418    
419     24 w
420     c8
421     SO
422     0 sg
423     %%IncludeResource: font Helvetica-Bold
424     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
425    
426 jmc 1.2 2556 2627 mt
427 afe 1.1 (f3) s
428     gs 899 389 5357 4227 rc
429     DA
430     6 w
431     0 1310 -1186 0 0 -1310 1186 0 2161 3220 5 MP stroke
432     gr
433    
434     6 w
435     DA
436     %%IncludeResource: font Helvetica
437 jmc 1.2 /Helvetica /ISOLatin1Encoding 120 FMSR
438 afe 1.1
439 jmc 1.2 2828 2607 mt
440 afe 1.1 (t3) s
441     %%IncludeResource: font Helvetica
442 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
443 afe 1.1
444 jmc 1.2 2238 2556 mt
445 afe 1.1 (f1) s
446     %%IncludeResource: font Helvetica
447 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
448 afe 1.1
449 jmc 1.2 2318 2604 mt
450 afe 1.1 (n) s
451     %%IncludeResource: font Helvetica
452 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
453 afe 1.1
454 jmc 1.2 2754 2126 mt
455 afe 1.1 (f5) s
456     %%IncludeResource: font Helvetica
457 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
458 afe 1.1
459 jmc 1.2 2834 2174 mt
460 afe 1.1 (w) s
461     %%IncludeResource: font Helvetica
462 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
463 afe 1.1
464 jmc 1.2 2754 3042 mt
465 afe 1.1 (f2) s
466     %%IncludeResource: font Helvetica
467 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
468 afe 1.1
469 jmc 1.2 2834 3090 mt
470 afe 1.1 (n) s
471     %%IncludeResource: font Helvetica
472 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
473 afe 1.1
474 jmc 1.2 3143 2556 mt
475 afe 1.1 (f4) s
476     %%IncludeResource: font Helvetica
477 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
478 afe 1.1
479 jmc 1.2 3223 2604 mt
480 afe 1.1 (w) s
481     gs 899 389 5357 4227 rc
482     SO
483     24 w
484     c9
485     1186 0 3385 3220 2 MP stroke
486     -1186 0 4571 1910 2 MP stroke
487     c8
488     0 -1310 4571 3220 2 MP stroke
489     0 1310 3385 1910 2 MP stroke
490     gr
491    
492     24 w
493     c8
494     SO
495     0 sg
496     %%IncludeResource: font Helvetica-Bold
497     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
498    
499 jmc 1.2 3781 2627 mt
500 afe 1.1 (f4) s
501     gs 899 389 5357 4227 rc
502     DA
503     6 w
504     0 1310 -1186 0 0 -1310 1186 0 3385 3220 5 MP stroke
505     gr
506    
507     6 w
508     DA
509     %%IncludeResource: font Helvetica
510 jmc 1.2 /Helvetica /ISOLatin1Encoding 120 FMSR
511 afe 1.1
512 jmc 1.2 4052 2607 mt
513 afe 1.1 (t4) s
514     %%IncludeResource: font Helvetica
515 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
516 afe 1.1
517 jmc 1.2 3462 2556 mt
518 afe 1.1 (f3) s
519     %%IncludeResource: font Helvetica
520 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
521 afe 1.1
522 jmc 1.2 3542 2604 mt
523 afe 1.1 (e) s
524     %%IncludeResource: font Helvetica
525 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
526 afe 1.1
527 jmc 1.2 3978 2126 mt
528 afe 1.1 (f5) s
529     %%IncludeResource: font Helvetica
530 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
531 afe 1.1
532 jmc 1.2 4058 2174 mt
533 afe 1.1 (s) s
534     %%IncludeResource: font Helvetica
535 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
536 afe 1.1
537 jmc 1.2 3978 3042 mt
538 afe 1.1 (f2) s
539     %%IncludeResource: font Helvetica
540 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
541 afe 1.1
542 jmc 1.2 4058 3090 mt
543 afe 1.1 (e) s
544     %%IncludeResource: font Helvetica
545 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
546 afe 1.1
547 jmc 1.2 4367 2556 mt
548 afe 1.1 (f6) s
549     %%IncludeResource: font Helvetica
550 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
551 afe 1.1
552 jmc 1.2 4447 2604 mt
553 afe 1.1 (s) s
554     gs 899 389 5357 4227 rc
555     SO
556     24 w
557     c9
558     1186 0 3385 1868 2 MP stroke
559     -1186 0 4571 558 2 MP stroke
560     c10
561     0 -1310 4571 1868 2 MP stroke
562     0 1310 3385 558 2 MP stroke
563 jmc 1.2 gr
564    
565     24 w
566     c10
567     SO
568     0 sg
569     %%IncludeResource: font Helvetica-Bold
570     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
571    
572     3781 1275 mt
573     (f5) s
574     gs 899 389 5357 4227 rc
575 afe 1.1 DA
576     6 w
577     0 1310 -1186 0 0 -1310 1186 0 3385 1868 5 MP stroke
578     gr
579    
580 jmc 1.2 6 w
581     DA
582 afe 1.1 %%IncludeResource: font Helvetica
583 jmc 1.2 /Helvetica /ISOLatin1Encoding 120 FMSR
584 afe 1.1
585 jmc 1.2 4052 1255 mt
586 afe 1.1 (t5) s
587     %%IncludeResource: font Helvetica
588 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
589 afe 1.1
590 jmc 1.2 3462 1204 mt
591 afe 1.1 (f3) s
592     %%IncludeResource: font Helvetica
593 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
594 afe 1.1
595 jmc 1.2 3542 1252 mt
596 afe 1.1 (n) s
597     %%IncludeResource: font Helvetica
598 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
599 afe 1.1
600 jmc 1.2 3978 774 mt
601 afe 1.1 (f1) s
602     %%IncludeResource: font Helvetica
603 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
604 afe 1.1
605 jmc 1.2 4058 822 mt
606 afe 1.1 (w) s
607     %%IncludeResource: font Helvetica
608 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
609 afe 1.1
610 jmc 1.2 3978 1690 mt
611 afe 1.1 (f4) s
612     %%IncludeResource: font Helvetica
613 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
614 afe 1.1
615 jmc 1.2 4058 1738 mt
616 afe 1.1 (n) s
617     %%IncludeResource: font Helvetica
618 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
619 afe 1.1
620 jmc 1.2 4367 1204 mt
621 afe 1.1 (f6) s
622     %%IncludeResource: font Helvetica
623 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
624 afe 1.1
625 jmc 1.2 4447 1252 mt
626 afe 1.1 (w) s
627     gs 899 389 5357 4227 rc
628     SO
629     24 w
630     c8
631     1186 0 4609 1868 2 MP stroke
632     -1186 0 5795 558 2 MP stroke
633     c10
634     0 -1310 5795 1868 2 MP stroke
635     0 1310 4609 558 2 MP stroke
636 jmc 1.2 gr
637    
638     24 w
639     c10
640     SO
641     0 sg
642     %%IncludeResource: font Helvetica-Bold
643     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
644    
645     5005 1275 mt
646     (f6) s
647     gs 899 389 5357 4227 rc
648 afe 1.1 DA
649     6 w
650     0 1310 -1186 0 0 -1310 1186 0 4609 1868 5 MP stroke
651     gr
652    
653 jmc 1.2 6 w
654     DA
655 afe 1.1 %%IncludeResource: font Helvetica
656 jmc 1.2 /Helvetica /ISOLatin1Encoding 120 FMSR
657 afe 1.1
658 jmc 1.2 5277 1255 mt
659 afe 1.1 (t6) s
660     %%IncludeResource: font Helvetica
661 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
662 afe 1.1
663 jmc 1.2 4686 1204 mt
664 afe 1.1 (f5) s
665     %%IncludeResource: font Helvetica
666 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
667 afe 1.1
668 jmc 1.2 4766 1252 mt
669 afe 1.1 (e) s
670     %%IncludeResource: font Helvetica
671 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
672 afe 1.1
673 jmc 1.2 5202 774 mt
674 afe 1.1 (f1) s
675     %%IncludeResource: font Helvetica
676 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
677 afe 1.1
678 jmc 1.2 5282 822 mt
679 afe 1.1 (s) s
680     %%IncludeResource: font Helvetica
681 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
682 afe 1.1
683 jmc 1.2 5202 1690 mt
684 afe 1.1 (f4) s
685     %%IncludeResource: font Helvetica
686 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
687 afe 1.1
688 jmc 1.2 5282 1738 mt
689 afe 1.1 (e) s
690     %%IncludeResource: font Helvetica
691 jmc 1.2 /Helvetica /ISOLatin1Encoding 96 FMSR
692 afe 1.1
693 jmc 1.2 5591 1204 mt
694 afe 1.1 (f2) s
695     %%IncludeResource: font Helvetica
696 jmc 1.2 /Helvetica /ISOLatin1Encoding 72 FMSR
697 afe 1.1
698 jmc 1.2 5671 1252 mt
699 afe 1.1 (s) s
700     SO
701    
702 jmc 1.2 end %%Color Dict
703 afe 1.1
704     eplot
705     %%EndObject
706    
707     epage
708     end
709    
710     showpage
711    
712     %%Trailer
713 jmc 1.2 %%BoundingBox: 73 215 551 589
714 afe 1.1 %%Pages: 001
715     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22