-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.eps
More file actions
543 lines (543 loc) · 12 KB
/
Copy pathbasic.eps
File metadata and controls
543 lines (543 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
%!PS-Adobe-2.0 EPSF-2.0
%% This is a Stata generated postscript file
%%BoundingBox: 0 0 396 288
%%HiResBoundingBox: 0.000 0.000 396.000 288.000
%%DocumentNeededResources: font Helvetica
/xratio 0.012375 def
/yratio 0.012375 def
/Sbgfill {
/y1 exch def
/x1 exch def
/y0 exch def
/x0 exch def
x0 y0 moveto
x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto
fill
} def
/Spt {
yratio mul
/yp exch def
xratio mul
/xp exch def
Slrgb setrgbcolor
newpath
xp yp moveto
xp Slw add yp
lineto
currentlinecap
1 setlinecap
stroke
setlinecap
} def
/Sln {
yratio mul
/y1p exch def
xratio mul
/x1p exch def
yratio mul
/y0p exch def
xratio mul
/x0p exch def
Slw setlinewidth
Slrgb setrgbcolor
x0p y0p M x1p y1p lineto S
} def
/Stxtl {
/sp exch def
yratio mul
/sizep exch def
dup
/anglep exch def
0 exch sub
/angle2p exch def
yratio mul
/y0p exch def
xratio mul
/x0p exch def
Strgb setrgbcolor
x0p y0p M anglep rotate sizep fntsize sp show stroke angle2p rotate
} def
/Stxtc {
/sp exch def
yratio mul
/sizep exch def
dup
/anglep exch def
0 exch sub
/angle2p exch def
yratio mul
/y0p exch def
xratio mul
/x0p exch def
Strgb setrgbcolor
x0p y0p M anglep rotate sizep fntsize sp stringwidth exch -2 div exch rm sp show stroke angle2p rotate
} def
/Stxtr {
/sp exch def
yratio mul
/sizep exch def
dup
/anglep exch def
0 exch sub
/angle2p exch def
yratio mul
/y0p exch def
xratio mul
/x0p exch def
Strgb setrgbcolor
x0p y0p M anglep rotate sizep fntsize sp stringwidth 1 index -1 mul exch rm pop sp show stroke angle2p rotate
} def
/Srect {
/sfill exch def
yratio mul
/y1 exch def
xratio mul
/x1 exch def
yratio mul
/y0 exch def
xratio mul
/x0 exch def
sfill 1 eq {
Ssrgb setrgbcolor
x0 y0 moveto
x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto
fill
} if
Slw setlinewidth
Slrgb setrgbcolor
x0 y0 moveto
x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto
stroke
} def
/Stri {
/sfill exch def
xratio mul
/r exch def
yratio mul
/y0 exch def
xratio mul
/x0 exch def
/xcen x0 def
y0 r add
/ytop exch def
r 2 div
y0 exch sub
/ybot exch def
r 3 sqrt 2 div mul dup
xcen exch sub
/xleft exch def
xcen add
/xright exch def
sfill 1 eq {
Ssrgb setrgbcolor
xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto fill
} if
Slw setlinewidth
Slrgb setrgbcolor
xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto stroke
} def
/Soldtri {
/sfill exch def
xratio mul
/r exch def
yratio mul
/y0 exch def
xratio mul
/x0 exch def
x0 r sub
/x1 exch def
y0 r sub
/y1 exch def
x0 r add
/x2 exch def
y0 r sub
/y2 exch def
/x3 x0 def
y0 r add
/y3 exch def
sfill 1 eq {
Ssrgb setrgbcolor
x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto fill
} if
Slw setlinewidth
Slrgb setrgbcolor
x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto stroke
} def
/Sdia {
/sfill exch def
xratio mul
/r exch def
yratio mul
/y exch def
xratio mul
/x exch def
x r sub
/x0 exch def
/y0 y def
/x1 x def
y r sub
/y1 exch def
x r add
/x2 exch def
/y2 y def
/x3 x def
y r add
/y3 exch def
sfill 1 eq {
Ssrgb setrgbcolor
x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto fill
} if
Slw setlinewidth
Slrgb setrgbcolor
x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto stroke
} def
/Scc {
/sfill exch def
xratio mul
/r0 exch def
yratio mul
/y0 exch def
xratio mul
/x0 exch def
sfill 1 eq {
Ssrgb setrgbcolor
x0 y0 r0 0 360 arc fill
} if
Slw setlinewidth
Slrgb setrgbcolor
x0 y0 r0 0 360 arc stroke
} def
/Spie {
/sfill exch def
/a1 exch def
/a0 exch def
xratio mul
/r exch def
yratio mul
/y exch def
xratio mul
/x exch def
sfill 1 eq {
Ssrgb setrgbcolor
newpath x y moveto x y r a0 a1 arc closepath
fill
} if
Slw setlinewidth
Slrgb setrgbcolor
newpath x y moveto x y r a0 a1 arc closepath
stroke
} def
/Splu {
xratio mul
/r exch def
yratio mul
/y exch def
xratio mul
/x exch def
x r sub
/x0 exch def
x r add
/x1 exch def
x0 y M x1 y L
y r sub
/y0 exch def
y r add
/y1 exch def
x y0 M x y1 L
} def
/Scro {
xratio mul
/r exch def
yratio mul
/y exch def
xratio mul
/x exch def
x r sub
/x0 exch def
y r sub
/y0 exch def
x r add
/x1 exch def
y r add
/y1 exch def
x0 y0 M x1 y1 L
x r add
/x0 exch def
y r sub
/y0 exch def
x r sub
/x1 exch def
y r add
/y1 exch def
x0 y0 M x1 y1 L
} def
/Sm {
yratio mul
/y exch def
xratio mul
/x exch def
x y M
} def
/Sl {
yratio mul
/y exch def
xratio mul
/x exch def
x y L
} def
/SPl {
yratio mul
/y exch def
xratio mul
/x exch def
x y PL
} def
/Lcs {
currentlinecap
1 setlinecap
} def
/Lcr {
setlinecap
} def
/Sbp {
newpath
} def
/Sep {
/sfill exch def
closepath
sfill 1 eq {
Ssrgb setrgbcolor
gsave
fill
grestore
} if
Slw setlinewidth
Slrgb setrgbcolor
Lcs
stroke
Lcr
} def
/cp {currentpoint} def
/M {moveto} def
/rm {rmoveto} def
/S {stroke} def
/L {Slw setlinewidth Slrgb setrgbcolor lineto Lcs S Lcr} def
/PL {Slw setlinewidth Slrgb setrgbcolor lineto} def
/MF-Helvetica {
/newfontname exch def
/fontname exch def
/fontdict fontname findfont def
/newfont fontdict maxlength dict def
fontdict {
exch dup /FID eq {pop pop} {exch newfont 3 1 roll put} ifelse
} forall
newfont /FontName newfontname put
newfont /Encoding ISOLatin1Encoding put
newfontname newfont definefont pop
} def
/Helvetica /Helvetica-0 MF-Helvetica
/Slw 0.120 def
0.918 0.949 0.953 setrgbcolor
0 0 396.000 288.000 Sbgfill
/Slrgb {1.000 1.000 1.000} def
/Strgb {1.000 1.000 1.000} def
/Ssrgb {1.000 1.000 1.000} def
/Ssrgb {0.918 0.949 0.953} def
/Slw 0.576 def
/Slrgb {0.918 0.949 0.953} def
0 0 31999 23272 1 Srect
/Ssrgb {1.000 1.000 1.000} def
/Slrgb {1.000 1.000 1.000} def
3158 6229 31184 19879 1 Srect
/Slrgb {0.000 0.000 0.000} def
/Strgb {0.000 0.000 0.000} def
/Slw 0.864 def
/Slrgb {0.918 0.949 0.953} def
3158 6229 31184 6229 Sln
/Slw 0.576 def
/Slrgb {0.000 0.000 0.000} def
/Slw 0.864 def
/Slrgb {0.918 0.949 0.953} def
3158 10507 31184 10507 Sln
/Slw 0.576 def
/Slrgb {0.000 0.000 0.000} def
/Slw 0.864 def
/Slrgb {0.918 0.949 0.953} def
3158 14786 31184 14786 Sln
/Slw 0.576 def
/Slrgb {0.000 0.000 0.000} def
/Slw 0.864 def
/Slrgb {0.918 0.949 0.953} def
3158 19064 31184 19064 Sln
/Slw 0.576 def
/Slrgb {0.000 0.000 0.000} def
/Ssrgb {0.102 0.278 0.435} def
/Slw 0.120 def
/Slrgb {0.102 0.278 0.435} def
4719 6229 8453 17616 1 Srect
/Ssrgb {0.565 0.208 0.231} def
/Slrgb {0.565 0.208 0.231} def
8453 6229 12187 13150 1 Srect
/Ssrgb {0.333 0.459 0.184} def
/Slrgb {0.333 0.459 0.184} def
12187 6229 15920 10686 1 Srect
/Ssrgb {0.102 0.278 0.435} def
/Slrgb {0.102 0.278 0.435} def
18422 6229 22156 17905 1 Srect
/Ssrgb {0.565 0.208 0.231} def
/Slrgb {0.565 0.208 0.231} def
22156 6229 25889 12880 1 Srect
/Ssrgb {0.333 0.459 0.184} def
/Slrgb {0.333 0.459 0.184} def
25889 6229 29623 11449 1 Srect
/Slw 0.576 def
/Slrgb {0.000 0.000 0.000} def
3158 6229 3158 19879 Sln
3158 6229 2835 6229 Sln
2431 6229 0
/Helvetica-0 findfont 808 yratio mul scalefont setfont
(0) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 90.000 cos mul sub 3 1 roll 90.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
90.000 808
(0) Stxtl
(0) stringwidth pop xratio div
dup 4 3 roll exch 90.000 cos mul add 3 1 roll 90.000 sin mul add 2 copy
pop pop pop pop
3158 10507 2835 10507 Sln
2431 10507 0
/Helvetica-0 findfont 808 yratio mul scalefont setfont
(5) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 90.000 cos mul sub 3 1 roll 90.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
90.000 808
(5) Stxtl
(5) stringwidth pop xratio div
dup 4 3 roll exch 90.000 cos mul add 3 1 roll 90.000 sin mul add 2 copy
pop pop pop pop
3158 14786 2835 14786 Sln
2431 14786 0
/Helvetica-0 findfont 808 yratio mul scalefont setfont
(10) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 90.000 cos mul sub 3 1 roll 90.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
90.000 808
(10) Stxtl
(10) stringwidth pop xratio div
dup 4 3 roll exch 90.000 cos mul add 3 1 roll 90.000 sin mul add 2 copy
pop pop pop pop
3158 19064 2835 19064 Sln
2431 19064 0
/Helvetica-0 findfont 808 yratio mul scalefont setfont
(15) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 90.000 cos mul sub 3 1 roll 90.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
90.000 808
(15) Stxtl
(15) stringwidth pop xratio div
dup 4 3 roll exch 90.000 cos mul add 3 1 roll 90.000 sin mul add 2 copy
pop pop pop pop
1542 13054 0
/Helvetica-0 findfont 808 yratio mul scalefont setfont
(Hours per Week) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 90.000 cos mul sub 3 1 roll 90.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
90.000 808
(Hours per Week) Stxtl
(Hours per Week) stringwidth pop xratio div
dup 4 3 roll exch 90.000 cos mul add 3 1 roll 90.000 sin mul add 2 copy
pop pop pop pop
3158 6229 31184 6229 Sln
10320 5340 0
/Helvetica-0 findfont 808 yratio mul scalefont setfont
(Risk Averse) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 0.000 cos mul sub 3 1 roll 0.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 808
(Risk Averse) Stxtl
(Risk Averse) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
24023 5340 0
/Helvetica-0 findfont 808 yratio mul scalefont setfont
(Risk Tolerant) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 0.000 cos mul sub 3 1 roll 0.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 808
(Risk Tolerant) Stxtl
(Risk Tolerant) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
3297 1148 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 646
(Source: PSID Child Development Supplement) Stxtl
(Source: PSID Child Development Supplement) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
17171 20285 0
/Helvetica-0 findfont 889 yratio mul scalefont setfont
(By Father's Risk Tolerance level) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 0.000 cos mul sub 3 1 roll 0.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 889
(By Father's Risk Tolerance level) Stxtl
(By Father's Risk Tolerance level) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
/Strgb {0.118 0.176 0.325} def
17171 21526 0
/Helvetica-0 findfont 1131 yratio mul scalefont setfont
(Basic Parental Time with Child) stringwidth pop add
2 div xratio div
dup 4 3 roll exch 0.000 cos mul sub 3 1 roll 0.000 sin mul sub 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 1131
(Basic Parental Time with Child) Stxtl
(Basic Parental Time with Child) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
/Ssrgb {1.000 1.000 1.000} def
5585 2019 28757 4657 1 Srect
/Ssrgb {0.102 0.278 0.435} def
/Slw 0.120 def
/Slrgb {0.102 0.278 0.435} def
5934 3500 8960 4308 1 Srect
/Ssrgb {0.565 0.208 0.231} def
/Slrgb {0.565 0.208 0.231} def
17737 3500 20762 4308 1 Srect
/Ssrgb {0.333 0.459 0.184} def
/Slrgb {0.333 0.459 0.184} def
5934 2368 8960 3176 1 Srect
/Strgb {0.000 0.000 0.000} def
9445 3621 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 808
(1997 \(Avg. Age 6\)) Stxtl
(1997 \(Avg. Age 6\)) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
21247 3621 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 808
(2002 \(Avg. Age 11\)) Stxtl
(2002 \(Avg. Age 11\)) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
9445 2489 2 copy
/fntsize {/Helvetica-0 findfont exch scalefont setfont } def
0.000 808
(2007 \(Avg. Age 16\)) Stxtl
(2007 \(Avg. Age 16\)) stringwidth pop xratio div
dup 4 3 roll exch 0.000 cos mul add 3 1 roll 0.000 sin mul add 2 copy
pop pop pop pop
S showpage
%%EOF