summaryrefslogtreecommitdiff
path: root/dgm.plot
diff options
context:
space:
mode:
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