13
|
1 %!PS-Adobe-2.0 EPSF-2.0
|
|
2 %%Title: updateinout.eps
|
|
3 %%Creator: gnuplot 4.4 patchlevel 0
|
|
4 %%CreationDate: Fri Aug 27 19:35:14 2010
|
|
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 (updateinout.eps)
|
|
48 /Subject (gnuplot plot)
|
|
49 /Creator (gnuplot 4.4 patchlevel 0)
|
|
50 /Author (kazz)
|
|
51 % /Producer (gnuplot)
|
|
52 % /Keywords ()
|
|
53 /CreationDate (Fri Aug 27 19:35:14 2010)
|
|
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 (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 end
|
|
435 %%EndProlog
|
|
436 gnudict begin
|
|
437 gsave
|
|
438 doclip
|
|
439 50 50 translate
|
|
440 0.050 0.050 scale
|
|
441 0 setgray
|
|
442 newpath
|
|
443 (Helvetica) findfont 140 scalefont setfont
|
|
444 /Helvetica findfont 140 scalefont setfont
|
|
445 /Helvetica findfont 140 scalefont setfont
|
|
446 1.000 UL
|
|
447 LTb
|
|
448 1022 448 M
|
|
449 63 0 V
|
|
450 5904 0 R
|
|
451 -63 0 V
|
|
452 938 448 M
|
|
453 ( 0) Rshow
|
|
454 1.000 UL
|
|
455 LTb
|
|
456 1022 1080 M
|
|
457 63 0 V
|
|
458 5904 0 R
|
|
459 -63 0 V
|
|
460 -5988 0 R
|
|
461 ( 20000) Rshow
|
|
462 1.000 UL
|
|
463 LTb
|
|
464 1022 1712 M
|
|
465 63 0 V
|
|
466 5904 0 R
|
|
467 -63 0 V
|
|
468 -5988 0 R
|
|
469 ( 40000) Rshow
|
|
470 1.000 UL
|
|
471 LTb
|
|
472 1022 2344 M
|
|
473 63 0 V
|
|
474 5904 0 R
|
|
475 -63 0 V
|
|
476 -5988 0 R
|
|
477 ( 60000) Rshow
|
|
478 1.000 UL
|
|
479 LTb
|
|
480 1022 2975 M
|
|
481 63 0 V
|
|
482 5904 0 R
|
|
483 -63 0 V
|
|
484 -5988 0 R
|
|
485 ( 80000) Rshow
|
|
486 1.000 UL
|
|
487 LTb
|
|
488 1022 3607 M
|
|
489 63 0 V
|
|
490 5904 0 R
|
|
491 -63 0 V
|
|
492 -5988 0 R
|
|
493 ( 100000) Rshow
|
|
494 1.000 UL
|
|
495 LTb
|
|
496 1022 4239 M
|
|
497 63 0 V
|
|
498 5904 0 R
|
|
499 -63 0 V
|
|
500 -5988 0 R
|
|
501 ( 120000) Rshow
|
|
502 1.000 UL
|
|
503 LTb
|
|
504 1022 4871 M
|
|
505 63 0 V
|
|
506 5904 0 R
|
|
507 -63 0 V
|
|
508 -5988 0 R
|
|
509 ( 140000) Rshow
|
|
510 1.000 UL
|
|
511 LTb
|
|
512 1022 448 M
|
|
513 0 63 V
|
|
514 0 4360 R
|
|
515 0 -63 V
|
|
516 0 -4500 R
|
|
517 ( 0) Cshow
|
|
518 1.000 UL
|
|
519 LTb
|
|
520 2017 448 M
|
|
521 0 63 V
|
|
522 0 4360 R
|
|
523 0 -63 V
|
|
524 0 -4500 R
|
|
525 ( 500) Cshow
|
|
526 1.000 UL
|
|
527 LTb
|
|
528 3011 448 M
|
|
529 0 63 V
|
|
530 0 4360 R
|
|
531 0 -63 V
|
|
532 0 -4500 R
|
|
533 ( 1000) Cshow
|
|
534 1.000 UL
|
|
535 LTb
|
|
536 4006 448 M
|
|
537 0 63 V
|
|
538 0 4360 R
|
|
539 0 -63 V
|
|
540 0 -4500 R
|
|
541 ( 1500) Cshow
|
|
542 1.000 UL
|
|
543 LTb
|
|
544 5000 448 M
|
|
545 0 63 V
|
|
546 0 4360 R
|
|
547 0 -63 V
|
|
548 0 -4500 R
|
|
549 ( 2000) Cshow
|
|
550 1.000 UL
|
|
551 LTb
|
|
552 5995 448 M
|
|
553 0 63 V
|
|
554 0 4360 R
|
|
555 0 -63 V
|
|
556 0 -4500 R
|
|
557 ( 2500) Cshow
|
|
558 1.000 UL
|
|
559 LTb
|
|
560 6989 448 M
|
|
561 0 63 V
|
|
562 0 4360 R
|
|
563 0 -63 V
|
|
564 0 -4500 R
|
|
565 ( 3000) Cshow
|
|
566 1.000 UL
|
|
567 LTb
|
|
568 1.000 UL
|
|
569 LTb
|
|
570 1022 4871 N
|
|
571 0 -4423 V
|
|
572 5967 0 V
|
|
573 0 4423 V
|
|
574 -5967 0 V
|
|
575 Z stroke
|
|
576 LCb setrgbcolor
|
|
577 196 2659 M
|
|
578 currentpoint gsave translate -270 rotate 0 0 M
|
|
579 (Time[ms]) Cshow
|
|
580 grestore
|
|
581 LTb
|
|
582 LCb setrgbcolor
|
|
583 4005 98 M
|
|
584 (Update Count) Cshow
|
|
585 LTb
|
|
586 1.000 UP
|
|
587 1.000 UL
|
|
588 LTb
|
|
589 % Begin plot #1
|
|
590 1.000 UL
|
|
591 LT0
|
|
592 /Helvetica findfont 140 scalefont setfont
|
|
593 LCb setrgbcolor
|
|
594 6338 4738 M
|
|
595 ("testinout.dat" using 1:2) Rshow
|
|
596 LT0
|
|
597 6422 4738 M
|
|
598 399 0 V
|
|
599 1221 574 M
|
|
600 199 130 V
|
|
601 199 123 V
|
|
602 199 130 V
|
|
603 199 130 V
|
|
604 198 127 V
|
|
605 199 128 V
|
|
606 199 120 V
|
|
607 199 133 V
|
|
608 199 128 V
|
|
609 199 128 V
|
|
610 199 126 V
|
|
611 199 124 V
|
|
612 199 132 V
|
|
613 199 126 V
|
|
614 198 127 V
|
|
615 199 128 V
|
|
616 199 120 V
|
|
617 199 134 V
|
|
618 199 127 V
|
|
619 199 127 V
|
|
620 199 127 V
|
|
621 199 128 V
|
|
622 199 127 V
|
|
623 199 129 V
|
|
624 198 122 V
|
|
625 199 131 V
|
|
626 199 123 V
|
|
627 199 128 V
|
|
628 199 134 V
|
|
629 % End plot #1
|
|
630 % Begin plot #2
|
|
631 stroke
|
|
632 LT1
|
|
633 /Helvetica findfont 140 scalefont setfont
|
|
634 LCb setrgbcolor
|
|
635 6338 4598 M
|
|
636 ("testupdate.dat" using 1:2) Rshow
|
|
637 LT1
|
|
638 6422 4598 M
|
|
639 399 0 V
|
|
640 1221 574 M
|
|
641 199 130 V
|
|
642 199 127 V
|
|
643 199 128 V
|
|
644 199 129 V
|
|
645 198 127 V
|
|
646 199 128 V
|
|
647 199 125 V
|
|
648 199 129 V
|
|
649 199 126 V
|
|
650 199 131 V
|
|
651 199 125 V
|
|
652 199 127 V
|
|
653 199 129 V
|
|
654 199 127 V
|
|
655 198 127 V
|
|
656 199 128 V
|
|
657 199 127 V
|
|
658 199 127 V
|
|
659 199 129 V
|
|
660 199 125 V
|
|
661 199 126 V
|
|
662 199 127 V
|
|
663 199 129 V
|
|
664 199 127 V
|
|
665 198 128 V
|
|
666 199 125 V
|
|
667 199 129 V
|
|
668 199 127 V
|
|
669 199 129 V
|
|
670 % End plot #2
|
|
671 stroke
|
|
672 LTb
|
|
673 1022 4871 N
|
|
674 0 -4423 V
|
|
675 5967 0 V
|
|
676 0 4423 V
|
|
677 -5967 0 V
|
|
678 Z stroke
|
|
679 1.000 UP
|
|
680 1.000 UL
|
|
681 LTb
|
|
682 stroke
|
|
683 grestore
|
|
684 end
|
|
685 showpage
|
|
686 %%Trailer
|
|
687 %%DocumentFonts: Helvetica
|