diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-18 20:35:40 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-18 20:35:40 -0500 |
commit | bcd32538c181ce6597bc2fc6e1adf98709ef1bae (patch) | |
tree | b1baa5f6de130b189205c32c92f6a98cf50c8008 /report/graphs | |
parent | b7c6d766ad1b0ce2aebf650f075449dbbb69515b (diff) |
report/graphs/avg-time-sae.gp: ylabel positioning
changed the offset such that it is not colliding with other elements in
the graph.
Diffstat (limited to 'report/graphs')
-rw-r--r-- | report/graphs/avg-time-sae.gp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/graphs/avg-time-sae.gp b/report/graphs/avg-time-sae.gp index 9b8311c..e747a79 100644 --- a/report/graphs/avg-time-sae.gp +++ b/report/graphs/avg-time-sae.gp @@ -12,7 +12,7 @@ set terminal latex size 13cm, 8cm set output "avg-time-sae.tex" set format xy '%g' set xlabel 'total size of files processed (MiB)' -set ylabel 'avg time taken (ms)' offset 0, 2, 0 +set ylabel 'avg time taken (ms)' offset -5.5, 2.8, 0 set grid set key left plot 'avg-time-sae' u 1:2 t 'avg. time to split \& encrypt file' w linespoints |