Page MenuHomec4science

phsp_0202.tex
No OneTemporary

File Metadata

Created
Wed, Mar 12, 05:03

phsp_0202.tex

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

Event Timeline