summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-9.mp
blob: 8617e0b7be07f40a56468888837a60bed1d69ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
input graph
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
draw begingraph(2.5in,1.75in);
gfill "yearw.dat" withcolor red;
autogrid(grid.bot,itick.rt)
  withcolor .5white;
frame.llft;
endgraph;



endfig;
end;