📄 schools_demo_traceplot.eps
字号:
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc. Version 7.4.0.287 (R2007a). Operating System: Microsoft Windows XP.
%%Title: C:\kmurphy\svnCheckout\root\code\learning\sampling\BUGS\matbugs\schools_demo_traceplot.eps
%%CreationDate: 10/11/2007 18:52:50
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 96 238 515 553
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
makefont setfont} bdef
/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
ISOLatin1Encoding WindowsLatin1Encoding copy pop
/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
exch dup 3 1 roll findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
currentfile
3 index 0 eq {/ASCIIHexDecode filter}
{/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
ifelse exch readstring pop
dup 0 3 index getinterval /rbmap xdef
dup 2 index dup getinterval /gbmap xdef
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 96 238 515 553
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 1152 6636 csm
0 0 5039 3780 rc
86 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 5040 3781 rf
6 w
0 723 1031 0 0 -723 655 1099 4 MP
PP
-1031 0 0 723 1031 0 0 -723 655 1099 5 MP stroke
4 w
DO
SO
6 w
0 sg
655 1099 mt 1686 1099 L
655 1099 mt 655 376 L
655 1099 mt 655 1088 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR
622 1244 mt
(0) s
1686 1099 mt 1686 1088 L
1586 1244 mt
(500) s
655 1099 mt 665 1099 L
350 1143 mt
(-100) s
655 737 mt 665 737 L
554 781 mt
(0) s
655 376 mt 665 376 L
420 420 mt
(100) s
gs 655 376 1032 724 rc
/c8 { 1.000000 0.000000 0.000000 sr} bdef
c8
3 -14 2 167 2 -66 2 -109 2 68 2 -35 2 -26 2 42
2 26 2 -77 2 58 2 -10 2 4 2 46 2 -64 2 4
3 0 2 -18 2 48 2 -16 2 -6 2 2 2 -1 2 3
2 4 2 -2 2 -15 2 10 2 0 2 0 2 13 2 50
3 -20 2 -56 2 -15 2 8 2 -9 2 21 2 55 2 -92
2 43 2 27 2 82 2 -36 2 -71 2 -5 2 42 2 -43
3 -7 2 -34 2 30 2 2 2 169 2 -173 2 32 2 5
2 50 2 -42 2 -11 2 -5 2 23 2 -38 2 28 2 70
3 -50 2 -37 2 11 2 -13 2 -19 2 -15 2 8 2 9
2 -14 2 39 2 12 2 -9 2 -38 2 -22 2 30 2 12
3 10 2 -5 2 -8 2 31 2 -56 2 74 2 -44 2 -2
2 1 2 -3 2 -1 2 0 2 1 2 3 2 0 2 17
3 -13 2 27 2 88 2 -100 2 -48 2 30 2 -1 2 41
2 -56 2 71 2 -44 2 -4 2 -7 2 -7 2 16 2 -30
3 26 2 -5 2 2 2 -25 2 20 2 12 2 -1 2 -4
2 -8 2 5 2 21 2 -10 2 -6 2 -9 2 1 2 27
2 -46 3 33 2 9 2 -33 2 35 2 -20 2 -9 2 3
2 5 2 4 2 -8 2 -4 2 -22 2 35 2 -16 2 42
2 -63 3 55 2 -21 2 -26 2 41 2 -7 2 -42 2 51
2 15 2 6 2 -59 2 71 2 -94 2 28 2 36 2 -45
2 105 3 -58 2 -76 2 38 2 66 2 -75 2 13 2 32
2 14 2 -6 2 -17 2 -32 2 35 2 8 2 -59 2 64
2 -20 3 -10 2 -1 2 -7 2 4 2 1 2 -13 2 10
2 23 2 -42 2 102 2 -26 2 -55 2 28 2 -17 2 -29
2 71 3 -37 2 -3 2 13 2 -11 2 -47 2 21 2 -9
2 21 2 42 2 21 2 -53 2 -46 2 24 2 27 2 -45
2 43 3 26 2 47 2 -52 2 39 2 -80 2 6 2 24
2 -34 2 6 2 -13 2 63 2 -23 2 -41 2 4 2 7
2 25 3 -21 2 6 2 8 2 1 2 -40 2 58 2 27
2 -54 2 9 2 60 2 -78 2 4 2 3 2 24 2 -40
2 43 3 -35 2 17 2 -7 2 9 2 -10 2 -1 2 5
2 -1 2 4 2 -13 2 59 2 -10 2 -49 2 2 2 39
2 -19 2 -47 3 18 2 63 2 -49 2 20 2 -15 2 14
2 83 2 -79 2 -27 2 -10 2 91 2 -69 2 30 2 38
2 -41 2 -16 3 -10 2 -1 2 -1 2 -24 2 7 2 19
2 85 2 -72 2 -29 2 60 2 -37 2 -5 2 -25 2 58
2 -9 2 -10 3 31 2 -19 2 -54 2 87 2 -51 2 32
2 -33 2 -47 2 9 1069 719 300 MP stroke
2 0 2 24 2 45 2 -78 2 -5 2 65 2 6 3 -24
2 -23 2 25 2 -18 2 -6 2 6 2 22 2 -52 2 59
2 -28 2 -13 2 -8 2 10 2 7 2 4 2 -41 3 39
2 -9 2 4 2 0 2 -1 2 0 2 -1 2 2 2 2
2 47 2 -40 2 -22 2 80 2 -60 2 -21 2 47 3 -31
2 9 2 -8 2 33 2 -16 2 -47 2 17 2 -5 2 34
2 1 2 11 2 43 2 -130 2 50 2 12 2 82 3 -36
2 -62 2 16 2 -2 2 32 2 -52 2 76 2 -20 2 -47
2 13 2 -6 2 39 2 23 2 -3 2 22 2 -14 3 -89
2 64 2 -41 2 -13 2 40 2 67 2 -95 2 -40 2 70
2 -59 2 147 2 -90 2 -49 2 -11 2 18 2 51 2 -49
3 24 2 -10 2 6 2 -25 2 -35 2 56 2 -1 2 -5
2 27 2 -59 2 35 2 14 2 -7 2 -6 2 25 2 -37
3 -11 2 16 2 2 2 3 2 30 2 -1 2 -57 2 68
2 -39 2 -1 2 -22 2 9 2 28 2 -17 2 -1 2 19
3 7 2 -1 2 2 2 -30 2 18 2 2 2 54 2 -131
2 54 2 13 2 -5 2 -19 2 14 2 5 2 74 2 -42
3 -29 2 -1 2 64 2 -12 2 15 2 -62 2 -62 2 44
2 -2 2 -4 2 22 2 4 2 -4 2 52 2 -87 2 23
3 -22 2 -3 2 0 2 1 2 2 2 -2 2 3 2 9
2 31 2 32 2 -66 2 -15 2 60 2 -5 2 -13 2 70
3 -55 2 -27 2 4 2 -4 2 -23 2 2 2 42 2 34
2 -47 2 -6 2 23 2 -3 2 -9 2 -5 2 42 2 -49
3 5 2 38 2 -12 2 35 2 -45 2 10 2 -18 2 -17
2 67 2 18 2 -4 2 -22 2 -32 2 -6 2 -22 2 -2
657 722 201 MP stroke
/c9 { 0.000000 1.000000 0.000000 sr} bdef
c9
3 -22 2 -12 2 -70 2 46 2 15 2 5 2 -17 2 85
2 -52 2 -72 2 14 2 29 2 -17 2 2 2 -5 2 26
3 1 2 13 2 -24 2 -32 2 23 2 -9 2 45 2 -38
2 18 2 -10 2 -14 2 -10 2 22 2 15 2 -8 2 -25
3 25 2 -15 2 25 2 56 2 -46 2 -19 2 46 2 36
2 -41 2 -41 2 7 2 17 2 -52 2 26 2 -15 2 -12
3 21 2 -18 2 37 2 62 2 -78 2 44 2 -33 2 -27
2 -14 2 31 2 0 2 6 2 -29 2 4 2 26 2 7
3 37 2 -96 2 83 2 -19 2 82 2 -94 2 39 2 -30
2 -48 2 36 2 29 2 -7 2 -21 2 -19 2 29 2 -5
3 20 2 5 2 -9 2 -21 2 -16 2 44 2 -38 2 -16
2 30 2 -21 2 10 2 -6 2 16 2 -31 2 42 2 36
3 -27 2 -11 2 4 2 -39 2 7 2 -12 2 20 2 -4
2 0 2 24 2 -56 2 83 2 -56 2 23 2 33 2 -8
3 -59 2 7 2 95 2 -50 2 -39 2 37 2 -29 2 -42
2 70 2 -8 2 -19 2 -17 2 18 2 30 2 -39 2 22
2 -13 3 0 2 36 2 -23 2 27 2 -74 2 23 2 -4
2 -2 2 0 2 1 2 -1 2 0 2 3 2 -7 2 51
2 -14 3 -18 2 4 2 14 2 -25 2 -6 2 72 2 -16
2 -57 2 5 2 5 2 48 2 -5 2 76 2 -27 2 -52
2 -64 3 19 2 -2 2 4 2 6 2 52 2 -56 2 24
2 12 2 33 2 -85 2 7 2 12 2 8 2 18 2 42
2 -114 3 8 2 25 2 53 2 22 2 47 2 -38 2 -51
2 0 2 -34 2 9 2 46 2 -51 2 103 2 -81 2 -8
2 -33 3 28 2 9 2 -30 2 21 2 -8 2 1 2 3
2 1 2 0 2 -1 2 3 2 5 2 1 2 -3 2 -1
2 5 3 -1 2 55 2 11 2 -52 2 6 2 -1 2 1
2 -4 2 10 2 -3 2 -13 2 -1 2 -10 2 -1 2 -22
2 37 3 -16 2 7 2 -62 2 42 2 11 2 -30 2 46
2 26 2 -21 2 -20 2 -55 2 46 2 4 2 23 2 -54
2 38 3 90 2 -76 2 -20 2 -8 2 48 2 -70 2 52
2 5 2 -46 2 169 2 -151 2 55 2 8 2 -89 2 39
2 -65 2 111 3 19 2 -74 2 -4 2 22 2 13 2 7
2 -66 2 37 2 -13 2 29 2 -18 2 -12 2 5 2 0
2 -53 2 64 3 88 2 -109 2 54 2 7 2 -50 2 -9
2 24 2 11 2 -49 2 13 2 -9 2 -6 2 5 2 5
2 1 2 -2 3 2 2 0 2 1 2 -1 2 0 2 50
2 -25 2 57 2 -48 1069 687 300 MP stroke
2 -21 2 -26 2 3 2 4 2 70 2 -2 2 -58 3 12
2 43 2 -46 2 4 2 -19 2 35 2 -8 2 -13 2 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -