summaryrefslogtreecommitdiff
path: root/errors_over_time.plt
blob: 1e6dbe3de4ab79f9fee6fd39e2525b8df888d854 (plain)
1
2
3
4
5
6
7
8
9
10
set title "API /matches errors"
set timefmt "%Y-%m-%dT%H:%M:%SZ";
set xdata time;

set datafile separator ", ";

set terminal png noenhanced;
set key autotitle columnhead;
set output outputfile;
plot inputfile using "date":"date_count" with lines;