]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - scripts/plot_statistics_connecteds-in-path.pl
Fix private member name
[hubacji1/iamcar2.git] / scripts / plot_statistics_connecteds-in-path.pl
1 # To run with folder name (aka planner) at x axis, use:
2 #
3 #       gnuplot -e "lx=2" plot_statistics_connected-in-path.pl
4 #
5 if (!exists('lx')) lx=3
6   plot 'stats' u 26:xticlabels(lx) w histeps lc rgb '#ff0000' t 'Avg connected-in-path [-]'
7 replot 'stats' u 27:xticlabels(lx) w histeps lc rgb '#ffaaaa' t 'Stddev connected-in-path [-]'
8 replot 'stats' u 28:xticlabels(lx) w histeps lc rgb '#0000ff' t 'Median connected-in-path [-]'
9 replot 'stats' u 29:xticlabels(lx) w histeps lc rgb '#aaaaff' t 'Max connected-in-path [-]'
10 replot 'stats' u 30:xticlabels(lx) w histeps lc rgb '#aaaaff' t 'Min connected-in-path [-]'
11 set terminal postscript eps size 3.5,2.62 enhanced color font 'Courrier,20' linewidth 2
12 set output 'out.eps'
13 replot