aboutsummaryrefslogtreecommitdiff
path: root/processing/chapter.tex
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-26 22:34:02 -0500
committerBlaise Thompson <blaise@untzag.com>2018-03-26 22:34:02 -0500
commit5aa9d5e00d28c91190a2c07866bb0139275133e3 (patch)
treeefee9a2879b774cdcad22cffd9e6218f852e0604 /processing/chapter.tex
parent8c899a01c80fdceab395e5c11389ca8334c67864 (diff)
2018-03-26 22:34
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} % ==============================================================================