Fixed gamma labels
This commit is contained in:
parent
dd15b4c04b
commit
606e3e2530
@ -111,16 +111,15 @@
|
|||||||
\addplot [ForestGreen, mark=*] table [x=SNR, y=BER,
|
\addplot [ForestGreen, mark=*] table [x=SNR, y=BER,
|
||||||
col sep=comma, discard if not={gamma}{0.15}]
|
col sep=comma, discard if not={gamma}{0.15}]
|
||||||
{res/proximal/2d_ber_fer_dfr_20433484.csv};
|
{res/proximal/2d_ber_fer_dfr_20433484.csv};
|
||||||
\legend{$\gamma = 0.15$}
|
\addlegendentry{$\gamma = 0.15$}
|
||||||
\addplot [NavyBlue, mark=*] table [x=SNR, y=BER,
|
\addplot [NavyBlue, mark=*] table [x=SNR, y=BER,
|
||||||
col sep=comma, discard if not={gamma}{0.01}]
|
col sep=comma, discard if not={gamma}{0.01}]
|
||||||
{res/proximal/2d_ber_fer_dfr_20433484.csv};
|
{res/proximal/2d_ber_fer_dfr_20433484.csv};
|
||||||
\legend{$\gamma = 0.01$}
|
\addlegendentry{$\gamma = 0.01$}
|
||||||
\addplot [RedOrange, mark=*] table [x=SNR, y=BER,
|
\addplot [RedOrange, mark=*] table [x=SNR, y=BER,
|
||||||
col sep=comma, discard if not={gamma}{0.05}]
|
col sep=comma, discard if not={gamma}{0.05}]
|
||||||
{res/proximal/2d_ber_fer_dfr_20433484.csv};
|
{res/proximal/2d_ber_fer_dfr_20433484.csv};
|
||||||
\legend{$\gamma = 0.05$}
|
\addlegendentry{$\gamma = 0.05$}
|
||||||
\legend{$\gamma=0.01$, $\gamma=0.05$, $\gamma=0.15$}
|
|
||||||
\end{semilogyaxis}
|
\end{semilogyaxis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{subfigure}%
|
\end{subfigure}%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user