Page MenuHomec4science

conv.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 08:23

conv.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$\Delta t$ [\si{\second}]},
xmin = 1e-5, xmax = 1.1e-3,
%title = {Aluminium},
legend style =
{
at = {(0.05, 0.95)},
anchor = north west
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin{loglogaxis}
[
ylabel={$\abs*{T(\Delta t) - T_{lim}}$ [\si{\celsius}]},
ymin = 1e-4, ymax = 0.07
]
\addplot+
[
color = blue,
mark = x,
mark options = {
draw = blue,
fill = none
},
only marks
]
gnuplot [raw gnuplot] {
plot "outs/conv.dat" using 1:2;
};
\addplot
[
mark = none,
color = black,
domain = 1e-5:1.1e-3
] {72.339468 * x - 0.00036494134};
\addlegendentry{Convérgence: $O(\Delta t)$}
\end{loglogaxis}
\end{tikzpicture}

Event Timeline