]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - ugw/data/plot.gp
Scripts for running all experiments, getting and processing results
[can-benchmark.git] / ugw / data / plot.gp
1 set title "CAN GW routing latency"
2 set xlabel "Method"
3 set ylabel "GW latency [µs]"
4 set style data histogram
5 set style histogram
6 set style fill solid border -1
7 set boxwidth 0.9
8 set key off
9 set grid
10 set xtics rotate by -20
11 set style histogram errorbars gap 1 lw 1
12 plot 'result' using 3:2:4:xtic(1);