Page MenuHomec4science

ampio.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 01:21

ampio.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = -0.6, xmax = 0.1,
width = 10cm,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north west,
at = {(0.05, 0.95)}
},
%title = {Étude sur la composante $y$},
xlabel={$\Delta \alpha$ [\si{\radian}]},
}
\begin{axis}
[
ylabel={$a_{max}$ [\si{\metre\per\second^2}]},
ymin= 0, ymax= 3500
]
\addplot
[
mark = +,
%smooth,
color = red,
only marks,
mark options = {
draw = red,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex4/amax/amax_ampio.dat" using 1:2;
};
%\addlegendentry{Étude sur $h_{min}$}
\end{axis}
\end{tikzpicture}

Event Timeline