Page MenuHomec4science

maxenergie.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 06:37

maxenergie.tex

\begin{tikzpicture}
\pgfplotstableread{Outs/ex3/omegaflex.dat}\convfile
\pgfplotsset
{
xmin = 9.6, xmax = 10.05,
width = \textwidth,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = south west,
at = {(0.05, 0.05)}
}
}
\begin{axis}
[
%title = {Étude sur la composante $y$},
xlabel={$\Omega$ [\si{\radian\per\second}]},
ylabel={Énergie maximale [\si{\joule}]},
ymin= 1e-8, ymax= 4e-2,
]
\addplot
[
mark = diamond*,
color = black,
%only marks,
mark options = {
draw = black,
fill = yellow
}
]
table [x = Omega, y = Max] {\convfile};
\end{axis}
\end{tikzpicture}

Event Timeline