]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commitdiff
Enable filename on x axis
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 19 Sep 2019 10:44:12 +0000 (12:44 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 26 Sep 2019 11:28:49 +0000 (13:28 +0200)
scripts/c.pl
scripts/e.pl
scripts/t.pl

index cd61fe8957178ddba4ba79437ed26877d42f7747..d10a25c6f106a46773435e2032d643cca500a8a3 100644 (file)
@@ -1,6 +1,6 @@
 set logscale y
-  plot 'inits' u 2:7 w histeps lc rgb '#ff0000' t 'Max cost [m]'
-replot 'inits' u 2:10 w histeps lc rgb '#ffaaaa' t 'Stddev cost [m]'
-replot 'inits' u 2:9 w histeps lc rgb '#00aa00' t 'Avg cost [m]'
-replot 'inits' u 2:8 w histeps lc rgb '#aaddaa' t 'Min cost [m]'
+  plot 'inits' u 7:xticlabels(2) w histeps lc rgb '#ff0000' t 'Max 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 85079f2638196c3eab95e3225e872403216e7d2d..0d77395650bb7220108e42dd80a5641ab8fce006 100644 (file)
@@ -1,2 +1,2 @@
-  plot 'inits' u 2:1 w histeps lc rgb '#ff0000' t 'Error [%]'
+  plot 'inits' u 1:xticlabels(2) w histeps lc rgb '#ff0000' t 'Error [%]'
 pause -1
index 1332ff6a2366db12432ed21b3b7ec7493dd7dbf8..325451eb2adce423d096533d757a4013b3f2febb 100644 (file)
@@ -1,6 +1,6 @@
 set logscale y
-  plot 'inits' u 2:3 w histeps lc rgb '#ff0000' t 'Max time [s]'
-replot 'inits' u 2:6 w histeps lc rgb '#ffaaaa' t 'Stddev time [s]'
-replot 'inits' u 2:5 w histeps lc rgb '#00aa00' t 'Avg time [s]'
-replot 'inits' u 2:4 w histeps lc rgb '#aaddaa' t 'Min time [s]'
+  plot 'inits' u 3:xticlabels(2) w histeps lc rgb '#ff0000' t 'Max 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