Page MenuHomec4science

hard15.tex
No OneTemporary

File Metadata

Created
Fri, Sep 13, 05:23

hard15.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$\epsilon$},
xmin = -0.02, xmax = 0.4,
legend style =
{
at = {(0.8, 0.35)},
anchor = south east
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true,
minor x tick num = 2,
minor y tick num = 4,
clip mode = individual,
% tick style
xticklabel style={
/pgf/number format/.cd,
fixed,
fixed zerofill,
precision=2,
}
}
\begin{axis}
[
ylabel={$\sigma$ [\si{\newton/\metre^2}]},
ymin = -2e7, ymax = 2.3e8,
]
\addplot
[
color = red,
mark = x,
mark options = {
draw = red,
fill = none,
mark size = 0.8pt
},
%only marks
]
gnuplot [raw gnuplot] {
plot "outs/hard15.dat" using 1:3 every 5;
};
\addlegendentry{Hardened 15 min}
\addplot
[
mark = none,
dashed,
color = black,
domain = 0.35:0.4
]
{1.27457e+10 * (x - 0.362906)};
\addlegendentry{$y = E \cdot (x - \epsilon_{rup})$}
\addplot
[
mark = none,
dashdotted,
color = blue,
domain = 0:0.2
]
{1.27457e+10 * (x - 0.02)};
\addlegendentry{$y = E \cdot (x - 0.02)$}
\addplot
[
mark = none,
color = blue,
domain = 0:0.2,
on layer = foreground
]
{1.27457e+10 * (x - 0.005)};
\addlegendentry{Fit: $y \approx E \; x$}
\node[label={-45:{$\sigma_{0.02}$}},
black,
circle,
fill,
inner sep=1.7pt,
on layer = foreground] at (axis cs:0.0333,1.52e8) {};
% nodes
\node[label={120:{$\sigma_{rup}$}},
black,
circle,
fill,
inner sep=1.7pt,
on layer = foreground] at (axis cs:0.22,1.97149e+08) {};
\node[label={120:{$\epsilon_{rup}$}},
black,
circle,
fill,
inner sep=1.7pt,
on layer = foreground] at (axis cs:0.362906,0) {};
\end{axis}
\end{tikzpicture}

Event Timeline