Latex:表格插入图片

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} 
                                                                                  & \textit{Gold}          & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{XGBoost_gold.png}} 
	\end{minipage}                    & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{XGBoost_gold_part.png}}  
	\end{minipage}                    \\ \hline
\multirow{2}{*}{\textbf{\begin{tabular}[c]{@{}c@{}}Random\\ Forest\end{tabular}}} & \textit{Bitcoin}       & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{forest_coin.png}}
	\end{minipage}                      & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{forest_coin_part.png}} 
	\end{minipage}                       \\ \cline{2-4} 
                                                                                  & \textit{Gold}          & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{forest_gold.png}} 
	\end{minipage}                      & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{forest_gold_part.png}} 
	\end{minipage}                       \\ \hline
\multirow{2}{*}{\textbf{LSTM}}                                                    & \textit{Bitcoin}       & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{lstm_coin.png}} 
	\end{minipage}                      & \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{lstm_coin_part.png}} 
	\end{minipage}                       \\ \cline{2-4} 
                                                                                  & \textit{Gold}          &  \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{lstm_gold.png}} 
	\end{minipage}                     &  \begin{minipage}[b]{0.3\columnwidth}
		\raisebox{-.5\height}{\includegraphics[width=\linewidth]{lstm_gold_part.png}} 
	\end{minipage}                      \\ \hline
\end{tabular}
\end{table}

在这里插入图片描述

表格补充说明

latex – 绘制表格网址
https://www.tablesgenerator.com/
居中问题

  • 可以并列表格后点居中
  • 上无效的话,在所需居中的文字加“换行(Enter 键)”。

四张图片并列

\begin{figure}[h]
\centering
\subfigure[Gold commission - Number of trades]
{
    \begin{minipage}[b]{.46\linewidth}
        \centering
        \includegraphics[scale=0.5]{g.png}
    \end{minipage}
}
\subfigure[Bitcoin Commission - Number of transactions]
{
 	\begin{minipage}[b]{.46\linewidth}
        \centering
        \includegraphics[scale=0.5]{b.png}
    \end{minipage}
}
\end{figure}

\begin{figure}[h]
\centering
\subfigure[Gold commission - Gold yield]
{
    \begin{minipage}[b]{.46\linewidth}
        \centering
        \includegraphics[scale=0.5]{gg.png}
    \end{minipage}
}
\subfigure[Bitcoin Commission - Bitcoin yield]
{
 	\begin{minipage}[b]{.46\linewidth}
        \centering
        \includegraphics[scale=0.48]{bb.png}
    \end{minipage}
}
\caption{Sensitivity analysis diagram}
\end{figure}

在这里插入图片描述

  • 9
    点赞
  • 29
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 10
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 10
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Milky_Way_

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值