First time posting here,
I've got a figure, which has two different symbols with two different trendlines through in it. I can't have a figure legend, because that's against convention, so the usual thing to do is insert the symbol next to the description in the caption.
I've got the appropriate symbols in little EPS files, which I want to insert in the X Y Z W slots below. I tried using
\begin{figure}[H] includegraphics[scale=0.9\textheight]{X} \end{figure}
, but all I get is syntax.Code: Select all
\begin{landscape}
\begin{figure}
\centering
\subfloat{\label{fig:sp}\includegraphics[width=0.8\textwidth]{sptime}}~
\subfloat{\label{fig:ulm}\includegraphics[width=0.8\textwidth]{ulmtime}}
\caption{Blah Blah Blah Blah (X) Blu Blu Blu Blu (Y) BLAH BLAH BLAH (Z) BLU BLU BLU BLU (W)}
\label{fig:devtimes}
\end{figure}
\end{landscape}