summaryrefslogtreecommitdiff
path: root/dgm.plot
blob: e55341da784b0aafc8d7587b63a4a8a8fedc3983 (plain)
1
2
3
4
5
6
7
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