From 35ef7cffcb2720da537268217061d5a717be1e77 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 17 May 2010 10:09:31 +0200 Subject: [PATCH] Shorten figure labels --- results/casestudy.gp | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/results/casestudy.gp b/results/casestudy.gp index ca1721d..bfd6445 100644 --- a/results/casestudy.gp +++ b/results/casestudy.gp @@ -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" -- 2.39.2