Page MenuHomec4science

ampliBcomp.tex
No OneTemporary

File Metadata

Created
Tue, Oct 15, 06:23

ampliBcomp.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 9cm,
xlabel={$\beta \cdot h^{-1/4}$ [\si{\metre}]},
xmin = 0, xmax = 5,
legend style =
{
at = {(0.95, 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 = violet,
%smooth,
%mark = none,
mark options = {
draw = violet,
fill = none
},
only marks
]
gnuplot [raw gnuplot] {
plot "outs/ampli1.dat" using 3:2;
};
\addlegendentry{$A_0(x) \approx \beta \cdot h^{-1/4}(x)$}
\addplot
[
mark = none,
color = black,
domain = 0:5
] {x};
\addlegendentry{$y = x$}
\end{axis}
\end{tikzpicture}

Event Timeline