aboutsummaryrefslogtreecommitdiff
path: root/processing/chapter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'processing/chapter.tex')
-rw-r--r--processing/chapter.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/processing/chapter.tex b/processing/chapter.tex
index a32f170..db8da3b 100644
--- a/processing/chapter.tex
+++ b/processing/chapter.tex
@@ -795,7 +795,12 @@ It is also not a method of the \python{Data} class, it is a bare function. %
Join accepts multiple data objects and attempts to join them together. %
To do this, the variable and channel names must agree. %
-% TODO: join example (from Darien on slack)
+\begin{figure}
+ \includegraphics[width=\textwidth]{"processing/join_example"}
+ \caption[CAPTION TODO]{
+ CAPTION TODO}
+ \label{pro:fig:join_example}
+\end{figure}
\section{Fitting} % ==============================================================================