The R Project SVN R

Rev

Rev 46822 | Rev 51437 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46822 Rev 48310
Line 26... Line 26...
26
/c   { newpath 0 360 arc } def
26
/c   { newpath 0 360 arc } def
27
/r   { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } def
27
/r   { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } def
28
/p1  { stroke } def
28
/p1  { stroke } def
29
/p2  { gsave bg fill grestore newpath } def
29
/p2  { gsave bg fill grestore newpath } def
30
/p3  { gsave bg fill grestore stroke } def
30
/p3  { gsave bg fill grestore stroke } def
-
 
31
/p6  { gsave bg eofill grestore newpath } def
-
 
32
/p7  { gsave bg eofill grestore stroke } def
31
/t   { 5 -2 roll moveto gsave rotate
33
/t   { 5 -2 roll moveto gsave rotate
32
       1 index stringwidth pop
34
       1 index stringwidth pop
33
       mul neg 0 rmoveto show grestore } def
35
       mul neg 0 rmoveto show grestore } def
34
/ta  { 4 -2 roll moveto gsave rotate show } def
36
/ta  { 4 -2 roll moveto gsave rotate show } def
35
/tb  { 2 -1 roll 0 rmoveto show } def
37
/tb  { 2 -1 roll 0 rmoveto show } def