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