Page MenuHomec4science

approaching.tex
No OneTemporary

File Metadata

Created
Fri, Jan 3, 01:26

approaching.tex

\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$\abs*{x_d - x_c}$ [\si{\meter}]},
xmin = 0, xmax = 0.036,
%title = {Aluminium},
legend style =
{
at = {(0.95, 0.95)},
anchor = north east
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin{axis}
[
ylabel={$\abs*{J}$ [\si{\watt\per\meter}]},
ymin = 5, ymax = 55
]
\pgfplotstableread{outs/approaching.dat}\outfile
\addplot
[
smooth,
color = orange,
mark = *
]
table [x = D, y = J] {\outfile};
\addlegendentry{Target point: $(0.625, 0.425)$ \si{\meter}}
\end{axis}
\end{tikzpicture}

Event Timeline