Page MenuHomec4science

plus_prec.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 09:12

plus_prec.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = 0.0175, xmax = 0.0185,
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= 300
]
\addplot
[
mark = x,
%smooth,
color = red,
only marks,
mark options = {
draw = red,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/ex4/amax/amax_plus_prec.dat" using 1:2;
};
%\addlegendentry{Étude sur $h_{min}$}
%
\node[label={270:{Angle optimal}},purple,circle,fill,inner sep=2pt] at (axis cs:0.01792826368482094,64.82606818177737) {};
\end{axis}
\end{tikzpicture}

Event Timeline