Page MenuHomec4science

conv40.tex
No OneTemporary

File Metadata

Created
Wed, Mar 12, 02:54

conv40.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-2,
%title = {Aluminium},
legend style =
{
at = {(0.05, 0.95)},
anchor = north west,
nodes={scale=0.8, transform shape}
}
%cycle list name = color,
}
\begin{loglogaxis}
[
ylabel={$\abs*{T(\Delta t) - T_{lim}}$ [\si{\celsius}]},
ymin = 1e-4, ymax = 1e15,
axis y line*= left,
grid style = dashed,
ymajorgrids = true,
every y tick label/.append style = {blue}
]
\addplot+
[
color = blue,
mark = x,
mark options = {
draw = blue,
fill = none
},
only marks
]
gnuplot [raw gnuplot] {
plot "outs/conv40.dat" using 1:2;
};
\label{legendN40}
\node[label={0:{$\Delta t_{{br}_{40}}$}},
black,
circle,
fill,
inner sep=1.7pt,
on layer = foreground] at (axis cs:1.64e-3, 0.0481) {};
\addlegendentry{$\Delta t_{{br}_{40}} = 1.64 \cdot 10^{-3}$ \si{\second}}
\draw[black, dashed, on layer = main] (1.64e-3, 1e-4) -- (1.64e-3, 0.0481);
\end{loglogaxis}
\begin{loglogaxis}
[
%ylabel={$\abs*{T(\Delta t) - T_{lim}}$ [\si{\degree\celsius}]},
ymin = 1e-20, ymax = 1e63,
axis y line*= right,
axis x line= none,
every y tick label/.append style = {red}
]
\addlegendimage{/pgfplots/refstyle=legendN40}\addlegendentry{$\Delta t_{{br}_{40}} = 1.64 \cdot 10^{-3}$ \si{\second}}
\addplot+
[
color = red,
mark = +,
mark options = {
draw = red,
fill = none
},
only marks
]
gnuplot [raw gnuplot] {
plot "outs/conv80.dat" using 1:2;
};
\node[label={45:{$\Delta t_{{br}_{80}}$}},
black,
circle,
fill,
inner sep=1.7pt,
on layer = foreground] at (axis cs:3.9e-4, 0.0248) {};
\addlegendentry{$\Delta t_{{br}_{80}} = 3.90 \cdot 10^{-4}$ \si{\second}}
\draw[black, dashed, on layer = main] (3.9e-4, 1e-20) -- (3.9e-4, 0.0248);
\end{loglogaxis}
\end{tikzpicture}

Event Timeline