]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Shorten figure labels
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 May 2010 08:09:31 +0000 (10:09 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 May 2010 08:09:31 +0000 (10:09 +0200)
results/casestudy.gp

index ca1721d6d659ace8a43bad918d1fd74822378509..bfd644577a24b9d8c5fccc0bdf5773d8f7e03825 100644 (file)
@@ -12,51 +12,51 @@ set xlabel "Number of video streams"
 set ylabel "Frames per second"
 set title "a) No load"
 plot \
-     'frsh.dat'                  using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh.dat'               using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh.dat'                  using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh.dat'               using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
 set xlabel ' '
 unset ylabel
 set title "b) Wi-Fi loaded"
 plot \
-     'frsh-ping.dat'             using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH" , \
-     'no-frsh-ping.dat'          using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-ping.dat'             using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH" , \
+     'no-frsh-ping.dat'          using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
 set title "c) CPU loaded"
 plot \
-     'frsh-hackbench.dat'        using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh-hackbench.dat'      using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-hackbench.dat'        using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-hackbench.dat'      using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
 set title "d) Wi-Fi \\& CPU loaded"
 plot \
-     'frsh-hackbench-ping.dat'           using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh-ping-hackbench.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-hackbench-ping.dat'           using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-ping-hackbench.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
 
 set title "x) Disk loaded"
 plot \
-     'frsh-dd.dat'               using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh-dd.dat'            using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-dd.dat'               using ($1+0.8):2:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-dd.dat'            using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "No FRSH"
 
 set yrange [0:0.03]
 set xlabel "Number of video streams"
 set ylabel "Standard deviation of\ninter-frame time [s]"
 set title "e) No load"
 plot \
-     'frsh.dat'                  using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh.dat'               using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh.dat'                  using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh.dat'               using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
 set xlabel ' '
 unset ylabel
 set title "f) Wi-Fi loaded"
 plot \
-     'frsh-ping.dat'             using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH" , \
-     'no-frsh-ping.dat'          using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-ping.dat'             using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH" , \
+     'no-frsh-ping.dat'          using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
 set yrange [0:0.3]
 set title "g) CPU loaded"
 plot \
-     'frsh-hackbench.dat'        using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh-hackbench.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-hackbench.dat'        using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-hackbench.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
 set title "h) Wi-Fi \\& CPU loaded"
 plot \
-     'frsh-hackbench-ping.dat'           using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh-ping-hackbench.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-hackbench-ping.dat'           using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-ping-hackbench.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"
 set title "y) Disk loaded"
 plot \
-     'frsh-dd.dat'               using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "With FRSH", \
-     'no-frsh-dd.dat'            using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
+     'frsh-dd.dat'               using ($1+0.8):3:(0.3) with boxes fs solid 0.5 title "FRSH", \
+     'no-frsh-dd.dat'            using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "No FRSH"