Page MenuHomec4science

momentum.tex
No OneTemporary

File Metadata

Created
Wed, Mar 12, 04:37

momentum.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={Quantité de mouvement [\si{\newton.\second}]},
/pgf/number format/.cd,fixed,precision = 15,
ymin= 6.0412836498852e27, ymax= 6.0412836498853e27
]
\addplot
[
mark = none,
smooth,
color = teal,
%only marks,
%mark options = {
% draw = teal,
% fill = none
%}
]
gnuplot [raw gnuplot] {
plot "outs/ex3/cons.dat" using 1:3 every 2;
};
%\addlegendentry{Étude sur $h_{min}$}
\end{axis}
\end{tikzpicture}

Event Timeline