I would like to display a figure in a 2 column document, though the figure has to appear over the 2 columns on a fixed position. I tried this:
\begin{figure*}[H]
\begin{center}
\includegraphics[scale=0.5]{features.JPG}
\caption{Comparison of the classification algorithms with different feature space sizes}
\label{features}
\end{center}
\end{figure*}
But it does not work. Nothing really works when changing the H to h or ht etc ...
Anyone know the solution to this problem ?
figure*can appear only at the top of a two-column page, not in the middle or at the bottom. – barbara beeton Jan 31 at 13:53