]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commitdiff
Plot average
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 19 Sep 2019 10:46:11 +0000 (12:46 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 19 Sep 2019 10:46:11 +0000 (12:46 +0200)
scripts/c.pl
scripts/t.pl

index d10a25c6f106a46773435e2032d643cca500a8a3..e447790a0582e8ca44d93460d8b5262068298064 100644 (file)
@@ -1,6 +1,4 @@
 set logscale y
-  plot 'inits' u 7:xticlabels(2) w histeps lc rgb '#ff0000' t 'Max cost [m]'
+  plot 'inits' u 9:xticlabels(2) w histeps lc rgb '#ff0000' t 'Avg cost [m]'
 replot 'inits' u 10:xticlabels(2) w histeps lc rgb '#ffaaaa' t 'Stddev cost [m]'
-replot 'inits' u 9:xticlabels(2) w histeps lc rgb '#00aa00' t 'Avg cost [m]'
-replot 'inits' u 8:xticlabels(2) w histeps lc rgb '#aaddaa' t 'Min cost [m]'
 pause -1
index 325451eb2adce423d096533d757a4013b3f2febb..68def1f7e502fc56857eade7edc9e938d0369ee9 100644 (file)
@@ -1,6 +1,4 @@
 set logscale y
-  plot 'inits' u 3:xticlabels(2) w histeps lc rgb '#ff0000' t 'Max time [s]'
+  plot 'inits' u 5:xticlabels(2) w histeps lc rgb '#ff0000' t 'Avg time [s]'
 replot 'inits' u 6:xticlabels(2) w histeps lc rgb '#ffaaaa' t 'Stddev time [s]'
-replot 'inits' u 5:xticlabels(2) w histeps lc rgb '#00aa00' t 'Avg time [s]'
-replot 'inits' u 4:xticlabels(2) w histeps lc rgb '#aaddaa' t 'Min time [s]'
 pause -1