Page MenuHomec4science

prec.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 10:12

prec.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = 0.0002, xmax = 0.0012,
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={$\Delta \alpha$ [\si{\radian}]},
}
\begin{axis}
[
ylabel={$a_{max}$ [\si{\metre\per\second^2}]},
ymin= 0, ymax= 180
]
\addplot
[
mark = x,
%smooth,
color = blue,
only marks,
mark options = {
draw = blue,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex2/anglerange_prec.dat" using 1:2;
};
%\addlegendentry{Étude sur $h_{min}$}
\node[label={270:{Angle optimal}},red,circle,fill,inner sep=2pt] at (axis cs:0.0005444975767978621,65.2549072937) {};
\end{axis}
\end{tikzpicture}

Event Timeline