Page MenuHomec4science

distance.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 10:06

distance.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = 0, xmax = 9e6,
width = 10cm,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north east,
at = {(0.95, 0.95)}
},
%title = {Étude sur la composante $y$},
xlabel={$t$ [\si{\second}]},
}
\begin{axis}
[
ylabel={Distance Terre-Lune [\si{\metre}]},
%ymin= 384747999.99992, ymax= 384748000.00001
]
\addplot
[
mark = x,
%smooth,
color = violet,
only marks,
mark options = {
draw = violet,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex3/cons.dat" using 1:4 every 2;
};
%\addlegendentry{Étude sur $h_{min}$}
\end{axis}
\end{tikzpicture}

Event Timeline