我使用了 overleaf 提供的子图代码,我唯一做的改动就是添加了我自己的图形。结果完全错了 :) 我以为可能是尺寸的问题,但即使调整了 at\includegraphics
也一样。你能告诉我我做错了什么吗?
\begin{figure}
\centering
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{Figures_FCM/maturityf.eps}
\caption{$y=x$}
\label{fig:y equals x}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{Figures_FCM/colorf.eps}
\caption{$y=3sinx$}
\label{fig:three sin x}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{Figures_FCM/aggregate.eps}
\caption{$y=5/x$}
\label{fig:five over x}
\end{subfigure}
\caption{Three simple graphs}
\label{fig:three graphs}
\end{figure}