From a798128abda047f25c42a37fd5486fff9acffcb9 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 17 Jun 2017 19:02:21 +0200 Subject: first version --- errors_over_time.plt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 errors_over_time.plt (limited to 'errors_over_time.plt') diff --git a/errors_over_time.plt b/errors_over_time.plt new file mode 100644 index 0000000..1e6dbe3 --- /dev/null +++ b/errors_over_time.plt @@ -0,0 +1,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; -- cgit v1.3.1