summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/7_1/0-0-4.mp
diff options
context:
space:
mode:
Diffstat (limited to 'usergrps/uktug/baskervi/7_1/0-0-4.mp')
-rw-r--r--usergrps/uktug/baskervi/7_1/0-0-4.mp16
1 files changed, 16 insertions, 0 deletions
diff --git a/usergrps/uktug/baskervi/7_1/0-0-4.mp b/usergrps/uktug/baskervi/7_1/0-0-4.mp
new file mode 100644
index 0000000000..cae352ee57
--- /dev/null
+++ b/usergrps/uktug/baskervi/7_1/0-0-4.mp
@@ -0,0 +1,16 @@
+input graph
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+draw begingraph(2.5in,1.75in);
+gfill "yearw.dat" withcolor red;
+for y=10,20,30:
+ itick.lft(format("%g",y),y);
+endfor
+otick.top("19th century",1850);
+otick.top("20th century",1950);
+frame.llft;
+autogrid(,);
+endgraph;
+endfig;
+end;