summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-graphics-companion/3-3-11.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/3-3-11.mp')
-rw-r--r--Master/texmf-doc/doc/english/latex-graphics-companion/3-3-11.mp17
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/3-3-11.mp b/Master/texmf-doc/doc/english/latex-graphics-companion/3-3-11.mp
deleted file mode 100644
index 8a7f0325486..00000000000
--- a/Master/texmf-doc/doc/english/latex-graphics-companion/3-3-11.mp
+++ /dev/null
@@ -1,17 +0,0 @@
-input graph
-defaultfont:="ptmr8r";
-warningcheck:=0;
-beginfig(1)
-draw begingraph(2.5in,1.5in);
-numeric p[]; path r;
-for j := 0 upto 100: p[j]:=0; endfor
-gdata ("ages.dat",y, age:=(scantokens y1);
- p[age]:=p[age] + 1;);
-r:=(0,0)
- for j := 1 upto 100: --(j,p[j]) endfor;
-gdraw r;
-frame.llft;
-endgraph;
-
-endfig;
-end;