Latex
表格插入图片
\begin{table}[pbt] %[pbt]:表格最优位置
\centering % 表格居中
\caption{Three model results diagram.} %表标题
\vspace{0.15cm} % 表格与表标题之间的距离
\label{tab3} % 表标签
\begin{tabular}{|c|c|c|c|}
\hline
\textbf{Model} & \textit{\textbf{KIND}} & \textbf{Global Graph} & \textbf{Partial Graph} \\ \hline
\multirow{2}{*}{\textbf{XGBoost}} & \textit{Bitcoin} & \begin{minipage}[b]{0.3\columnwidth}
\raisebox{-.5\height}{\includegraphics[width=\linewidth]{XGBoost_coin.png}}
\end{minipage} & \begin{minipage}[b]{0.3\columnwidth}
\raisebox{-.5\height}{\includegraphics[width=\linewidth]{XGBoost_coin_part.png}}
\end{minipage} \\ \cline{2-4}