Mercurial > hg > Members > shoshi > 3Q > srl20110114
comparison eps/corei7_read.eps @ 0:33ef50590b20 default tip
hg init
author | shoshi |
---|---|
date | Fri, 14 Jan 2011 11:12:27 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:33ef50590b20 |
---|---|
1 %!PS-Adobe-2.0 EPSF-2.0 | |
2 %%Title: corei7_read.eps | |
3 %%Creator: gnuplot 4.4 patchlevel 0 | |
4 %%CreationDate: Mon Sep 13 00:49:41 2010 | |
5 %%DocumentFonts: (atend) | |
6 %%BoundingBox: 50 50 194 150 | |
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 true 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 (corei7_read.eps) | |
48 /Subject (gnuplot plot) | |
49 /Creator (gnuplot 4.4 patchlevel 0) | |
50 /Author (suika6039) | |
51 % /Producer (gnuplot) | |
52 % /Keywords () | |
53 /CreationDate (Mon Sep 13 00:49:41 2010) | |
54 /DOCINFO pdfmark | |
55 end | |
56 } ifelse | |
57 /doclip { | |
58 ClipToBoundingBox { | |
59 newpath 50 50 moveto 194 50 lineto 194 150 lineto 50 150 lineto closepath | |
60 clip | |
61 } if | |
62 } def | |
63 % | |
64 % Gnuplot Prolog Version 4.4 (January 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 /Gshow {show} def % May be redefined later in the file to support UTF-8 | |
77 /vpt2 vpt 2 mul def | |
78 /hpt2 hpt 2 mul def | |
79 /Lshow {currentpoint stroke M 0 vshift R | |
80 Blacktext {gsave 0 setgray show grestore} {show} ifelse} def | |
81 /Rshow {currentpoint stroke M dup stringwidth pop neg vshift R | |
82 Blacktext {gsave 0 setgray show grestore} {show} ifelse} def | |
83 /Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R | |
84 Blacktext {gsave 0 setgray show grestore} {show} ifelse} def | |
85 /UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def | |
86 /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def | |
87 /DL {Color {setrgbcolor Solid {pop []} if 0 setdash} | |
88 {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def | |
89 /BL {stroke userlinewidth 2 mul setlinewidth | |
90 Rounded {1 setlinejoin 1 setlinecap} if} def | |
91 /AL {stroke userlinewidth 2 div setlinewidth | |
92 Rounded {1 setlinejoin 1 setlinecap} if} def | |
93 /UL {dup gnulinewidth mul /userlinewidth exch def | |
94 dup 1 lt {pop 1} if 10 mul /udl exch def} def | |
95 /PL {stroke userlinewidth setlinewidth | |
96 Rounded {1 setlinejoin 1 setlinecap} if} def | |
97 % Default Line colors | |
98 /LCw {1 1 1} def | |
99 /LCb {0 0 0} def | |
100 /LCa {0 0 0} def | |
101 /LC0 {1 0 0} def | |
102 /LC1 {0 1 0} def | |
103 /LC2 {0 0 1} def | |
104 /LC3 {1 0 1} def | |
105 /LC4 {0 1 1} def | |
106 /LC5 {1 1 0} def | |
107 /LC6 {0 0 0} def | |
108 /LC7 {1 0.3 0} def | |
109 /LC8 {0.5 0.5 0.5} def | |
110 % Default Line Types | |
111 /LTw {PL [] 1 setgray} def | |
112 /LTb {BL [] LCb DL} def | |
113 /LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def | |
114 /LT0 {PL [] LC0 DL} def | |
115 /LT1 {PL [4 dl1 2 dl2] LC1 DL} def | |
116 /LT2 {PL [2 dl1 3 dl2] LC2 DL} def | |
117 /LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def | |
118 /LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def | |
119 /LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def | |
120 /LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def | |
121 /LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def | |
122 /LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def | |
123 /Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def | |
124 /Dia {stroke [] 0 setdash 2 copy vpt add M | |
125 hpt neg vpt neg V hpt vpt neg V | |
126 hpt vpt V hpt neg vpt V closepath stroke | |
127 Pnt} def | |
128 /Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V | |
129 currentpoint stroke M | |
130 hpt neg vpt neg R hpt2 0 V stroke | |
131 } def | |
132 /Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M | |
133 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
134 hpt2 neg 0 V closepath stroke | |
135 Pnt} def | |
136 /Crs {stroke [] 0 setdash exch hpt sub exch vpt add M | |
137 hpt2 vpt2 neg V currentpoint stroke M | |
138 hpt2 neg 0 R hpt2 vpt2 V stroke} def | |
139 /TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M | |
140 hpt neg vpt -1.62 mul V | |
141 hpt 2 mul 0 V | |
142 hpt neg vpt 1.62 mul V closepath stroke | |
143 Pnt} def | |
144 /Star {2 copy Pls Crs} def | |
145 /BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M | |
146 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
147 hpt2 neg 0 V closepath fill} def | |
148 /TriUF {stroke [] 0 setdash vpt 1.12 mul add M | |
149 hpt neg vpt -1.62 mul V | |
150 hpt 2 mul 0 V | |
151 hpt neg vpt 1.62 mul V closepath fill} def | |
152 /TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M | |
153 hpt neg vpt 1.62 mul V | |
154 hpt 2 mul 0 V | |
155 hpt neg vpt -1.62 mul V closepath stroke | |
156 Pnt} def | |
157 /TriDF {stroke [] 0 setdash vpt 1.12 mul sub M | |
158 hpt neg vpt 1.62 mul V | |
159 hpt 2 mul 0 V | |
160 hpt neg vpt -1.62 mul V closepath fill} def | |
161 /DiaF {stroke [] 0 setdash vpt add M | |
162 hpt neg vpt neg V hpt vpt neg V | |
163 hpt vpt V hpt neg vpt V closepath fill} def | |
164 /Pent {stroke [] 0 setdash 2 copy gsave | |
165 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
166 closepath stroke grestore Pnt} def | |
167 /PentF {stroke [] 0 setdash gsave | |
168 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
169 closepath fill grestore} def | |
170 /Circle {stroke [] 0 setdash 2 copy | |
171 hpt 0 360 arc stroke Pnt} def | |
172 /CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def | |
173 /C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def | |
174 /C1 {BL [] 0 setdash 2 copy moveto | |
175 2 copy vpt 0 90 arc closepath fill | |
176 vpt 0 360 arc closepath} bind def | |
177 /C2 {BL [] 0 setdash 2 copy moveto | |
178 2 copy vpt 90 180 arc closepath fill | |
179 vpt 0 360 arc closepath} bind def | |
180 /C3 {BL [] 0 setdash 2 copy moveto | |
181 2 copy vpt 0 180 arc closepath fill | |
182 vpt 0 360 arc closepath} bind def | |
183 /C4 {BL [] 0 setdash 2 copy moveto | |
184 2 copy vpt 180 270 arc closepath fill | |
185 vpt 0 360 arc closepath} bind def | |
186 /C5 {BL [] 0 setdash 2 copy moveto | |
187 2 copy vpt 0 90 arc | |
188 2 copy moveto | |
189 2 copy vpt 180 270 arc closepath fill | |
190 vpt 0 360 arc} bind def | |
191 /C6 {BL [] 0 setdash 2 copy moveto | |
192 2 copy vpt 90 270 arc closepath fill | |
193 vpt 0 360 arc closepath} bind def | |
194 /C7 {BL [] 0 setdash 2 copy moveto | |
195 2 copy vpt 0 270 arc closepath fill | |
196 vpt 0 360 arc closepath} bind def | |
197 /C8 {BL [] 0 setdash 2 copy moveto | |
198 2 copy vpt 270 360 arc closepath fill | |
199 vpt 0 360 arc closepath} bind def | |
200 /C9 {BL [] 0 setdash 2 copy moveto | |
201 2 copy vpt 270 450 arc closepath fill | |
202 vpt 0 360 arc closepath} bind def | |
203 /C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill | |
204 2 copy moveto | |
205 2 copy vpt 90 180 arc closepath fill | |
206 vpt 0 360 arc closepath} bind def | |
207 /C11 {BL [] 0 setdash 2 copy moveto | |
208 2 copy vpt 0 180 arc closepath fill | |
209 2 copy moveto | |
210 2 copy vpt 270 360 arc closepath fill | |
211 vpt 0 360 arc closepath} bind def | |
212 /C12 {BL [] 0 setdash 2 copy moveto | |
213 2 copy vpt 180 360 arc closepath fill | |
214 vpt 0 360 arc closepath} bind def | |
215 /C13 {BL [] 0 setdash 2 copy moveto | |
216 2 copy vpt 0 90 arc closepath fill | |
217 2 copy moveto | |
218 2 copy vpt 180 360 arc closepath fill | |
219 vpt 0 360 arc closepath} bind def | |
220 /C14 {BL [] 0 setdash 2 copy moveto | |
221 2 copy vpt 90 360 arc closepath fill | |
222 vpt 0 360 arc} bind def | |
223 /C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill | |
224 vpt 0 360 arc closepath} bind def | |
225 /Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto | |
226 neg 0 rlineto closepath} bind def | |
227 /Square {dup Rec} bind def | |
228 /Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def | |
229 /S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def | |
230 /S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def | |
231 /S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def | |
232 /S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def | |
233 /S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def | |
234 /S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill | |
235 exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def | |
236 /S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def | |
237 /S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill | |
238 2 copy vpt Square fill Bsquare} bind def | |
239 /S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def | |
240 /S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def | |
241 /S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill | |
242 Bsquare} bind def | |
243 /S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill | |
244 Bsquare} bind def | |
245 /S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def | |
246 /S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill | |
247 2 copy vpt Square fill Bsquare} bind def | |
248 /S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill | |
249 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def | |
250 /S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def | |
251 /D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def | |
252 /D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def | |
253 /D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def | |
254 /D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def | |
255 /D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def | |
256 /D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def | |
257 /D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def | |
258 /D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def | |
259 /D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def | |
260 /D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def | |
261 /D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def | |
262 /D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def | |
263 /D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def | |
264 /D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def | |
265 /D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def | |
266 /D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def | |
267 /DiaE {stroke [] 0 setdash vpt add M | |
268 hpt neg vpt neg V hpt vpt neg V | |
269 hpt vpt V hpt neg vpt V closepath stroke} def | |
270 /BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M | |
271 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
272 hpt2 neg 0 V closepath stroke} def | |
273 /TriUE {stroke [] 0 setdash vpt 1.12 mul add M | |
274 hpt neg vpt -1.62 mul V | |
275 hpt 2 mul 0 V | |
276 hpt neg vpt 1.62 mul V closepath stroke} def | |
277 /TriDE {stroke [] 0 setdash vpt 1.12 mul sub M | |
278 hpt neg vpt 1.62 mul V | |
279 hpt 2 mul 0 V | |
280 hpt neg vpt -1.62 mul V closepath stroke} def | |
281 /PentE {stroke [] 0 setdash gsave | |
282 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
283 closepath stroke grestore} def | |
284 /CircE {stroke [] 0 setdash | |
285 hpt 0 360 arc stroke} def | |
286 /Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def | |
287 /DiaW {stroke [] 0 setdash vpt add M | |
288 hpt neg vpt neg V hpt vpt neg V | |
289 hpt vpt V hpt neg vpt V Opaque stroke} def | |
290 /BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M | |
291 0 vpt2 neg V hpt2 0 V 0 vpt2 V | |
292 hpt2 neg 0 V Opaque stroke} def | |
293 /TriUW {stroke [] 0 setdash vpt 1.12 mul add M | |
294 hpt neg vpt -1.62 mul V | |
295 hpt 2 mul 0 V | |
296 hpt neg vpt 1.62 mul V Opaque stroke} def | |
297 /TriDW {stroke [] 0 setdash vpt 1.12 mul sub M | |
298 hpt neg vpt 1.62 mul V | |
299 hpt 2 mul 0 V | |
300 hpt neg vpt -1.62 mul V Opaque stroke} def | |
301 /PentW {stroke [] 0 setdash gsave | |
302 translate 0 hpt M 4 {72 rotate 0 hpt L} repeat | |
303 Opaque stroke grestore} def | |
304 /CircW {stroke [] 0 setdash | |
305 hpt 0 360 arc Opaque stroke} def | |
306 /BoxFill {gsave Rec 1 setgray fill grestore} def | |
307 /Density { | |
308 /Fillden exch def | |
309 currentrgbcolor | |
310 /ColB exch def /ColG exch def /ColR exch def | |
311 /ColR ColR Fillden mul Fillden sub 1 add def | |
312 /ColG ColG Fillden mul Fillden sub 1 add def | |
313 /ColB ColB Fillden mul Fillden sub 1 add def | |
314 ColR ColG ColB setrgbcolor} def | |
315 /BoxColFill {gsave Rec PolyFill} def | |
316 /PolyFill {gsave Density fill grestore grestore} def | |
317 /h {rlineto rlineto rlineto gsave closepath fill grestore} bind def | |
318 % | |
319 % PostScript Level 1 Pattern Fill routine for rectangles | |
320 % Usage: x y w h s a XX PatternFill | |
321 % x,y = lower left corner of box to be filled | |
322 % w,h = width and height of box | |
323 % a = angle in degrees between lines and x-axis | |
324 % XX = 0/1 for no/yes cross-hatch | |
325 % | |
326 /PatternFill {gsave /PFa [ 9 2 roll ] def | |
327 PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate | |
328 PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec | |
329 gsave 1 setgray fill grestore clip | |
330 currentlinewidth 0.5 mul setlinewidth | |
331 /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def | |
332 0 0 M PFa 5 get rotate PFs -2 div dup translate | |
333 0 1 PFs PFa 4 get div 1 add floor cvi | |
334 {PFa 4 get mul 0 M 0 PFs V} for | |
335 0 PFa 6 get ne { | |
336 0 1 PFs PFa 4 get div 1 add floor cvi | |
337 {PFa 4 get mul 0 2 1 roll M PFs 0 V} for | |
338 } if | |
339 stroke grestore} def | |
340 % | |
341 /languagelevel where | |
342 {pop languagelevel} {1} ifelse | |
343 2 lt | |
344 {/InterpretLevel1 true def} | |
345 {/InterpretLevel1 Level1 def} | |
346 ifelse | |
347 % | |
348 % PostScript level 2 pattern fill definitions | |
349 % | |
350 /Level2PatternFill { | |
351 /Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8} | |
352 bind def | |
353 /KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def | |
354 << Tile8x8 | |
355 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} | |
356 >> matrix makepattern | |
357 /Pat1 exch def | |
358 << Tile8x8 | |
359 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke | |
360 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke} | |
361 >> matrix makepattern | |
362 /Pat2 exch def | |
363 << Tile8x8 | |
364 /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L | |
365 8 8 L 8 0 L 0 0 L fill} | |
366 >> matrix makepattern | |
367 /Pat3 exch def | |
368 << Tile8x8 | |
369 /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L | |
370 0 12 M 12 0 L stroke} | |
371 >> matrix makepattern | |
372 /Pat4 exch def | |
373 << Tile8x8 | |
374 /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L | |
375 0 -4 M 12 8 L stroke} | |
376 >> matrix makepattern | |
377 /Pat5 exch def | |
378 << Tile8x8 | |
379 /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L | |
380 0 12 M 8 -4 L 4 12 M 10 0 L stroke} | |
381 >> matrix makepattern | |
382 /Pat6 exch def | |
383 << Tile8x8 | |
384 /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L | |
385 0 -4 M 8 12 L 4 -4 M 10 8 L stroke} | |
386 >> matrix makepattern | |
387 /Pat7 exch def | |
388 << Tile8x8 | |
389 /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L | |
390 12 0 M -4 8 L 12 4 M 0 10 L stroke} | |
391 >> matrix makepattern | |
392 /Pat8 exch def | |
393 << Tile8x8 | |
394 /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L | |
395 -4 0 M 12 8 L -4 4 M 8 10 L stroke} | |
396 >> matrix makepattern | |
397 /Pat9 exch def | |
398 /Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def | |
399 /Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def | |
400 /Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def | |
401 /Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def | |
402 /Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def | |
403 /Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def | |
404 /Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def | |
405 } def | |
406 % | |
407 % | |
408 %End of PostScript Level 2 code | |
409 % | |
410 /PatternBgnd { | |
411 TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse | |
412 } def | |
413 % | |
414 % Substitute for Level 2 pattern fill codes with | |
415 % grayscale if Level 2 support is not selected. | |
416 % | |
417 /Level1PatternFill { | |
418 /Pattern1 {0.250 Density} bind def | |
419 /Pattern2 {0.500 Density} bind def | |
420 /Pattern3 {0.750 Density} bind def | |
421 /Pattern4 {0.125 Density} bind def | |
422 /Pattern5 {0.375 Density} bind def | |
423 /Pattern6 {0.625 Density} bind def | |
424 /Pattern7 {0.875 Density} bind def | |
425 } def | |
426 % | |
427 % Now test for support of Level 2 code | |
428 % | |
429 Level1 {Level1PatternFill} {Level2PatternFill} ifelse | |
430 % | |
431 /Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont | |
432 dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall | |
433 currentdict end definefont pop | |
434 /MFshow { | |
435 { dup 5 get 3 ge | |
436 { 5 get 3 eq {gsave} {grestore} ifelse } | |
437 {dup dup 0 get findfont exch 1 get scalefont setfont | |
438 [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 | |
439 get exch 4 get {Gshow} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq | |
440 {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 | |
441 get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div | |
442 dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get | |
443 show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop | |
444 pop aload pop M} ifelse }ifelse }ifelse } | |
445 ifelse } | |
446 forall} def | |
447 /Gswidth {dup type /stringtype eq {stringwidth} {pop (n) stringwidth} ifelse} def | |
448 /MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } | |
449 {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont | |
450 6 get Gswidth pop add} {pop} ifelse} ifelse} forall} def | |
451 /MLshow { currentpoint stroke M | |
452 0 exch R | |
453 Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def | |
454 /MRshow { currentpoint stroke M | |
455 exch dup MFwidth neg 3 -1 roll R | |
456 Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def | |
457 /MCshow { currentpoint stroke M | |
458 exch dup MFwidth -2 div 3 -1 roll R | |
459 Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def | |
460 /XYsave { [( ) 1 2 true false 3 ()] } bind def | |
461 /XYrestore { [( ) 1 2 true false 4 ()] } bind def | |
462 end | |
463 %%EndProlog | |
464 gnudict begin | |
465 gsave | |
466 doclip | |
467 50 50 translate | |
468 0.050 0.050 scale | |
469 0 setgray | |
470 newpath | |
471 (Helvetica) findfont 140 scalefont setfont | |
472 1.000 UL | |
473 LTb | |
474 686 448 M | |
475 63 0 V | |
476 1920 0 R | |
477 -63 0 V | |
478 stroke | |
479 602 448 M | |
480 [ [(Helvetica) 140.0 0.0 true true 0 ( 0)] | |
481 ] -46.7 MRshow | |
482 1.000 UL | |
483 LTb | |
484 686 623 M | |
485 63 0 V | |
486 1920 0 R | |
487 -63 0 V | |
488 stroke | |
489 602 623 M | |
490 [ [(Helvetica) 140.0 0.0 true true 0 ( 10)] | |
491 ] -46.7 MRshow | |
492 1.000 UL | |
493 LTb | |
494 686 798 M | |
495 63 0 V | |
496 1920 0 R | |
497 -63 0 V | |
498 stroke | |
499 602 798 M | |
500 [ [(Helvetica) 140.0 0.0 true true 0 ( 20)] | |
501 ] -46.7 MRshow | |
502 1.000 UL | |
503 LTb | |
504 686 973 M | |
505 63 0 V | |
506 1920 0 R | |
507 -63 0 V | |
508 stroke | |
509 602 973 M | |
510 [ [(Helvetica) 140.0 0.0 true true 0 ( 30)] | |
511 ] -46.7 MRshow | |
512 1.000 UL | |
513 LTb | |
514 686 1148 M | |
515 63 0 V | |
516 1920 0 R | |
517 -63 0 V | |
518 stroke | |
519 602 1148 M | |
520 [ [(Helvetica) 140.0 0.0 true true 0 ( 40)] | |
521 ] -46.7 MRshow | |
522 1.000 UL | |
523 LTb | |
524 686 1323 M | |
525 63 0 V | |
526 1920 0 R | |
527 -63 0 V | |
528 stroke | |
529 602 1323 M | |
530 [ [(Helvetica) 140.0 0.0 true true 0 ( 50)] | |
531 ] -46.7 MRshow | |
532 1.000 UL | |
533 LTb | |
534 686 1498 M | |
535 63 0 V | |
536 1920 0 R | |
537 -63 0 V | |
538 stroke | |
539 602 1498 M | |
540 [ [(Helvetica) 140.0 0.0 true true 0 ( 60)] | |
541 ] -46.7 MRshow | |
542 1.000 UL | |
543 LTb | |
544 686 1673 M | |
545 63 0 V | |
546 1920 0 R | |
547 -63 0 V | |
548 stroke | |
549 602 1673 M | |
550 [ [(Helvetica) 140.0 0.0 true true 0 ( 70)] | |
551 ] -46.7 MRshow | |
552 1.000 UL | |
553 LTb | |
554 686 1848 M | |
555 63 0 V | |
556 1920 0 R | |
557 -63 0 V | |
558 stroke | |
559 602 1848 M | |
560 [ [(Helvetica) 140.0 0.0 true true 0 ( 80)] | |
561 ] -46.7 MRshow | |
562 1.000 UL | |
563 LTb | |
564 912 448 M | |
565 0 63 V | |
566 0 1337 R | |
567 0 -63 V | |
568 stroke | |
569 912 308 M | |
570 [ [(Helvetica) 140.0 0.0 true true 0 ( 10)] | |
571 ] -46.7 MCshow | |
572 1.000 UL | |
573 LTb | |
574 1163 448 M | |
575 0 63 V | |
576 0 1337 R | |
577 0 -63 V | |
578 stroke | |
579 1163 308 M | |
580 [ [(Helvetica) 140.0 0.0 true true 0 ( 20)] | |
581 ] -46.7 MCshow | |
582 1.000 UL | |
583 LTb | |
584 1414 448 M | |
585 0 63 V | |
586 0 1337 R | |
587 0 -63 V | |
588 stroke | |
589 1414 308 M | |
590 [ [(Helvetica) 140.0 0.0 true true 0 ( 30)] | |
591 ] -46.7 MCshow | |
592 1.000 UL | |
593 LTb | |
594 1665 448 M | |
595 0 63 V | |
596 0 1337 R | |
597 0 -63 V | |
598 stroke | |
599 1665 308 M | |
600 [ [(Helvetica) 140.0 0.0 true true 0 ( 40)] | |
601 ] -46.7 MCshow | |
602 1.000 UL | |
603 LTb | |
604 1916 448 M | |
605 0 63 V | |
606 0 1337 R | |
607 0 -63 V | |
608 stroke | |
609 1916 308 M | |
610 [ [(Helvetica) 140.0 0.0 true true 0 ( 50)] | |
611 ] -46.7 MCshow | |
612 1.000 UL | |
613 LTb | |
614 2167 448 M | |
615 0 63 V | |
616 0 1337 R | |
617 0 -63 V | |
618 stroke | |
619 2167 308 M | |
620 [ [(Helvetica) 140.0 0.0 true true 0 ( 60)] | |
621 ] -46.7 MCshow | |
622 1.000 UL | |
623 LTb | |
624 2418 448 M | |
625 0 63 V | |
626 0 1337 R | |
627 0 -63 V | |
628 stroke | |
629 2418 308 M | |
630 [ [(Helvetica) 140.0 0.0 true true 0 ( 70)] | |
631 ] -46.7 MCshow | |
632 1.000 UL | |
633 LTb | |
634 2669 448 M | |
635 0 63 V | |
636 0 1337 R | |
637 0 -63 V | |
638 stroke | |
639 2669 308 M | |
640 [ [(Helvetica) 140.0 0.0 true true 0 ( 80)] | |
641 ] -46.7 MCshow | |
642 1.000 UL | |
643 LTb | |
644 1.000 UL | |
645 LTb | |
646 686 1848 N | |
647 686 448 L | |
648 1983 0 V | |
649 0 1400 V | |
650 -1983 0 V | |
651 Z stroke | |
652 LCb setrgbcolor | |
653 196 1148 M | |
654 currentpoint gsave translate -270 rotate 0 0 moveto | |
655 [ [(Helvetica) 140.0 0.0 true true 0 (Average Time)] | |
656 ] -46.7 MCshow | |
657 grestore | |
658 LTb | |
659 LCb setrgbcolor | |
660 1677 98 M | |
661 [ [(Helvetica) 140.0 0.0 true true 0 (Client Nodes)] | |
662 ] -46.7 MCshow | |
663 LTb | |
664 1.000 UP | |
665 1.000 UL | |
666 LTb | |
667 % Begin plot #1 | |
668 1.000 UP | |
669 1.000 UL | |
670 LT0 | |
671 LCb setrgbcolor | |
672 2018 1715 M | |
673 [ [(Helvetica) 140.0 0.0 true true 0 (Cassandra)] | |
674 ] -46.7 MRshow | |
675 LT0 | |
676 2102 1715 M | |
677 399 0 V | |
678 686 668 M | |
679 100 10 V | |
680 126 1 V | |
681 125 15 V | |
682 126 0 V | |
683 125 4 V | |
684 126 5 V | |
685 125 10 V | |
686 126 10 V | |
687 125 7 V | |
688 126 2 V | |
689 125 2 V | |
690 126 -8 V | |
691 125 3 V | |
692 126 4 V | |
693 125 6 V | |
694 126 9 V | |
695 686 668 Pls | |
696 786 678 Pls | |
697 912 679 Pls | |
698 1037 694 Pls | |
699 1163 694 Pls | |
700 1288 698 Pls | |
701 1414 703 Pls | |
702 1539 713 Pls | |
703 1665 723 Pls | |
704 1790 730 Pls | |
705 1916 732 Pls | |
706 2041 734 Pls | |
707 2167 726 Pls | |
708 2292 729 Pls | |
709 2418 733 Pls | |
710 2543 739 Pls | |
711 2669 748 Pls | |
712 2301 1715 Pls | |
713 % End plot #1 | |
714 % Begin plot #2 | |
715 1.000 UP | |
716 1.000 UL | |
717 LT1 | |
718 LCb setrgbcolor | |
719 2018 1575 M | |
720 [ [(Helvetica) 140.0 0.0 true true 0 (MySQL)] | |
721 ] -46.7 MRshow | |
722 LT1 | |
723 2102 1575 M | |
724 399 0 V | |
725 686 518 M | |
726 100 5 V | |
727 126 -3 V | |
728 125 15 V | |
729 126 4 V | |
730 125 19 V | |
731 126 21 V | |
732 125 22 V | |
733 126 22 V | |
734 125 22 V | |
735 126 27 V | |
736 125 17 V | |
737 126 23 V | |
738 125 22 V | |
739 126 24 V | |
740 125 21 V | |
741 126 23 V | |
742 686 518 Crs | |
743 786 523 Crs | |
744 912 520 Crs | |
745 1037 535 Crs | |
746 1163 539 Crs | |
747 1288 558 Crs | |
748 1414 579 Crs | |
749 1539 601 Crs | |
750 1665 623 Crs | |
751 1790 645 Crs | |
752 1916 672 Crs | |
753 2041 689 Crs | |
754 2167 712 Crs | |
755 2292 734 Crs | |
756 2418 758 Crs | |
757 2543 779 Crs | |
758 2669 802 Crs | |
759 2301 1575 Crs | |
760 % End plot #2 | |
761 1.000 UL | |
762 LTb | |
763 686 1848 N | |
764 686 448 L | |
765 1983 0 V | |
766 0 1400 V | |
767 -1983 0 V | |
768 Z stroke | |
769 1.000 UP | |
770 1.000 UL | |
771 LTb | |
772 stroke | |
773 grestore | |
774 end | |
775 showpage | |
776 %%Trailer | |
777 %%DocumentFonts: Helvetica |