]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - scripts/plot_statistics_1_error.pl
Fix plot when obst in json is null
[hubacji1/iamcar2.git] / scripts / plot_statistics_1_error.pl
1 set title "Not finished scenarios"
2 set xlabel "Planner [-]"
3 set ylabel "Failed runs [%]"
4 set key left
5 set offset 0.5, 0.5, 0, 0
6 set grid
7 set style data boxes
8 set boxwidth 0.1
9 #set logscale y
10 #set yrange [0.1:500]
11 set xtics rotate by -45
12   plot 'stats' u 1:xticlabels(3) lc rgb '#0000ff' t ''
13
14 set terminal postscript eps size 3.5,2.62 enhanced color font 'Courrier,20' linewidth 2
15 set output 'out.eps'
16 replot