]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - scripts/plot_statistics_1_time.pl
Fix failure rate, resize plot
[hubacji1/iamcar2.git] / scripts / plot_statistics_1_time.pl
1 # To run with folder name (aka planner) at x axis, use:
2 #
3 #       gnuplot -e "lx=2" plot_statistics_time.pl
4 #
5 set title "Elapsed time"
6 set xlabel "Planner [-]"
7 set ylabel "Time [s]"
8 set yrange [-1:14]
9 set key left
10 set offset 0.5, 0.5, 0, 0
11 set bars 1
12 set xtics rotate by -45
13 set grid
14
15 if (!exists('lx')) lx=3
16   plot 'stats' u 0:6:7:xticlabels(lx) w yerrorbars ls 1 lc rgb '#0000ff' t ''
17 set terminal postscript eps size 3.5,2.62 enhanced color font 'Courrier,20' linewidth 2
18 set output 'out.eps'
19 replot