]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/plot.gp
Scripts for running all experiments, getting and processing results
[can-benchmark.git] / ugw / data / plot.gp
diff --git a/ugw/data/plot.gp b/ugw/data/plot.gp
new file mode 100644 (file)
index 0000000..ba1a4e0
--- /dev/null
@@ -0,0 +1,12 @@
+set title "CAN GW routing latency"
+set xlabel "Method"
+set ylabel "GW latency [µs]"
+set style data histogram
+set style histogram
+set style fill solid border -1
+set boxwidth 0.9
+set key off
+set grid
+set xtics rotate by -20
+set style histogram errorbars gap 1 lw 1
+plot 'result' using 3:2:4:xtic(1);