]> AND Private Git Repository - GMRES2stage.git/blob - IJHPCN/snes_ex14.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
b65da7b2a7e93f518c2570dd1de99ffc531afba5
[GMRES2stage.git] / IJHPCN / snes_ex14.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: snes_ex14.eps
3 %%Creator: gnuplot 4.6 patchlevel 0
4 %%CreationDate: Tue Sep 22 18:21:09 2015
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 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 /SuppressPDFMark false def
24 /TransparentPatterns false def
25 /gnulinewidth 5.000 def
26 /userlinewidth gnulinewidth def
27 /Gamma 1.0 def
28 /BackgroundColor {-1.000 -1.000 -1.000} def
29 %
30 /vshift -46 def
31 /dl1 {
32   10.0 Dashlength mul mul
33   Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
34 } def
35 /dl2 {
36   10.0 Dashlength mul mul
37   Rounded { currentlinewidth 0.75 mul add } if
38 } def
39 /hpt_ 31.5 def
40 /vpt_ 31.5 def
41 /hpt hpt_ def
42 /vpt vpt_ def
43 /doclip {
44   ClipToBoundingBox {
45     newpath 50 50 moveto 410 50 lineto 410 302 lineto 50 302 lineto closepath
46     clip
47   } if
48 } def
49 %
50 % Gnuplot Prolog Version 4.4 (August 2010)
51 %
52 %/SuppressPDFMark true def
53 %
54 /M {moveto} bind def
55 /L {lineto} bind def
56 /R {rmoveto} bind def
57 /V {rlineto} bind def
58 /N {newpath moveto} bind def
59 /Z {closepath} bind def
60 /C {setrgbcolor} bind def
61 /f {rlineto fill} bind def
62 /g {setgray} bind def
63 /Gshow {show} def   % May be redefined later in the file to support UTF-8
64 /vpt2 vpt 2 mul def
65 /hpt2 hpt 2 mul def
66 /Lshow {currentpoint stroke M 0 vshift R 
67         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
68 /Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
69         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
70 /Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
71         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
72 /UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
73   /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
74 /DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
75  {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
76 /BL {stroke userlinewidth 2 mul setlinewidth
77         Rounded {1 setlinejoin 1 setlinecap} if} def
78 /AL {stroke userlinewidth 2 div setlinewidth
79         Rounded {1 setlinejoin 1 setlinecap} if} def
80 /UL {dup gnulinewidth mul /userlinewidth exch def
81         dup 1 lt {pop 1} if 10 mul /udl exch def} def
82 /PL {stroke userlinewidth setlinewidth
83         Rounded {1 setlinejoin 1 setlinecap} if} def
84 3.8 setmiterlimit
85 % Default Line colors
86 /LCw {1 1 1} def
87 /LCb {0 0 0} def
88 /LCa {0 0 0} def
89 /LC0 {1 0 0} def
90 /LC1 {0 1 0} def
91 /LC2 {0 0 1} def
92 /LC3 {1 0 1} def
93 /LC4 {0 1 1} def
94 /LC5 {1 1 0} def
95 /LC6 {0 0 0} def
96 /LC7 {1 0.3 0} def
97 /LC8 {0.5 0.5 0.5} def
98 % Default Line Types
99 /LTw {PL [] 1 setgray} def
100 /LTb {BL [] LCb DL} def
101 /LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
102 /LT0 {PL [] LC0 DL} def
103 /LT1 {PL [4 dl1 2 dl2] LC1 DL} def
104 /LT2 {PL [2 dl1 3 dl2] LC2 DL} def
105 /LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
106 /LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
107 /LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
108 /LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
109 /LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
110 /LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
111 /Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
112 /Dia {stroke [] 0 setdash 2 copy vpt add M
113   hpt neg vpt neg V hpt vpt neg V
114   hpt vpt V hpt neg vpt V closepath stroke
115   Pnt} def
116 /Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
117   currentpoint stroke M
118   hpt neg vpt neg R hpt2 0 V stroke
119  } def
120 /Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
121   0 vpt2 neg V hpt2 0 V 0 vpt2 V
122   hpt2 neg 0 V closepath stroke
123   Pnt} def
124 /Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
125   hpt2 vpt2 neg V currentpoint stroke M
126   hpt2 neg 0 R hpt2 vpt2 V stroke} def
127 /TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
128   hpt neg vpt -1.62 mul V
129   hpt 2 mul 0 V
130   hpt neg vpt 1.62 mul V closepath stroke
131   Pnt} def
132 /Star {2 copy Pls Crs} def
133 /BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
134   0 vpt2 neg V hpt2 0 V 0 vpt2 V
135   hpt2 neg 0 V closepath fill} def
136 /TriUF {stroke [] 0 setdash vpt 1.12 mul add M
137   hpt neg vpt -1.62 mul V
138   hpt 2 mul 0 V
139   hpt neg vpt 1.62 mul V closepath fill} def
140 /TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
141   hpt neg vpt 1.62 mul V
142   hpt 2 mul 0 V
143   hpt neg vpt -1.62 mul V closepath stroke
144   Pnt} def
145 /TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
146   hpt neg vpt 1.62 mul V
147   hpt 2 mul 0 V
148   hpt neg vpt -1.62 mul V closepath fill} def
149 /DiaF {stroke [] 0 setdash vpt add M
150   hpt neg vpt neg V hpt vpt neg V
151   hpt vpt V hpt neg vpt V closepath fill} def
152 /Pent {stroke [] 0 setdash 2 copy gsave
153   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
154   closepath stroke grestore Pnt} def
155 /PentF {stroke [] 0 setdash gsave
156   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
157   closepath fill grestore} def
158 /Circle {stroke [] 0 setdash 2 copy
159   hpt 0 360 arc stroke Pnt} def
160 /CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
161 /C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
162 /C1 {BL [] 0 setdash 2 copy moveto
163         2 copy vpt 0 90 arc closepath fill
164         vpt 0 360 arc closepath} bind def
165 /C2 {BL [] 0 setdash 2 copy moveto
166         2 copy vpt 90 180 arc closepath fill
167         vpt 0 360 arc closepath} bind def
168 /C3 {BL [] 0 setdash 2 copy moveto
169         2 copy vpt 0 180 arc closepath fill
170         vpt 0 360 arc closepath} bind def
171 /C4 {BL [] 0 setdash 2 copy moveto
172         2 copy vpt 180 270 arc closepath fill
173         vpt 0 360 arc closepath} bind def
174 /C5 {BL [] 0 setdash 2 copy moveto
175         2 copy vpt 0 90 arc
176         2 copy moveto
177         2 copy vpt 180 270 arc closepath fill
178         vpt 0 360 arc} bind def
179 /C6 {BL [] 0 setdash 2 copy moveto
180         2 copy vpt 90 270 arc closepath fill
181         vpt 0 360 arc closepath} bind def
182 /C7 {BL [] 0 setdash 2 copy moveto
183         2 copy vpt 0 270 arc closepath fill
184         vpt 0 360 arc closepath} bind def
185 /C8 {BL [] 0 setdash 2 copy moveto
186         2 copy vpt 270 360 arc closepath fill
187         vpt 0 360 arc closepath} bind def
188 /C9 {BL [] 0 setdash 2 copy moveto
189         2 copy vpt 270 450 arc closepath fill
190         vpt 0 360 arc closepath} bind def
191 /C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
192         2 copy moveto
193         2 copy vpt 90 180 arc closepath fill
194         vpt 0 360 arc closepath} bind def
195 /C11 {BL [] 0 setdash 2 copy moveto
196         2 copy vpt 0 180 arc closepath fill
197         2 copy moveto
198         2 copy vpt 270 360 arc closepath fill
199         vpt 0 360 arc closepath} bind def
200 /C12 {BL [] 0 setdash 2 copy moveto
201         2 copy vpt 180 360 arc closepath fill
202         vpt 0 360 arc closepath} bind def
203 /C13 {BL [] 0 setdash 2 copy moveto
204         2 copy vpt 0 90 arc closepath fill
205         2 copy moveto
206         2 copy vpt 180 360 arc closepath fill
207         vpt 0 360 arc closepath} bind def
208 /C14 {BL [] 0 setdash 2 copy moveto
209         2 copy vpt 90 360 arc closepath fill
210         vpt 0 360 arc} bind def
211 /C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
212         vpt 0 360 arc closepath} bind def
213 /Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
214         neg 0 rlineto closepath} bind def
215 /Square {dup Rec} bind def
216 /Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
217 /S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
218 /S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
219 /S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
220 /S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
221 /S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
222 /S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
223         exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
224 /S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
225 /S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
226         2 copy vpt Square fill Bsquare} bind def
227 /S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
228 /S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
229 /S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
230         Bsquare} bind def
231 /S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
232         Bsquare} bind def
233 /S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
234 /S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
235         2 copy vpt Square fill Bsquare} bind def
236 /S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
237         2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
238 /S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
239 /D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
240 /D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
241 /D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
242 /D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
243 /D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
244 /D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
245 /D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
246 /D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
247 /D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
248 /D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
249 /D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
250 /D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
251 /D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
252 /D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
253 /D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
254 /D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
255 /DiaE {stroke [] 0 setdash vpt add M
256   hpt neg vpt neg V hpt vpt neg V
257   hpt vpt V hpt neg vpt V closepath stroke} def
258 /BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
259   0 vpt2 neg V hpt2 0 V 0 vpt2 V
260   hpt2 neg 0 V closepath stroke} def
261 /TriUE {stroke [] 0 setdash vpt 1.12 mul add M
262   hpt neg vpt -1.62 mul V
263   hpt 2 mul 0 V
264   hpt neg vpt 1.62 mul V closepath stroke} def
265 /TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
266   hpt neg vpt 1.62 mul V
267   hpt 2 mul 0 V
268   hpt neg vpt -1.62 mul V closepath stroke} def
269 /PentE {stroke [] 0 setdash gsave
270   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
271   closepath stroke grestore} def
272 /CircE {stroke [] 0 setdash 
273   hpt 0 360 arc stroke} def
274 /Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
275 /DiaW {stroke [] 0 setdash vpt add M
276   hpt neg vpt neg V hpt vpt neg V
277   hpt vpt V hpt neg vpt V Opaque stroke} def
278 /BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
279   0 vpt2 neg V hpt2 0 V 0 vpt2 V
280   hpt2 neg 0 V Opaque stroke} def
281 /TriUW {stroke [] 0 setdash vpt 1.12 mul add M
282   hpt neg vpt -1.62 mul V
283   hpt 2 mul 0 V
284   hpt neg vpt 1.62 mul V Opaque stroke} def
285 /TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
286   hpt neg vpt 1.62 mul V
287   hpt 2 mul 0 V
288   hpt neg vpt -1.62 mul V Opaque stroke} def
289 /PentW {stroke [] 0 setdash gsave
290   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
291   Opaque stroke grestore} def
292 /CircW {stroke [] 0 setdash 
293   hpt 0 360 arc Opaque stroke} def
294 /BoxFill {gsave Rec 1 setgray fill grestore} def
295 /Density {
296   /Fillden exch def
297   currentrgbcolor
298   /ColB exch def /ColG exch def /ColR exch def
299   /ColR ColR Fillden mul Fillden sub 1 add def
300   /ColG ColG Fillden mul Fillden sub 1 add def
301   /ColB ColB Fillden mul Fillden sub 1 add def
302   ColR ColG ColB setrgbcolor} def
303 /BoxColFill {gsave Rec PolyFill} def
304 /PolyFill {gsave Density fill grestore grestore} def
305 /h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
306 %
307 % PostScript Level 1 Pattern Fill routine for rectangles
308 % Usage: x y w h s a XX PatternFill
309 %       x,y = lower left corner of box to be filled
310 %       w,h = width and height of box
311 %         a = angle in degrees between lines and x-axis
312 %        XX = 0/1 for no/yes cross-hatch
313 %
314 /PatternFill {gsave /PFa [ 9 2 roll ] def
315   PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
316   PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
317   gsave 1 setgray fill grestore clip
318   currentlinewidth 0.5 mul setlinewidth
319   /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
320   0 0 M PFa 5 get rotate PFs -2 div dup translate
321   0 1 PFs PFa 4 get div 1 add floor cvi
322         {PFa 4 get mul 0 M 0 PFs V} for
323   0 PFa 6 get ne {
324         0 1 PFs PFa 4 get div 1 add floor cvi
325         {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
326  } if
327   stroke grestore} def
328 %
329 /languagelevel where
330  {pop languagelevel} {1} ifelse
331  2 lt
332         {/InterpretLevel1 true def}
333         {/InterpretLevel1 Level1 def}
334  ifelse
335 %
336 % PostScript level 2 pattern fill definitions
337 %
338 /Level2PatternFill {
339 /Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
340         bind def
341 /KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
342 << Tile8x8
343  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
344 >> matrix makepattern
345 /Pat1 exch def
346 << Tile8x8
347  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
348         0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
349 >> matrix makepattern
350 /Pat2 exch def
351 << Tile8x8
352  /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
353         8 8 L 8 0 L 0 0 L fill}
354 >> matrix makepattern
355 /Pat3 exch def
356 << Tile8x8
357  /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
358         0 12 M 12 0 L stroke}
359 >> matrix makepattern
360 /Pat4 exch def
361 << Tile8x8
362  /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
363         0 -4 M 12 8 L stroke}
364 >> matrix makepattern
365 /Pat5 exch def
366 << Tile8x8
367  /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
368         0 12 M 8 -4 L 4 12 M 10 0 L stroke}
369 >> matrix makepattern
370 /Pat6 exch def
371 << Tile8x8
372  /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
373         0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
374 >> matrix makepattern
375 /Pat7 exch def
376 << Tile8x8
377  /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
378         12 0 M -4 8 L 12 4 M 0 10 L stroke}
379 >> matrix makepattern
380 /Pat8 exch def
381 << Tile8x8
382  /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
383         -4 0 M 12 8 L -4 4 M 8 10 L stroke}
384 >> matrix makepattern
385 /Pat9 exch def
386 /Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
387 /Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
388 /Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
389 /Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
390 /Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
391 /Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
392 /Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
393 } def
394 %
395 %
396 %End of PostScript Level 2 code
397 %
398 /PatternBgnd {
399   TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
400 } def
401 %
402 % Substitute for Level 2 pattern fill codes with
403 % grayscale if Level 2 support is not selected.
404 %
405 /Level1PatternFill {
406 /Pattern1 {0.250 Density} bind def
407 /Pattern2 {0.500 Density} bind def
408 /Pattern3 {0.750 Density} bind def
409 /Pattern4 {0.125 Density} bind def
410 /Pattern5 {0.375 Density} bind def
411 /Pattern6 {0.625 Density} bind def
412 /Pattern7 {0.875 Density} bind def
413 } def
414 %
415 % Now test for support of Level 2 code
416 %
417 Level1 {Level1PatternFill} {Level2PatternFill} ifelse
418 %
419 /Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
420 dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
421 currentdict end definefont pop
422 /MFshow {
423    { dup 5 get 3 ge
424      { 5 get 3 eq {gsave} {grestore} ifelse }
425      {dup dup 0 get findfont exch 1 get scalefont setfont
426      [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
427      get exch 4 get {Gshow} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
428      {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
429      get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
430      dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
431      show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
432      pop aload pop M} ifelse }ifelse }ifelse }
433      ifelse }
434    forall} def
435 /Gswidth {dup type /stringtype eq {stringwidth} {pop (n) stringwidth} ifelse} def
436 /MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
437  {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
438      6 get Gswidth pop add} {pop} ifelse} ifelse} forall} def
439 /MLshow { currentpoint stroke M
440   0 exch R
441   Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
442 /MRshow { currentpoint stroke M
443   exch dup MFwidth neg 3 -1 roll R
444   Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
445 /MCshow { currentpoint stroke M
446   exch dup MFwidth -2 div 3 -1 roll R
447   Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
448 /XYsave    { [( ) 1 2 true false 3 ()] } bind def
449 /XYrestore { [( ) 1 2 true false 4 ()] } bind def
450 Level1 SuppressPDFMark or 
451 {} {
452 /SDict 10 dict def
453 systemdict /pdfmark known not {
454   userdict /pdfmark systemdict /cleartomark get put
455 } if
456 SDict begin [
457   /Title (snes_ex14.eps)
458   /Subject (gnuplot plot)
459   /Creator (gnuplot 4.6 patchlevel 0)
460   /Author (ziane)
461 %  /Producer (gnuplot)
462 %  /Keywords ()
463   /CreationDate (Tue Sep 22 18:21:09 2015)
464   /DOCINFO pdfmark
465 end
466 } ifelse
467 end
468 %%EndProlog
469 %%Page: 1 1
470 gnudict begin
471 gsave
472 doclip
473 50 50 translate
474 0.050 0.050 scale
475 0 setgray
476 newpath
477 (Helvetica) findfont 140 scalefont setfont
478 BackgroundColor 0 lt 3 1 roll 0 lt exch 0 lt or or not {BackgroundColor C 1.000 0 0 7200.00 5040.00 BoxColFill} if
479 1.000 UL
480 LTb
481 1.000 UL
482 LTb
483 971 1249 M
484 2896 2356 L
485 6229 1717 M
486 2896 2356 L
487 971 1249 M
488 0 2214 V
489 2896 2356 M
490 0 622 V
491 6229 1717 M
492 0 451 V
493 971 1249 M
494 47 27 V
495 stroke
496 908 1188 M
497 [ [(Helvetica) 140.0 0.0 true true 0 ( 10)]
498 ] -46.7 MCshow
499 1.000 UL
500 LTb
501 1.000 UL
502 LTb
503 2896 2356 M
504 -48 -27 V
505 1341 1178 M
506 48 27 V
507 stroke
508 1278 1117 M
509 [ [(Helvetica) 140.0 0.0 true true 0 ( 15)]
510 ] -46.7 MCshow
511 1.000 UL
512 LTb
513 1.000 UL
514 LTb
515 3266 2285 M
516 -47 -27 V
517 1712 1107 M
518 47 27 V
519 stroke
520 1649 1046 M
521 [ [(Helvetica) 140.0 0.0 true true 0 ( 20)]
522 ] -46.7 MCshow
523 1.000 UL
524 LTb
525 1.000 UL
526 LTb
527 3636 2214 M
528 -47 -27 V
529 2082 1036 M
530 48 27 V
531 stroke
532 2019 975 M
533 [ [(Helvetica) 140.0 0.0 true true 0 ( 25)]
534 ] -46.7 MCshow
535 1.000 UL
536 LTb
537 1.000 UL
538 LTb
539 4006 2143 M
540 -47 -27 V
541 2453 965 M
542 47 27 V
543 stroke
544 2390 904 M
545 [ [(Helvetica) 140.0 0.0 true true 0 ( 30)]
546 ] -46.7 MCshow
547 1.000 UL
548 LTb
549 1.000 UL
550 LTb
551 4377 2072 M
552 -48 -27 V
553 2823 894 M
554 48 27 V
555 stroke
556 2760 833 M
557 [ [(Helvetica) 140.0 0.0 true true 0 ( 35)]
558 ] -46.7 MCshow
559 1.000 UL
560 LTb
561 1.000 UL
562 LTb
563 4747 2001 M
564 -47 -27 V
565 3194 822 M
566 47 28 V
567 stroke
568 3130 762 M
569 [ [(Helvetica) 140.0 0.0 true true 0 ( 40)]
570 ] -46.7 MCshow
571 1.000 UL
572 LTb
573 1.000 UL
574 LTb
575 5118 1930 M
576 -48 -27 V
577 3564 751 M
578 47 28 V
579 stroke
580 3501 691 M
581 [ [(Helvetica) 140.0 0.0 true true 0 ( 45)]
582 ] -46.7 MCshow
583 1.000 UL
584 LTb
585 1.000 UL
586 LTb
587 5488 1859 M
588 -47 -27 V
589 3934 680 M
590 47 28 V
591 stroke
592 3870 620 M
593 [ [(Helvetica) 140.0 0.0 true true 0 ( 50)]
594 ] -46.7 MCshow
595 1.000 UL
596 LTb
597 1.000 UL
598 LTb
599 5859 1788 M
600 -48 -27 V
601 4304 609 M
602 48 28 V
603 stroke
604 4241 549 M
605 [ [(Helvetica) 140.0 0.0 true true 0 ( 55)]
606 ] -46.7 MCshow
607 1.000 UL
608 LTb
609 1.000 UL
610 LTb
611 6229 1717 M
612 -47 -27 V
613 4304 609 M
614 -54 11 V
615 stroke
616 4377 586 M
617 [ [(Helvetica) 140.0 0.0 true true 0 ( 2)]
618 ] -46.7 MCshow
619 1.000 UL
620 LTb
621 1.000 UL
622 LTb
623 971 1249 M
624 54 -11 V
625 4518 732 M
626 -55 11 V
627 stroke
628 4591 709 M
629 [ [(Helvetica) 140.0 0.0 true true 0 ( 3)]
630 ] -46.7 MCshow
631 1.000 UL
632 LTb
633 1.000 UL
634 LTb
635 1185 1372 M
636 54 -11 V
637 4732 855 M
638 -55 11 V
639 stroke
640 4805 832 M
641 [ [(Helvetica) 140.0 0.0 true true 0 ( 4)]
642 ] -46.7 MCshow
643 1.000 UL
644 LTb
645 1.000 UL
646 LTb
647 1399 1495 M
648 54 -11 V
649 4946 978 M
650 -55 11 V
651 stroke
652 5019 955 M
653 [ [(Helvetica) 140.0 0.0 true true 0 ( 5)]
654 ] -46.7 MCshow
655 1.000 UL
656 LTb
657 1.000 UL
658 LTb
659 1613 1618 M
660 54 -10 V
661 5160 1102 M
662 -55 10 V
663 stroke
664 5232 1078 M
665 [ [(Helvetica) 140.0 0.0 true true 0 ( 6)]
666 ] -46.7 MCshow
667 1.000 UL
668 LTb
669 1.000 UL
670 LTb
671 1826 1741 M
672 55 -10 V
673 5374 1225 M
674 -55 10 V
675 stroke
676 5446 1201 M
677 [ [(Helvetica) 140.0 0.0 true true 0 ( 7)]
678 ] -46.7 MCshow
679 1.000 UL
680 LTb
681 1.000 UL
682 LTb
683 2040 1864 M
684 55 -10 V
685 5587 1348 M
686 -54 10 V
687 stroke
688 5660 1324 M
689 [ [(Helvetica) 140.0 0.0 true true 0 ( 8)]
690 ] -46.7 MCshow
691 1.000 UL
692 LTb
693 1.000 UL
694 LTb
695 2254 1987 M
696 55 -10 V
697 5801 1471 M
698 -54 10 V
699 stroke
700 5874 1448 M
701 [ [(Helvetica) 140.0 0.0 true true 0 ( 9)]
702 ] -46.7 MCshow
703 1.000 UL
704 LTb
705 1.000 UL
706 LTb
707 2468 2110 M
708 55 -10 V
709 6015 1594 M
710 -54 10 V
711 stroke
712 6088 1571 M
713 [ [(Helvetica) 140.0 0.0 true true 0 ( 10)]
714 ] -46.7 MCshow
715 1.000 UL
716 LTb
717 1.000 UL
718 LTb
719 2682 2233 M
720 55 -10 V
721 6229 1717 M
722 -54 10 V
723 stroke
724 6302 1694 M
725 [ [(Helvetica) 140.0 0.0 true true 0 ( 11)]
726 ] -46.7 MCshow
727 1.000 UL
728 LTb
729 1.000 UL
730 LTb
731 2896 2356 M
732 54 -10 V
733 971 1249 M
734 63 0 V
735 stroke
736 845 1249 M
737 [ [(Helvetica) 140.0 0.0 true true 0 ( 800)]
738 ] -46.7 MRshow
739 1.000 UL
740 LTb
741 1.000 UL
742 LTb
743 971 1526 M
744 63 0 V
745 stroke
746 845 1526 M
747 [ [(Helvetica) 140.0 0.0 true true 0 ( 1000)]
748 ] -46.7 MRshow
749 1.000 UL
750 LTb
751 1.000 UL
752 LTb
753 971 1803 M
754 63 0 V
755 stroke
756 845 1803 M
757 [ [(Helvetica) 140.0 0.0 true true 0 ( 1200)]
758 ] -46.7 MRshow
759 1.000 UL
760 LTb
761 1.000 UL
762 LTb
763 971 2080 M
764 63 0 V
765 stroke
766 845 2080 M
767 [ [(Helvetica) 140.0 0.0 true true 0 ( 1400)]
768 ] -46.7 MRshow
769 1.000 UL
770 LTb
771 1.000 UL
772 LTb
773 971 2356 M
774 63 0 V
775 stroke
776 845 2356 M
777 [ [(Helvetica) 140.0 0.0 true true 0 ( 1600)]
778 ] -46.7 MRshow
779 1.000 UL
780 LTb
781 1.000 UL
782 LTb
783 971 2632 M
784 63 0 V
785 stroke
786 845 2632 M
787 [ [(Helvetica) 140.0 0.0 true true 0 ( 1800)]
788 ] -46.7 MRshow
789 1.000 UL
790 LTb
791 1.000 UL
792 LTb
793 971 2909 M
794 63 0 V
795 stroke
796 845 2909 M
797 [ [(Helvetica) 140.0 0.0 true true 0 ( 2000)]
798 ] -46.7 MRshow
799 1.000 UL
800 LTb
801 1.000 UL
802 LTb
803 971 3186 M
804 63 0 V
805 stroke
806 845 3186 M
807 [ [(Helvetica) 140.0 0.0 true true 0 ( 2200)]
808 ] -46.7 MRshow
809 1.000 UL
810 LTb
811 1.000 UL
812 LTb
813 971 3463 M
814 63 0 V
815 stroke
816 845 3463 M
817 [ [(Helvetica) 140.0 0.0 true true 0 ( 2400)]
818 ] -46.7 MRshow
819 1.000 UL
820 LTb
821 LCb setrgbcolor
822 137 2516 M
823 [ [(Helvetica) 140.0 0.0 true true 0 (nb. iter)]
824 ] -46.7 MCshow
825 LTb
826 1.000 UP
827 % Begin plot #1
828 1.000 UL
829 LT0
830 4304 1207 M
831 214 105 V
832 214 -26 V
833 214 14 V
834 214 109 V
835 214 249 V
836 213 141 V
837 214 123 V
838 214 123 V
839 214 123 V
840 3934 1224 M
841 214 -90 V
842 213 188 V
843 214 187 V
844 214 26 V
845 214 146 V
846 214 246 V
847 214 155 V
848 214 123 V
849 214 123 V
850 3564 1067 M
851 213 112 V
852 214 152 V
853 214 170 V
854 214 137 V
855 214 107 V
856 213 240 V
857 214 197 V
858 214 77 V
859 214 123 V
860 3194 1124 M
861 214 96 V
862 212 87 V
863 214 221 V
864 214 163 V
865 214 139 V
866 214 242 V
867 214 263 V
868 214 214 V
869 214 136 V
870 2823 1172 M
871 214 62 V
872 214 81 V
873 214 248 V
874 213 191 V
875 214 151 V
876 214 151 V
877 213 319 V
878 214 184 V
879 214 250 V
880 2453 1671 M
881 214 -169 V
882 214 -45 V
883 213 89 V
884 214 239 V
885 214 159 V
886 213 237 V
887 214 182 V
888 214 262 V
889 214 119 V
890 2082 1659 M
891 214 -250 V
892 214 115 V
893 214 234 V
894 214 25 V
895 214 251 V
896 214 226 V
897 214 165 V
898 212 156 V
899 214 209 V
900 1712 1922 M
901 214 -360 V
902 214 82 V
903 214 170 V
904 213 110 V
905 214 238 V
906 214 169 V
907 214 165 V
908 214 216 V
909 213 239 V
910 1341 2375 M
911 214 -610 V
912 214 48 V
913 214 -7 V
914 214 173 V
915 214 252 V
916 214 160 V
917 214 201 V
918 213 223 V
919 214 203 V
920 971 3440 M
921 1185 2072 L
922 214 -88 V
923 214 119 V
924 213 91 V
925 214 214 V
926 214 150 V
927 214 94 V
928 214 196 V
929 214 130 V
930 6229 2168 M
931 -370 160 V
932 -371 54 V
933 -370 303 V
934 -371 124 V
935 -370 -65 V
936 -371 46 V
937 -370 161 V
938 -370 67 V
939 -370 -40 V
940 6015 2045 M
941 -370 160 V
942 -371 54 V
943 -370 290 V
944 -371 10 V
945 -370 66 V
946 -371 -44 V
947 -369 131 V
948 -371 103 V
949 -370 33 V
950 5801 1922 M
951 -370 160 V
952 -371 100 V
953 -370 153 V
954 -371 40 V
955 -370 -12 V
956 -369 62 V
957 -371 71 V
958 -370 96 V
959 -371 60 V
960 5587 1799 M
961 -370 128 V
962 -371 58 V
963 -370 87 V
964 -370 -16 V
965 -371 125 V
966 -369 79 V
967 -371 71 V
968 -370 60 V
969 -371 167 V
970 5374 1658 M
971 -371 23 V
972 -370 64 V
973 -371 85 V
974 -370 75 V
975 -370 39 V
976 -370 90 V
977 -371 128 V
978 -370 69 V
979 -371 177 V
980 5160 1409 M
981 -371 126 V
982 -370 103 V
983 -371 53 V
984 -370 63 V
985 -370 31 V
986 -370 -2 V
987 -371 141 V
988 -370 55 V
989 -371 215 V
990 4946 1300 M
991 -371 209 V
992 -370 -8 V
993 -371 27 V
994 -369 35 V
995 -371 -17 V
996 -370 212 V
997 -370 56 V
998 -371 -8 V
999 -370 297 V
1000 4732 1286 M
1001 -371 36 V
1002 -370 9 V
1003 -371 -24 V
1004 -369 8 V
1005 -370 142 V
1006 -371 67 V
1007 -370 120 V
1008 -371 169 V
1009 -370 171 V
1010 4518 1312 M
1011 4148 1134 L
1012 -371 45 V
1013 -369 41 V
1014 -371 14 V
1015 -370 268 V
1016 -371 -93 V
1017 -370 153 V
1018 -371 203 V
1019 -370 307 V
1020 4304 1207 M
1021 -370 17 V
1022 3564 1067 L
1023 -370 57 V
1024 -371 48 V
1025 -370 499 V
1026 -371 -12 V
1027 -370 263 V
1028 -371 453 V
1029 971 3440 L
1030 % End plot #1
1031 stroke
1032 LTb
1033 6229 1717 M
1034 4304 609 L
1035 971 1249 M
1036 4304 609 L
1037 0 598 V
1038 stroke
1039 LCb setrgbcolor
1040 2157 652 M
1041 [ [(Helvetica) 140.0 0.0 true true 0 (nb. inner. iter)]
1042 ] -46.7 MCshow
1043 LTb
1044 LCb setrgbcolor
1045 6100 1003 M
1046 [ [(Helvetica) 140.0 0.0 true true 0 (size LS)]
1047 ] -46.7 MCshow
1048 LTb
1049 LCb setrgbcolor
1050 137 2516 M
1051 [ [(Helvetica) 140.0 0.0 true true 0 (nb. iter)]
1052 ] -46.7 MCshow
1053 LTb
1054 1.000 UP
1055 stroke
1056 grestore
1057 end
1058 showpage
1059 %%Trailer
1060 %%DocumentFonts: Helvetica