Page MenuHomec4science

Omega.tex
No OneTemporary

File Metadata

Created
Tue, Oct 15, 17:41

Omega.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={Éffort du moteur $\epsilon$},
xmin = 2, xmax = 8,
legend style =
{
at = {(0.05, 0.95)},
anchor = north west
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true,
% custom entry
legend image with node/.style={
legend image code/.code={%
\node[#1, circle, fill, anchor=center, inner sep=1.7pt] at (0.3cm,0cm) {};
}
},
clip mode = individual,
minor x tick num = 4,
minor y tick num = 4
}
\begin{axis}
[
ylabel={$\Omega$ [\si{\radian/\second}]},
ymin = 2, ymax = 8
]
\pgfplotstableread{outs/resonance.dat}\infile
\addplot
[
color = blue,
mark = asterisk,
mark options = {
draw = blue,
fill = none
},
only marks,
on layer = main
]
table [x = fs, y = Omega] {\infile};
\addlegendentry{Mésurations}
\addplot
[
mark = none,
color = brown,
domain = 2:8,
on layer = foreground
] {1.0002 * x - 0.0557};
\addlegendentry{Linear fit}
\end{axis}
\end{tikzpicture}

Event Timeline