From 120a47dd25b0c206d5edc35d949e5ae965671ca0 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 17 Sep 2015 22:13:05 +0200 Subject: Initial commit --- dgm.plot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dgm.plot (limited to 'dgm.plot') 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 -- cgit v1.2.3