]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Final version if gnuplot script
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 30 Nov 2009 11:18:24 +0000 (12:18 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 30 Nov 2009 11:18:24 +0000 (12:18 +0100)
results/casestudy.gp

index 2ea305b6b2fea4da3fc3b1d587f67dde48ebfd79..493abd934c3dc2f976eaf6035c0bf2730bdad601 100644 (file)
@@ -1,47 +1,52 @@
+
+set term postscript monochrome eps enhanced size 20 cm, 8 cm  font "Times-Roman"
+set output "casestudy.eps"
+set key top left reverse Left
+
 set multiplot layout 2, 4
 set xlabel ' '
 set xtics 1
 set xrange [0.5:3.5]
-set yrange [10:37]
+set yrange [10:40]
+set xlabel "Number of video streams" 
 set ylabel "Frames per second"
-set title "No load"
+set title "a) No load"
 plot \
-     'frsh.dat'                  using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH", \
+     '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"
+set xlabel ' '
 unset ylabel
-set xlabel "Number of video streams"
-set title "Wi-Fi loaded"
+set title "b) Wi-Fi loaded"
 plot \
-     'frsh-ping.dat'             using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH" , \
+     '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"
-set xlabel ' '
-set title "CPU loaded"
+set title "c) CPU loaded"
 plot \
-     'frsh-hackbench.dat'        using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH", \
+     '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"
-set title "Wi-Fi & CPU loaded"
+set title "d) Wi-Fi \\& CPU loaded"
 plot \
-     'frsh-hackbench-ping.dat'           using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH", \
+     '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"
 
 set yrange [0:*]
+set xlabel "Number of video streams"
 set ylabel "Standard deviation of\nframe processing time [s]"
-set title "No load"
+set title "e) No load"
 plot \
-     'frsh.dat'                  using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH", \
+     '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"
+set xlabel ' '
 unset ylabel
-set xlabel "Number of video streams"
-set title "Wi-Fi loaded"
+set title "f) Wi-Fi loaded"
 plot \
-     'frsh-ping.dat'             using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH" , \
+     '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"
-set xlabel ' '
-set title "CPU loaded"
+set title "g) CPU loaded"
 plot \
-     'frsh-hackbench.dat'        using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH", \
+     '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"
-set title "Wi-Fi & CPU loaded"
+set title "h) Wi-Fi \\& CPU loaded"
 plot \
-     'frsh-hackbench-ping.dat'           using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH", \
+     '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"