Page MenuHomec4science

conv.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 14:48

conv.tex

\begin{tikzpicture}
\pgfplotstableread{Outs/ex1/conv.dat}\convfile
\pgfplotsset
{
width = \textwidth,
xmin = 0.0001, xmax = 3,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north west,
at = {(0.05, 0.95)}
}
}
\begin{loglogaxis}
[
%title = {Étude sur la composante $y$},
%log ticks with fixed point,
xlabel={$\Delta t$ [\si{\second}]},
ylabel={$\theta$ [\si{\radian}]},
ymin= 10e-11, ymax= 1e4,
]
\addplot
[
mark = square*,
only marks,
mark options = {
draw = black,
fill = yellow
}
]
table [x = dt, y = theta] {\convfile};
\addlegendentry{$t_{fin} = 20$ \si{\second}}
\end{loglogaxis}
\end{tikzpicture}

Event Timeline