Skip to content
Snippets Groups Projects
Commit f4ebd4b3 authored by Martina Maggio's avatar Martina Maggio
Browse files

extermes in fig7 fix

parent 370729f6
No related branches found
No related tags found
No related merge requests found
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment