Page MenuHomec4science

minus.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 09:54

minus.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = -0.36470, xmax = -0.36468,
width = 10cm,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north east,
at = {(0.55, 0.95)}
},
%title = {Étude sur la composante $y$},
xlabel={$\Delta \alpha$ [\si{\radian}]},
}
\begin{axis}
[
ylabel={$h_{min}$ [\si{\metre}]},
ymin= 0, ymax= 700
]
\addplot
[
mark = x,
%smooth,
color = blue,
only marks,
mark options = {
draw = blue,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex4/hmin/hmin_minus.dat" using 1:2;
};
%\addlegendentry{Étude sur $h_{min}$}
\end{axis}
\end{tikzpicture}

Event Timeline