Page MenuHomec4science

phsp_12025.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 13:52

phsp_12025.tex

\begin{tikzpicture}
%\pgfplotstableread{Outs/ex5/datieIII12025.dat}\phsp
\pgfplotsset
{
xmin = -1.3, xmax = 1.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= -13, ymax= 13,
mark = x,
only marks,
mark options = {
draw = blue,
fill = none
}
]
%\addplot
% table [x index = 1, y index = 2] {\phsp};
%\addlegendentry{}
\addplot[mark = x] gnuplot [raw gnuplot] {
plot "Outs/ex5/datieIII12025.dat" using 2:3 every 10;
};
\end{axis}
\end{tikzpicture}

Event Timeline