From f4ebd4b3c0b5c5b8a310d8b64b9d45e128d0a712 Mon Sep 17 00:00:00 2001
From: Martina Maggio <maggio.martina@gmail.com>
Date: Wed, 10 Apr 2019 13:06:31 +0200
Subject: [PATCH] extermes in fig7 fix

---
 artifact/figures/fig7.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/artifact/figures/fig7.tex b/artifact/figures/fig7.tex
index 73f8e9a..ec1f11b 100644
--- a/artifact/figures/fig7.tex
+++ b/artifact/figures/fig7.tex
@@ -40,7 +40,7 @@ xlabel near ticks,
   legend columns=4,
   legend style={draw=none,at={(2.6,1.3)}},
   xlabel = {$T_d$ -- Kill},
-  restrict y to domain=1:8.5,
+  restrict y to domain=1:1000,
 ]
 \addplot[thick, black] {-1};
 \addlegendentry{DMAC}
@@ -57,14 +57,14 @@ xlabel near ticks,
 \addplot[thick, red, dotted] table[x index=0, y index=2, col sep=comma] {\databa};
 \addplot[thick, red, dashdotted] table[x index=0, y index=3, col sep=comma] {\databa};
 
-\nextgroupplot[xlabel = {$T_d$ -- Skip-Next}, restrict y to domain=1:8.5]
+\nextgroupplot[xlabel = {$T_d$ -- Skip-Next}, restrict y to domain=1:1000]
 \node[align=right,draw=black!30,fill=white] (lab) at (axis cs:1.35,6.5) {$N_T=5$, $U_{\Gamma'}=0.7$\\$R_d^B \in [0.15,0.25]\,$s\\Integrator};
 \addplot[thick, blue] table[x index=0, y index=1, col sep=comma] {\dataab};
 \addplot[thick, blue, densely dashed] table[x index=0, y index=2, col sep=comma] {\dataab};
 \addplot[thick, blue, dotted] table[x index=0, y index=2, col sep=comma] {\databb};
 \addplot[thick, blue, dashdotted] table[x index=0, y index=3, col sep=comma] {\databb};
 
-\nextgroupplot[xlabel = {$T_d$ -- Queue(1)}, restrict y to domain=1:8.5]
+\nextgroupplot[xlabel = {$T_d$ -- Queue(1)}, restrict y to domain=1:1000]
 \node[align=right,draw=black!30,fill=white] (lab) at (axis cs:1.35,6.5) {$N_T=5$, $U_{\Gamma'}=0.7$\\$R_d^B \in [0.15,0.25]\,$s\\Integrator};
 \addplot[thick, black!20!green] table[x index=0, y index=1, col sep=comma] {\dataac};
 \addplot[thick, black!20!green, densely dashed] table[x index=0, y index=2, col sep=comma] {\dataac};
-- 
GitLab