Page MenuHomec4science

conv.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 10:37

conv.tex

\begin{tikzpicture}
\definecolor{darkgreen}{RGB}{0, 152, 0}
\pgfplotsset
{
xmin = 1e-5, xmax = 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={$\epsilon$ [\si{\second}]},
}
\begin{loglogaxis}
[
ylabel={$\abs*{max(a) - a_{max}}$ [\si{\metre\per\second^2}]},
ymin= 1e-3, ymax= 100,
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/ex2/conv_accmax.dat" using 1:2;
};
\label{plotamax}
\addlegendentry{Étude sur $a_{max}$}
\begin{comment}
\addplot
[
mark = none,
color = brown,
smooth,
domain = 0.12:100,
] {8434.261171 * x^1.112162};
\end{comment}
\end{loglogaxis}
\begin{loglogaxis}
[
ylabel={$\abs*{max(P) - P_{max}}$ [\si{\watt}]},
ymin= 1e4, ymax= 5e9,
axis y line*= right,
axis x line= none,
every y tick label/.append style = {darkgreen}
]
\addlegendimage{/pgfplots/refstyle=plotamax}\addlegendentry{Étude sur $a_{max}$}
\addplot
[
mark = square*,
%smooth,
color = black,
only marks,
mark options = {
draw = black,
fill = green
}
]
gnuplot [raw gnuplot] {
plot "outs/ex2/conv_accmax.dat" using 1:3;
};
\addlegendentry{Étude sur $P_{max}$}
\begin{comment}
\addplot
[
mark = none,
color = red,
smooth,
domain = 0.12:100,
] {8.839084 * x^0.873026};
\end{comment}
\end{loglogaxis}
\end{tikzpicture}

Event Timeline