Page MenuHomec4science

reponse.tex
No OneTemporary

File Metadata

Created
Wed, Jan 29, 22:25

reponse.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={Fréquence [\si{\kilo\hertz}]},
xmin = -35, xmax = 60,
%title = {Aluminium},
legend style =
{
at = {(0.05, 0.95)},
anchor = north west
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin{axis}
[
ylabel={Réponse [\si{\volt}]},
ymin = 0, ymax = 2.5
]
\pgfplotstableread{outs/reponse.dat}\datafile
\addplot+
[
color = blue,
mark = x,
mark options = {
draw = blue,
fill = none
},
only marks,
%error bars/.cd,
%x dir=both,
%y dir=both,
%x explicit,
%y explicit
]
table [x = freq, y = rep] {\datafile};
\draw [dashed] (30,0) -- (30, 2.2);
\node[label={90:{Fréquence propre $= $}},x,fill,inner sep=3pt] at (axis cs:30,2.2) {};
\end{axis}
\end{tikzpicture}

Event Timeline