summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-8.mp
blob: 9d8fcff36ba5d5ab7c9677d226df11884ab29d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;