]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - scripts/plot_statistics_error.pl
Add titles to plots
[hubacji1/iamcar2.git] / scripts / plot_statistics_error.pl
1 set title "Not finished scenarios"
2 set xlabel "Scenario [-]"
3 set ylabel "Failed runs [%]"
4   plot 'stats' u 1:xticlabels(3) w histeps lc rgb '#ff0000' t ''
5 set terminal postscript eps size 3.5,2.62 enhanced color font 'Courrier,20' linewidth 2
6 set output 'out.eps'
7 replot