Mercurial > hg > Papers > 2012 > toma-sigos
comparison papers/pic/cell_result.eps @ 1:fe9ddefa5e96
add a table of contents
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 09 Apr 2012 19:57:58 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:f844ff1a3db8 | 1:fe9ddefa5e96 |
---|---|
1 %!PS-Adobe-2.0 EPSF-2.0 | |
2 %%Title: cell_result.eps | |
3 %%Creator: gnuplot 4.4 patchlevel 3 | |
4 %%CreationDate: Sun Nov 20 19:14:35 2011 | |
5 %%DocumentFonts: (atend) | |
6 %%BoundingBox: 50 50 410 302 | |
7 %%EndComments | |
8 %%BeginProlog | |
9 /gnudict 256 dict def | |
10 gnudict begin | |
11 % | |
12 % The following true/false flags may be edited by hand if desired. | |
13 % The unit line width and grayscale image gamma correction may also be changed. | |
14 % | |
15 /Color false def | |
16 /Blacktext false def | |
17 /Solid false def | |
18 /Dashlength 1 def | |
19 /Landscape false def | |
20 /Level1 false def | |
21 /Rounded false def | |
22 /ClipToBoundingBox false def | |
23 /TransparentPatterns false def | |
24 /gnulinewidth 5.000 def | |
25 /userlinewidth gnulinewidth def | |
26 /Gamma 1.0 def | |
27 % | |
28 /vshift -46 def | |
29 /dl1 { | |
30 10.0 Dashlength mul mul | |
31 Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if | |
32 } def | |
33 /dl2 { | |
34 10.0 Dashlength mul mul | |
35 Rounded { currentlinewidth 0.75 mul add } if | |
36 } def | |
37 /hpt_ 31.5 def | |
38 /vpt_ 31.5 def | |
39 /hpt hpt_ def | |
40 /vpt vpt_ def | |
41 Level1 {} { | |
42 /SDict 10 dict def | |
43 systemdict /pdfmark known not { | |
44 userdict /pdfmark systemdict /cleartomark get put | |
45 } if | |
46 SDict begin [ | |
47 /Title (cell_result.eps) | |
48 /Subject (gnuplot plot) | |
49 /Creator (gnuplot 4.4 patchlevel 3) | |
50 /Author (amothic) | |
51 % /Producer (gnuplot) | |
52 % /Keywords () | |
53 /CreationDate (Sun Nov 20 19:14:35 2011) | |
54 /DOCINFO pdfmark | |
55 end | |
56 } ifelse | |
57 /doclip { | |
58 ClipToBoundingBox { | |
59 newpath 50 50 moveto 410 50 lineto 410 302 lineto 50 302 lineto closepath | |
60 clip | |
61 } if | |
62 } def | |
63 % | |
64 % Gnuplot Prolog Version 4.4 (August 2010) | |
65 % | |
66 %/SuppressPDFMark true def | |
67 % | |
68 /M {moveto} bind def | |
69 /L {lineto} bind def | |
70 /R {rmoveto} bind def | |
71 /V {rlineto} bind def | |
72 /N {newpath moveto} bind def | |
73 /Z {closepath} bind def | |
74 /C {setrgbcolor} bind def | |
75 /f {rlineto fill} bind def | |
76 /g {setgray} bind def | |
77 /Gshow {show} def % May be redefined later in the file to support UTF-8 | |
78 /vpt2 vpt 2 mul def | |
79 /hpt2 hpt 2 mul def | |
80 /Lshow {currentpoint stroke M 0 vshift R | |
81 Blacktext {gsave 0 setgray show grestore} {show} ifelse} def | |
82 /Rshow {currentpoint stroke M dup stringwidth pop neg vshift R | |
83 Blacktext {gsave 0 setgray show grestore} {show} ifelse} def | |
84 /Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R | |
85 Blacktext {gsave 0 setgray show grestore} {show} ifelse} def | |
86 /UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def | |
87 /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def | |
88 /DL {Color {setrgbcolor Solid {pop []} if 0 setdash} | |
89 {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def | |
90 /BL {stroke userlinewidth 2 mul setlinewidth | |
91 Rounded {1 setlinejoin 1 setlinecap} if} def | |
92 /AL {stroke userlinewidth 2 div setlinewidth | |
93 Rounded {1 setlinejoin 1 setlinecap} if} def | |
94 /UL {dup gnulinewidth mul /userlinewidth exch def | |
95 dup 1 lt {pop 1} if 10 mul /udl exch def} def | |
96 /PL {stroke userlinewidth setlinewidth | |
97 Rounded {1 setlinejoin 1 setlinecap} if} def | |
98 3.8 setmiterlimit | |
99 % Default Line colors | |
100 /LCw {1 1 1} def | |
101 /LCb {0 0 0} def | |
102 /LCa {0 0 0} def | |
103 /LC0 {1 0 0} def | |
104 /LC1 {0 1 0} def | |
105 /LC2 {0 0 1} def | |
106 /LC3 {1 0 1} def | |
107 /LC4 {0 1 1} def | |
108 /LC5 {1 1 0} def | |
109 /LC6 {0 0 0} def | |
110 /LC7 {1 0.3 0} def | |
111 /LC8 {0.5 0.5 0.5} def | |
112 % Default Line Types | |
113 /LTw {PL [] 1 setgray} def | |
114 /LTb {BL [] LCb DL} def | |
115 /LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def | |
116 /LT0 {PL [] LC0 DL} def | |
117 /LT1 {PL [4 dl1 2 dl2] LC1 DL} def | |
118 /LT2 {PL [2 dl1 3 dl2] LC2 DL} def | |
119 /LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def | |
120 /LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def | |
121 /LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def | |
122 /LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def | |
123 /LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def | |
124 /LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def | |
125 /Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def | |
126 /Dia {stroke [] 0 setdash 2 copy vpt add M | |
127 hpt neg vpt neg V hpt vpt neg V | |
128 hpt vpt V hpt neg vpt V closepath stroke | |
129 Pnt} def | |
130 /Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V | |
131 currentpoint stroke M | |
132 hpt neg vpt neg R hpt2 0 V stroke | |
133 } def | |
134 /Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M | |
135 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
136 hpt2 neg 0 V closepath stroke | |
137 Pnt} def | |
138 /Crs {stroke [] 0 setdash exch hpt sub exch vpt add M | |
139 hpt2 vpt2 neg V currentpoint stroke M | |
140 hpt2 neg 0 R hpt2 vpt2 V stroke} def | |
141 /TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M | |
142 hpt neg vpt -1.62 mul V | |
143 hpt 2 mul 0 V | |
144 hpt neg vpt 1.62 mul V closepath stroke | |
145 Pnt} def | |
146 /Star {2 copy Pls Crs} def | |
147 /BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M | |
148 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
149 hpt2 neg 0 V closepath fill} def | |
150 /TriUF {stroke [] 0 setdash vpt 1.12 mul add M | |
151 hpt neg vpt -1.62 mul V | |
152 hpt 2 mul 0 V | |
153 hpt neg vpt 1.62 mul V closepath fill} def | |
154 /TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M | |
155 hpt neg vpt 1.62 mul V | |
156 hpt 2 mul 0 V | |
157 hpt neg vpt -1.62 mul V closepath stroke | |
158 Pnt} def | |
159 /TriDF {stroke [] 0 setdash vpt 1.12 mul sub M | |
160 hpt neg vpt 1.62 mul V | |
161 hpt 2 mul 0 V | |
162 hpt neg vpt -1.62 mul V closepath fill} def | |
163 /DiaF {stroke [] 0 setdash vpt add M | |
164 hpt neg vpt neg V hpt vpt neg V | |
165 hpt vpt V hpt neg vpt V closepath fill} def | |
166 /Pent {stroke [] 0 setdash 2 copy gsave | |
167 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
168 closepath stroke grestore Pnt} def | |
169 /PentF {stroke [] 0 setdash gsave | |
170 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
171 closepath fill grestore} def | |
172 /Circle {stroke [] 0 setdash 2 copy | |
173 hpt 0 360 arc stroke Pnt} def | |
174 /CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def | |
175 /C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def | |
176 /C1 {BL [] 0 setdash 2 copy moveto | |
177 2 copy vpt 0 90 arc closepath fill | |
178 vpt 0 360 arc closepath} bind def | |
179 /C2 {BL [] 0 setdash 2 copy moveto | |
180 2 copy vpt 90 180 arc closepath fill | |
181 vpt 0 360 arc closepath} bind def | |
182 /C3 {BL [] 0 setdash 2 copy moveto | |
183 2 copy vpt 0 180 arc closepath fill | |
184 vpt 0 360 arc closepath} bind def | |
185 /C4 {BL [] 0 setdash 2 copy moveto | |
186 2 copy vpt 180 270 arc closepath fill | |
187 vpt 0 360 arc closepath} bind def | |
188 /C5 {BL [] 0 setdash 2 copy moveto | |
189 2 copy vpt 0 90 arc | |
190 2 copy moveto | |
191 2 copy vpt 180 270 arc closepath fill | |
192 vpt 0 360 arc} bind def | |
193 /C6 {BL [] 0 setdash 2 copy moveto | |
194 2 copy vpt 90 270 arc closepath fill | |
195 vpt 0 360 arc closepath} bind def | |
196 /C7 {BL [] 0 setdash 2 copy moveto | |
197 2 copy vpt 0 270 arc closepath fill | |
198 vpt 0 360 arc closepath} bind def | |
199 /C8 {BL [] 0 setdash 2 copy moveto | |
200 2 copy vpt 270 360 arc closepath fill | |
201 vpt 0 360 arc closepath} bind def | |
202 /C9 {BL [] 0 setdash 2 copy moveto | |
203 2 copy vpt 270 450 arc closepath fill | |
204 vpt 0 360 arc closepath} bind def | |
205 /C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill | |
206 2 copy moveto | |
207 2 copy vpt 90 180 arc closepath fill | |
208 vpt 0 360 arc closepath} bind def | |
209 /C11 {BL [] 0 setdash 2 copy moveto | |
210 2 copy vpt 0 180 arc closepath fill | |
211 2 copy moveto | |
212 2 copy vpt 270 360 arc closepath fill | |
213 vpt 0 360 arc closepath} bind def | |
214 /C12 {BL [] 0 setdash 2 copy moveto | |
215 2 copy vpt 180 360 arc closepath fill | |
216 vpt 0 360 arc closepath} bind def | |
217 /C13 {BL [] 0 setdash 2 copy moveto | |
218 2 copy vpt 0 90 arc closepath fill | |
219 2 copy moveto | |
220 2 copy vpt 180 360 arc closepath fill | |
221 vpt 0 360 arc closepath} bind def | |
222 /C14 {BL [] 0 setdash 2 copy moveto | |
223 2 copy vpt 90 360 arc closepath fill | |
224 vpt 0 360 arc} bind def | |
225 /C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill | |
226 vpt 0 360 arc closepath} bind def | |
227 /Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto | |
228 neg 0 rlineto closepath} bind def | |
229 /Square {dup Rec} bind def | |
230 /Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def | |
231 /S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def | |
232 /S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def | |
233 /S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def | |
234 /S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def | |
235 /S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def | |
236 /S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill | |
237 exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def | |
238 /S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def | |
239 /S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill | |
240 2 copy vpt Square fill Bsquare} bind def | |
241 /S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def | |
242 /S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def | |
243 /S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill | |
244 Bsquare} bind def | |
245 /S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill | |
246 Bsquare} bind def | |
247 /S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def | |
248 /S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill | |
249 2 copy vpt Square fill Bsquare} bind def | |
250 /S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill | |
251 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def | |
252 /S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def | |
253 /D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def | |
254 /D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def | |
255 /D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def | |
256 /D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def | |
257 /D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def | |
258 /D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def | |
259 /D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def | |
260 /D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def | |
261 /D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def | |
262 /D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def | |
263 /D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def | |
264 /D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def | |
265 /D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def | |
266 /D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def | |
267 /D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def | |
268 /D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def | |
269 /DiaE {stroke [] 0 setdash vpt add M | |
270 hpt neg vpt neg V hpt vpt neg V | |
271 hpt vpt V hpt neg vpt V closepath stroke} def | |
272 /BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M | |
273 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
274 hpt2 neg 0 V closepath stroke} def | |
275 /TriUE {stroke [] 0 setdash vpt 1.12 mul add M | |
276 hpt neg vpt -1.62 mul V | |
277 hpt 2 mul 0 V | |
278 hpt neg vpt 1.62 mul V closepath stroke} def | |
279 /TriDE {stroke [] 0 setdash vpt 1.12 mul sub M | |
280 hpt neg vpt 1.62 mul V | |
281 hpt 2 mul 0 V | |
282 hpt neg vpt -1.62 mul V closepath stroke} def | |
283 /PentE {stroke [] 0 setdash gsave | |
284 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
285 closepath stroke grestore} def | |
286 /CircE {stroke [] 0 setdash | |
287 hpt 0 360 arc stroke} def | |
288 /Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def | |
289 /DiaW {stroke [] 0 setdash vpt add M | |
290 hpt neg vpt neg V hpt vpt neg V | |
291 hpt vpt V hpt neg vpt V Opaque stroke} def | |
292 /BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M | |
293 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
294 hpt2 neg 0 V Opaque stroke} def | |
295 /TriUW {stroke [] 0 setdash vpt 1.12 mul add M | |
296 hpt neg vpt -1.62 mul V | |
297 hpt 2 mul 0 V | |
298 hpt neg vpt 1.62 mul V Opaque stroke} def | |
299 /TriDW {stroke [] 0 setdash vpt 1.12 mul sub M | |
300 hpt neg vpt 1.62 mul V | |
301 hpt 2 mul 0 V | |
302 hpt neg vpt -1.62 mul V Opaque stroke} def | |
303 /PentW {stroke [] 0 setdash gsave | |
304 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
305 Opaque stroke grestore} def | |
306 /CircW {stroke [] 0 setdash | |
307 hpt 0 360 arc Opaque stroke} def | |
308 /BoxFill {gsave Rec 1 setgray fill grestore} def | |
309 /Density { | |
310 /Fillden exch def | |
311 currentrgbcolor | |
312 /ColB exch def /ColG exch def /ColR exch def | |
313 /ColR ColR Fillden mul Fillden sub 1 add def | |
314 /ColG ColG Fillden mul Fillden sub 1 add def | |
315 /ColB ColB Fillden mul Fillden sub 1 add def | |
316 ColR ColG ColB setrgbcolor} def | |
317 /BoxColFill {gsave Rec PolyFill} def | |
318 /PolyFill {gsave Density fill grestore grestore} def | |
319 /h {rlineto rlineto rlineto gsave closepath fill grestore} bind def | |
320 % | |
321 % PostScript Level 1 Pattern Fill routine for rectangles | |
322 % Usage: x y w h s a XX PatternFill | |
323 % x,y = lower left corner of box to be filled | |
324 % w,h = width and height of box | |
325 % a = angle in degrees between lines and x-axis | |
326 % XX = 0/1 for no/yes cross-hatch | |
327 % | |
328 /PatternFill {gsave /PFa [ 9 2 roll ] def | |
329 PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate | |
330 PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec | |
331 gsave 1 setgray fill grestore clip | |
332 currentlinewidth 0.5 mul setlinewidth | |
333 /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def | |
334 0 0 M PFa 5 get rotate PFs -2 div dup translate | |
335 0 1 PFs PFa 4 get div 1 add floor cvi | |
336 {PFa 4 get mul 0 M 0 PFs V} for | |
337 0 PFa 6 get ne { | |
338 0 1 PFs PFa 4 get div 1 add floor cvi | |
339 {PFa 4 get mul 0 2 1 roll M PFs 0 V} for | |
340 } if | |
341 stroke grestore} def | |
342 % | |
343 /languagelevel where | |
344 {pop languagelevel} {1} ifelse | |
345 2 lt | |
346 {/InterpretLevel1 true def} | |
347 {/InterpretLevel1 Level1 def} | |
348 ifelse | |
349 % | |
350 % PostScript level 2 pattern fill definitions | |
351 % | |
352 /Level2PatternFill { | |
353 /Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8} | |
354 bind def | |
355 /KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def | |
356 << Tile8x8 | |
357 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} | |
358 >> matrix makepattern | |
359 /Pat1 exch def | |
360 << Tile8x8 | |
361 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke | |
362 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke} | |
363 >> matrix makepattern | |
364 /Pat2 exch def | |
365 << Tile8x8 | |
366 /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L | |
367 8 8 L 8 0 L 0 0 L fill} | |
368 >> matrix makepattern | |
369 /Pat3 exch def | |
370 << Tile8x8 | |
371 /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L | |
372 0 12 M 12 0 L stroke} | |
373 >> matrix makepattern | |
374 /Pat4 exch def | |
375 << Tile8x8 | |
376 /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L | |
377 0 -4 M 12 8 L stroke} | |
378 >> matrix makepattern | |
379 /Pat5 exch def | |
380 << Tile8x8 | |
381 /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L | |
382 0 12 M 8 -4 L 4 12 M 10 0 L stroke} | |
383 >> matrix makepattern | |
384 /Pat6 exch def | |
385 << Tile8x8 | |
386 /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L | |
387 0 -4 M 8 12 L 4 -4 M 10 8 L stroke} | |
388 >> matrix makepattern | |
389 /Pat7 exch def | |
390 << Tile8x8 | |
391 /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L | |
392 12 0 M -4 8 L 12 4 M 0 10 L stroke} | |
393 >> matrix makepattern | |
394 /Pat8 exch def | |
395 << Tile8x8 | |
396 /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L | |
397 -4 0 M 12 8 L -4 4 M 8 10 L stroke} | |
398 >> matrix makepattern | |
399 /Pat9 exch def | |
400 /Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def | |
401 /Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def | |
402 /Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def | |
403 /Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def | |
404 /Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def | |
405 /Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def | |
406 /Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def | |
407 } def | |
408 % | |
409 % | |
410 %End of PostScript Level 2 code | |
411 % | |
412 /PatternBgnd { | |
413 TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse | |
414 } def | |
415 % | |
416 % Substitute for Level 2 pattern fill codes with | |
417 % grayscale if Level 2 support is not selected. | |
418 % | |
419 /Level1PatternFill { | |
420 /Pattern1 {0.250 Density} bind def | |
421 /Pattern2 {0.500 Density} bind def | |
422 /Pattern3 {0.750 Density} bind def | |
423 /Pattern4 {0.125 Density} bind def | |
424 /Pattern5 {0.375 Density} bind def | |
425 /Pattern6 {0.625 Density} bind def | |
426 /Pattern7 {0.875 Density} bind def | |
427 } def | |
428 % | |
429 % Now test for support of Level 2 code | |
430 % | |
431 Level1 {Level1PatternFill} {Level2PatternFill} ifelse | |
432 % | |
433 /Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont | |
434 dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall | |
435 currentdict end definefont pop | |
436 end | |
437 %%EndProlog | |
438 gnudict begin | |
439 gsave | |
440 doclip | |
441 50 50 translate | |
442 0.050 0.050 scale | |
443 0 setgray | |
444 newpath | |
445 (Helvetica) findfont 140 scalefont setfont | |
446 1.000 UL | |
447 LTb | |
448 518 448 M | |
449 63 0 V | |
450 6366 0 R | |
451 -63 0 V | |
452 434 448 M | |
453 ( 0) Rshow | |
454 1.000 UL | |
455 LTb | |
456 518 1080 M | |
457 63 0 V | |
458 6366 0 R | |
459 -63 0 V | |
460 -6450 0 R | |
461 ( 1) Rshow | |
462 1.000 UL | |
463 LTb | |
464 518 1712 M | |
465 63 0 V | |
466 6366 0 R | |
467 -63 0 V | |
468 -6450 0 R | |
469 ( 2) Rshow | |
470 1.000 UL | |
471 LTb | |
472 518 2344 M | |
473 63 0 V | |
474 6366 0 R | |
475 -63 0 V | |
476 -6450 0 R | |
477 ( 3) Rshow | |
478 1.000 UL | |
479 LTb | |
480 518 2975 M | |
481 63 0 V | |
482 6366 0 R | |
483 -63 0 V | |
484 -6450 0 R | |
485 ( 4) Rshow | |
486 1.000 UL | |
487 LTb | |
488 518 3607 M | |
489 63 0 V | |
490 6366 0 R | |
491 -63 0 V | |
492 -6450 0 R | |
493 ( 5) Rshow | |
494 1.000 UL | |
495 LTb | |
496 518 4239 M | |
497 63 0 V | |
498 6366 0 R | |
499 -63 0 V | |
500 -6450 0 R | |
501 ( 6) Rshow | |
502 1.000 UL | |
503 LTb | |
504 518 4871 M | |
505 63 0 V | |
506 6366 0 R | |
507 -63 0 V | |
508 -6450 0 R | |
509 ( 7) Rshow | |
510 1.000 UL | |
511 LTb | |
512 518 448 M | |
513 0 63 V | |
514 0 4360 R | |
515 0 -63 V | |
516 518 308 M | |
517 ( 1) Cshow | |
518 1.000 UL | |
519 LTb | |
520 1804 448 M | |
521 0 63 V | |
522 0 4360 R | |
523 0 -63 V | |
524 0 -4500 R | |
525 ( 2) Cshow | |
526 1.000 UL | |
527 LTb | |
528 3090 448 M | |
529 0 63 V | |
530 0 4360 R | |
531 0 -63 V | |
532 0 -4500 R | |
533 ( 3) Cshow | |
534 1.000 UL | |
535 LTb | |
536 4375 448 M | |
537 0 63 V | |
538 0 4360 R | |
539 0 -63 V | |
540 0 -4500 R | |
541 ( 4) Cshow | |
542 1.000 UL | |
543 LTb | |
544 5661 448 M | |
545 0 63 V | |
546 0 4360 R | |
547 0 -63 V | |
548 0 -4500 R | |
549 ( 5) Cshow | |
550 1.000 UL | |
551 LTb | |
552 6947 448 M | |
553 0 63 V | |
554 0 4360 R | |
555 0 -63 V | |
556 0 -4500 R | |
557 ( 6) Cshow | |
558 1.000 UL | |
559 LTb | |
560 1.000 UL | |
561 LTb | |
562 518 4871 N | |
563 518 448 L | |
564 6429 0 V | |
565 0 4423 V | |
566 -6429 0 V | |
567 Z stroke | |
568 LCb setrgbcolor | |
569 112 2659 M | |
570 currentpoint gsave translate -270 rotate 0 0 M | |
571 (time[s]) Cshow | |
572 grestore | |
573 LTb | |
574 LCb setrgbcolor | |
575 3732 98 M | |
576 (Number of Processors) Cshow | |
577 LTb | |
578 1.000 UP | |
579 1.000 UL | |
580 LTb | |
581 % Begin plot #1 | |
582 1.000 UL | |
583 LT0 | |
584 LCb setrgbcolor | |
585 6296 4738 M | |
586 (Word Count\(PS3\)) Rshow | |
587 LT0 | |
588 6380 4738 M | |
589 399 0 V | |
590 518 1763 M | |
591 1804 1366 L | |
592 3090 1244 L | |
593 1285 -7 V | |
594 1286 12 V | |
595 1286 -7 V | |
596 % End plot #1 | |
597 % Begin plot #2 | |
598 stroke | |
599 LT1 | |
600 LCb setrgbcolor | |
601 6296 4598 M | |
602 (Sort\(PS3\)) Rshow | |
603 LT1 | |
604 6380 4598 M | |
605 399 0 V | |
606 518 4393 M | |
607 1804 2441 L | |
608 3090 1797 L | |
609 4375 1472 L | |
610 5661 1278 L | |
611 6947 1150 L | |
612 % End plot #2 | |
613 % Begin plot #3 | |
614 stroke | |
615 LT2 | |
616 LCb setrgbcolor | |
617 6296 4458 M | |
618 (Prime Counter\(PS3\)) Rshow | |
619 LT2 | |
620 6380 4458 M | |
621 399 0 V | |
622 518 2522 M | |
623 1804 1513 L | |
624 3090 1164 L | |
625 4375 1006 L | |
626 5661 900 L | |
627 6947 830 L | |
628 % End plot #3 | |
629 stroke | |
630 LTb | |
631 518 4871 N | |
632 518 448 L | |
633 6429 0 V | |
634 0 4423 V | |
635 -6429 0 V | |
636 Z stroke | |
637 1.000 UP | |
638 1.000 UL | |
639 LTb | |
640 stroke | |
641 grestore | |
642 end | |
643 showpage | |
644 %%Trailer | |
645 %%DocumentFonts: Helvetica |