]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - scripts/plot_statistics_error.pl
Fix failure rate, resize plot
[hubacji1/iamcar2.git] / scripts / plot_statistics_error.pl
1 set title "Not finished scenarios"
2 set xlabel "Scenario [-]"
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 lines
8 #set logscale y
9 set yrange [-1:101]
10 set xtics rotate by -45
11 set key off
12 set xrange [0:60]
13   plot 'stats_1' u (1*$0 - 0.15):1 lc rgb '#0000ff' t '3D kd RS-RS', \
14        'stats_2' u (1*$0):1:xticlabels(3) lc rgb '#00ff00' t '3D kd RS-heur', \
15        'stats_3' u (1*$0 + 0.15):1 lc rgb '#ff00ff' t '3D grid RS-RS', \
16        'stats_4' u (1*$0 + 0.3):1 lc rgb '#ff0000' t '3D grid RS-heur'
17
18 set terminal postscript eps size 3.5,2.62 enhanced color font 'Courrier,20' linewidth 2
19 set output 'out.eps'
20 replot