501
edits
Line 508: | Line 508: | ||
xmode=log, | xmode=log, | ||
ylabel={Magnitude / \si{\decibel}}, | ylabel={Magnitude / \si{\decibel}}, | ||
line width=1pt, | |||
] | ] | ||
\addplot[blue | \addplot[blue] table[x index=0,y index=1]{\datatable}; | ||
\nextgroupplot[ | \nextgroupplot[ | ||
xmode=log, | xmode=log, | ||
Line 515: | Line 516: | ||
ylabel={Phase / \si{\degree}}, | ylabel={Phase / \si{\degree}}, | ||
] | ] | ||
\addplot[red | \addplot[red] table[x index=0,y index=2]{\datatable}; | ||
\end{groupplot} | \end{groupplot} | ||
\end{tikzpicture} | \end{tikzpicture} |
edits