Page MenuHomec4science

elliptic.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 15:49

elliptic.tex

\begin{tikzpicture}
\pgfplotstableread{Outs/ex2/Elliptick.dat}\convfile
\pgfplotsset
{
width = \textwidth,
xmin = 0.05, xmax = 3.2,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north west,
at = {(0.05, 0.95)}
}
}
\begin{axis}
[
%title = {Étude sur la composante $y$},
%log ticks with fixed point,
xlabel={$\theta_0$ [\si{\radian}]},
ylabel={Periode $T$ [\si{\second}]},
ymin= 0.5, ymax= 2,
]
\addplot
[
mark = *,
only marks,
mark options = {
draw = black,
fill = orange
}
]
table [x = theta0, y = Tm] {\convfile};
\addlegendentry{Numérique}
\addplot
[
mark = none,
smooth,
color = blue,
%mark options = {
% draw = black,
% fill = yellow
%}
]
table [x = theta0, y = Tan] {\convfile};
\addlegendentry{Analytique}
\end{axis}
\end{tikzpicture}

Event Timeline