diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp new file mode 100644 index 00000000000..9d8fcff36ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp @@ -0,0 +1,18 @@ +input graph +defaultfont:="ptmr8r"; +warningcheck:=0; +beginfig(1) +draw begingraph(2.5in,1.75in); +gdraw "yearm.dat" + plot btex $\bullet$ etex; +gdraw "yearw.dat" + plot btex $\circ$ etex; +glabel.bot + (btex Burials etex,OUT); +glabel.lft + (btex Number etex rotated 90,OUT); +endgraph; + + +endfig; +end; |