Page MenuHomec4science

phsp_log_d.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 06:19

phsp_log_d.tex

\begin{tikzpicture}
%\pgfplotstableread{Outs/ex5/datieIII0001.dat}\phsp
\pgfplotsset
{
xmin = -3.3, xmax = 3.3,
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={$\theta$ [\si{\radian}]},
ylabel={$\dot{\theta}$ [\si{\radian\per\second}]},
ymin= -40, ymax= 30,
]
\addplot
[
mark = x,
only marks,
mark options = {
draw = blue,
fill = none
}
] gnuplot [raw gnuplot] {
plot "Outs/ex5/datilogI.dat" using 2:3 every 5;
};
\addlegendentry{$\theta_0 = 2.5$ [\si{\radian}]}
\addplot
[
mark = +,
only marks,
mark options = {
draw = red,
fill = none
}
] gnuplot [raw gnuplot] {
plot "Outs/ex5/datilogII.dat" using 2:3 every 5;
};
\addlegendentry{$\theta_0 = 2.5 + 10^{-8}$ [\si{\radian}]}
\end{axis}
\end{tikzpicture}

Event Timeline