summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/7_1/0-3-1.mp
diff options
context:
space:
mode:
Diffstat (limited to 'usergrps/uktug/baskervi/7_1/0-3-1.mp')
-rw-r--r--usergrps/uktug/baskervi/7_1/0-3-1.mp16
1 files changed, 16 insertions, 0 deletions
diff --git a/usergrps/uktug/baskervi/7_1/0-3-1.mp b/usergrps/uktug/baskervi/7_1/0-3-1.mp
new file mode 100644
index 0000000000..2b925b1a1f
--- /dev/null
+++ b/usergrps/uktug/baskervi/7_1/0-3-1.mp
@@ -0,0 +1,16 @@
+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;