Page MenuHomec4science

energy.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 01:44

energy.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={Energie mécanique [\si{\joule}]},
%ymin= 3.0556855440698e30, ymax= 3.0556855440699e30
]
\addplot
[
mark = x,
%smooth,
color = orange,
only marks,
mark options = {
draw = orange,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex3/cons.dat" using 1:2 every 2;
};
%\addlegendentry{Étude sur $h_{min}$}
\end{axis}
\end{tikzpicture}

Event Timeline