Page MenuHomec4science

convrky.tex
No OneTemporary

File Metadata

Created
Sun, Jan 5, 05:49

convrky.tex

\begin{tikzpicture}
\pgfplotsset
{
title = {Convérgence en $y$}
xmin = 0, xmax = 22,
legend style = {
matrix anchor = south west,
at = {(0.05, 0.05)}
}
}
\pgfplotstableread{conv_study_two.dat}\convstudytwo
\begin{axis}
[
xlabel={$dt \: [10^{-11} \; s]$},
ylabel={$y_{fin} \: [m]$},
ymin=-5e-7, ymax= 3e-5,
ymajorgrids = true,
grid style = dashed
]
\addplot[smooth, mark = square*, red]
table [x = dt, y = Y] {\convstudytwo};
\label{rungey}
\addlegendentry{$Y_{fin}$}
\end{axis}
\end{tikzpicture}

Event Timeline