reset set term svg data='/home/sks/sks-status.gwolf.org/results.data' set xlabel 'Sampling date' set ylabel 'Number of responses' set xtics nomirror set ytics nomirror set border 1+2 set style line 12 lc rgb '#808080' lt 0 lw 1 set grid back ls 12 set yrange [0:850] set xtics rotate by -30 set xtics("2019.01.23" 1, "2019.05.14" 101, "2019.08.29" 201, "2019.12.07" 301, "2020.03.16" 401, "2020.06.24" 501, "2020.10.02" 601, "2021.01.10" 701, "2021.04.20" 801, "2021.07.29" 901, "2021.11.06" 1001, "2022.02.14" 1101, "2022.05.25" 1201, "2022.09.02" 1301, "2022.12.11" 1401, "2023.03.21" 1501, "2023.06.29" 1601, "2023.10.07" 1701, "2024.01.15" 1801) plot data using 1:7 title "Exception" with points pointsize 0.2 linetype rgb "#000000" linewidth 2, \ data using 1:6 title "No method" with points pointsize 0.2 linetype rgb "#000088" linewidth 2, \ data using 1:5 title "Socket error" with points pointsize 0.2 linetype rgb "#884400" linewidth 2, \ data using 1:4 title "Timeout" with points pointsize 0.2 linetype rgb "#880000" linewidth 2, \ data using 1:3 title "Unreachable" with points pointsize 0.2 linetype rgb "#888800" linewidth 2, \ data using 1:2 title "Success" with points pointsize 0.3 pointtype 5 linetype rgb "#008800" linewidth 2