Control package: Difference between revisions

10 bytes removed ,  8 October 2015
Line 508: Line 508:
     xmode=log,
     xmode=log,
     ylabel={Magnitude / \si{\decibel}},
     ylabel={Magnitude / \si{\decibel}},
    line width=1pt,
   ]
   ]
   \addplot[blue,line width=1pt] table[x index=0,y index=1]{\datatable};  
   \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,line width=1pt] table[x index=0,y index=2]{\datatable};
   \addplot[red] table[x index=0,y index=2]{\datatable};
\end{groupplot}
\end{groupplot}
\end{tikzpicture}
\end{tikzpicture}
501

edits