From bcd32538c181ce6597bc2fc6e1adf98709ef1bae Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 18 Jan 2016 20:35:40 -0500 Subject: report/graphs/avg-time-sae.gp: ylabel positioning changed the offset such that it is not colliding with other elements in the graph. --- report/graphs/avg-time-sae.gp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report') 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 -- cgit v1.2.3