Page MenuHomec4science

dati0500.tex
No OneTemporary

File Metadata

Created
Tue, Mar 11, 17:03

dati0500.tex

\begin{tikzpicture}
%\pgfplotstableread{Outs/ex5/datieIII0001.dat}\phsp
\pgfplotsset
{
xmin = -2000, xmax = 2000,
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= 40
]
\addplot
[
mark = x,
only marks,
mark options = {
draw = orange,
fill = none
}
] gnuplot [raw gnuplot] {
plot "Outs/ex6/datifI0500.out" using 2:3 every 4;
};
\end{axis}
\end{tikzpicture}

Event Timeline