From 6c8f66ad11efb0328a408ec1a84de1d45a834b81 Mon Sep 17 00:00:00 2001
From: David Georg Reichelt <davidgeorg_reichelt@dagere.de>
Date: Fri, 27 Aug 2021 11:48:15 +0200
Subject: [PATCH] Adapt graph for paper usability

---
 analysis/plotExponential.plt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/analysis/plotExponential.plt b/analysis/plotExponential.plt
index 896505c..f291429 100644
--- a/analysis/plotExponential.plt
+++ b/analysis/plotExponential.plt
@@ -71,6 +71,8 @@ plot '../results/evolution_inspectIT.csv' u 1:2 w linespoint lc "red" title 'Bas
 	
 unset output
 
+set terminal pdf size 5,3
+
 set out '../results/overview.pdf'
 
 set title 'Overview of Method Execution Durations'
@@ -78,7 +80,7 @@ set title 'Overview of Method Execution Durations'
 set xlabel 'Call Tree Depth'
 set ylabel 'Duration {/Symbol m}s'
 
-set key right center
+set key left top
 	
 plot '../results/evolution_inspectIT.csv' u 1:2 w linespoint lc "red" title 'Baseline', \
 	'../results/evolution_inspectIT.csv' u 1:($2-$3):($2+$3) w filledcurves lc "red" notitle fs transparent solid 0.5, \
-- 
GitLab