summaryrefslogtreecommitdiff
path: root/dgm.plot
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-09-17 22:13:05 +0200
committerGuido Günther <agx@sigxcpu.org>2015-09-17 22:22:40 +0200
commit120a47dd25b0c206d5edc35d949e5ae965671ca0 (patch)
tree6e03301876f855291534b6337931ebf64e76dc1b /dgm.plot
Initial commitHEADmaster
Diffstat (limited to 'dgm.plot')
-rw-r--r--dgm.plot8
1 files changed, 8 insertions, 0 deletions
diff --git a/dgm.plot b/dgm.plot
new file mode 100644
index 0000000..e55341d
--- /dev/null
+++ b/dgm.plot
@@ -0,0 +1,8 @@
+set datafile separator ";"
+set term png
+set title 'DGM participants'
+set ylabel 'particiants'
+set xlabel 'year'
+set output 'dgm.png'
+set yrange [0:11]
+plot 'dgm.csv' with linespoints