LaTeX 中 matplotlib 绘图的问题

LaTeX 中 matplotlib 绘图的问题

我在将 pdf 图形从 matplotlib 导入 XeLaTeX 时遇到了一些问题。文本浮动在图形上。我该如何处理这个问题?这是我使用的一个简单的图形 latex 代码:

\begin{figure}[!htbp]
\begin{center}
\begin{tabular}{c}
\includegraphics[width=15.92cm]{figure_1.eps}
\end{tabular}
\caption{.....)\label{fig1}}
\end{center}
\end{figure}

以下是一段文字: \section{Some text}\label{sec4}

相关内容