Page MenuHomec4science

convdt.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 00:37

convdt.tex

\begin{tikzpicture}
\definecolor{darkbrown}{RGB}{102, 51, 0}
\pgfplotsset
{
xmin = 0.23, xmax = 200,
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 t$ [\si{\second}]}
}
\begin{loglogaxis}
[
ylabel={$\abs*{min(h) - h_{min}}$ [\si{\metre}]},
ymin= 1e-5, ymax= 1e5,
axis y line*= left,
every y tick label/.append style = {blue}
]
\addplot
[
mark = *,
%smooth,
color = black,
only marks,
mark options = {
draw = black,
fill = blue
}
]
gnuplot [raw gnuplot] {
plot "outs/ex1/convdt.dat" using 1:2;
};
\label{plothmin}
\addlegendentry{Étude sur $h_{min}$}
\addplot
[
mark = none,
color = blue,
smooth,
domain = 0.23:200,
] {0.00013977608972 * x^3.97527616661};
\label{plothminfit}
\node [draw,fill=white] at (rel axis cs: 0.7,0.3) {\shortstack[l]{\ref{plothminfit} $1.4 \cdot 10^{-4} \cdot dt^4$}};
\end{loglogaxis}
\begin{loglogaxis}
[
ylabel={$\abs*{max(v) - v_{max}}$ [\si{\metre\per\second}]},
ymin= 1e-9, ymax= 100,
axis y line*= right,
axis x line= none,
every y tick label/.append style = {darkbrown}
]
\addlegendimage{/pgfplots/refstyle=plothmin}\addlegendentry{Étude sur $h_{min}$}
\addplot
[
mark = square*,
%smooth,
color = black,
only marks,
mark options = {
draw = black,
fill = brown
}
]
gnuplot [raw gnuplot] {
plot "outs/ex1/convdt.dat" using 1:3;
};
\addlegendentry{Étude sur $v_{max}$}
\addplot
[
mark = none,
color = brown,
smooth,
domain = 0.23:200,
] {2.27102075803e-07 * x^4.01126632708};
\label{plotvmaxfit}
\node [draw,fill=white] at (rel axis cs: 0.7,0.2) {\shortstack[l]{\ref{plotvmaxfit} $2.27 \cdot 10^{-7} \cdot dt^4$}};
\end{loglogaxis}
\end{tikzpicture}

Event Timeline