I would like to place a threeparttable next to a figure and am unable to do so (I couldn't find an example that uses threeparttable). Here is what I was trying (though this doesn't work):
\begin{figure}\centering
\begin{table}[h!] \small
\begin{threeparttable}
\caption{\textbf{X on Y} }
\label{XYZ}
\begin{tabular}{ p{4.1cm} o{1.2cm} p{1.2cm} }
\hline
& (1) & (2) \\
& (3) & (4) \\
\hline
\end{tabular}
\begin{tablenotes}
\footnotesize
\item \textbf{Note:} XXX \\
\end{tablenotes}
\end{threeparttable}
\end{table}
\qquad
\rule{2cm}{3cm}% = graphic
\caption{Double figure/table combo!}
\end{figure}
Thanks for any and all thoughts there.


threeparttablein aminipage. (By the way, you're missing the closing brace for the\caption.) – Torbjørn T. Oct 01 '15 at 15:01Ccolumn type defined? Should the figure have a caption of its own? – Gonzalo Medina Oct 01 '15 at 15:01