]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - scripts/plot_statistics_cusps-in-path.pl
Merge branch 'feature/refactor-plot-graphs'
[hubacji1/iamcar2.git] / scripts / plot_statistics_cusps-in-path.pl
1 # To run with folder name (aka planner) at x axis, use:
2 #
3 #       gnuplot -e "lx=2" plot_statistics_cusps-in-path.pl
4 #
5 if (!exists('lx')) lx=3
6   plot 'stats' u 21:xticlabels(lx) w histeps lc rgb '#ff0000' t 'Avg cusps-in-path [-]'
7 replot 'stats' u 22:xticlabels(lx) w histeps lc rgb '#ffaaaa' t 'Stddev cusps-in-path [-]'
8 replot 'stats' u 23:xticlabels(lx) w histeps lc rgb '#0000ff' t 'Median cusps-in-path [-]'
9 replot 'stats' u 24:xticlabels(lx) w histeps lc rgb '#aaaaff' t 'Max cusps-in-path [-]'
10 replot 'stats' u 25:xticlabels(lx) w histeps lc rgb '#aaaaff' t 'Min cusps-in-path [-]'
11 pause -1