Page MenuHomec4science

theta_dt_g.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 05:59

theta_dt_g.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = 0, xmax = 20,
width = \textwidth,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = south west,
at = {(0.05, 0.05)}
}
}
\begin{axis}
[
%title = {Étude sur la composante $y$},
xlabel={temps [\si{\second}]},
ylabel={$\theta$ [\si{\radian}]},
ymin= -2.5e-6, ymax= 1.5e-6,
%mark = none,
%only marks,
%mark options = {
% draw = blue,
% fill = none
%}
]
\addplot
[
mark = diamond,
%smooth,
only marks,
mark options = {
draw = black,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "Outs/ex1/dtgrand.dat" using 1:2;
};
\addlegendentry{Numérique}
\addplot
[
mark = none,
smooth,
color = blue,
domain = 0:20,
samples = 2000
] gnuplot
{1e-6 * cos(9.9045 * x)};
\addlegendentry{Analytique}
\end{axis}
\end{tikzpicture}

Event Timeline