Page MenuHomec4science

ampliB_x8e4.tex
No OneTemporary

File Metadata

Created
Tue, Nov 19, 11:35

ampliB_x8e4.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 9cm,
xlabel={$x$ [\si{\metre}]},
xmin = 0, xmax = 8e5,
legend style =
{
at = {(0.98, 0.05)},
anchor = south east
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true,
%y tick label style={
% /pgf/number format/.cd,
% fixed,
% fixed zerofill,
% precision = 2
%}
}
\begin{axis}
[
ylabel={$A_0(x)$ [\si{\metre}]},
ymin = 0, ymax = 5
]
\addplot+
[
color = cyan,
smooth,
mark = none,
%mark options = {
% draw = cyan,
% fill = none
%},
%only marks
]
gnuplot [raw gnuplot] {
plot "outs/ampli1.dat" using 1:3;
};
\addlegendentry{$\beta \cdot h^{-1/4}$}
\addplot+
[
color = violet,
%smooth,
mark = asterisk,
mark options = {
draw = violet,
fill = none
},
only marks
]
gnuplot [raw gnuplot] {
plot "outs/ampli1_x80000.dat" using 1:2 every 4;
};
\addlegendentry{Eq. B}
\end{axis}
\end{tikzpicture}

Event Timeline