summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/7_1/0-3-3.mp
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /usergrps/uktug/baskervi/7_1/0-3-3.mp
Initial commit
Diffstat (limited to 'usergrps/uktug/baskervi/7_1/0-3-3.mp')
-rw-r--r--usergrps/uktug/baskervi/7_1/0-3-3.mp16
1 files changed, 16 insertions, 0 deletions
diff --git a/usergrps/uktug/baskervi/7_1/0-3-3.mp b/usergrps/uktug/baskervi/7_1/0-3-3.mp
new file mode 100644
index 0000000000..cae352ee57
--- /dev/null
+++ b/usergrps/uktug/baskervi/7_1/0-3-3.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;