How can I force 2 column figure location in IEEETran. Obviously "!h" didn't work and when I tried using the "float" package's "H" mode, the figure just disappeared instead of being moved to the forced location. I don't have this issue with single column figures, though. This is how I insert the figure:
\begin{figure*}[H]
\centering
\includegraphics[width=2.0\columnwidth,clip=true]{test_figure}
\caption{Test Figure}\label{test_figure}
\end{figure*}
Somebody suggested that, this is a duplicate of Two-column figures not displaying in IEEEtran document class. However, that is not my case. The aforementioned problem is related to figures no showing up at all, while my question is about forcing the location of 2 column figures. I have noted some similar questions but the solution of the ones that I spotted didn't work for me.
IEEEtranin this case). Using[H]is pointless and futile; don't even try. – Mico Mar 13 '17 at 10:51figure*– David Carlisle Mar 13 '17 at 13:03