2017-10-10
Plotting the number of contacts (again)
After working through the results of my participation in the Russian worldwide digimode contest 2017 I decided to run a graph again of contacts per month as I did in Februari 2017. And remember how I made those graphs this time and save it in a plot script.And the plotscript:
set output "qslcount.png" set terminal png size 440,300 fontscale 0.7 set timefmt "%Y-%m" set xlabel "Month" set ylabel "Number of contacts" set xdata time set style data lines set xtics format "%b %Y" set xtics rotate plot "dataset-qsocount" using 1:2 title "Contacts/Month"The interesting peak in January 2017 is still visible, it was caused by two contests I participated in: the ARRL RTTY roundup 2017 and the UBA PSK63 prefix contest 2017.