1

I am using the \documentclass[conference]{IEEEtran} and I want to insert images on full width. For that I am using:

\begin{figure}[!htbp]
\centering
\includegraphics[width=\textwidth]{artworks/pearson-single-dendrogram.png}
\caption{Single Linkage Agglomerative Clustering}
\label{single-linkage-dendrogram}
\end{figure}

But if I print the bibgliography underneath afterwards using \newpage \printbibliography . it appears on top of the figures, rather than from the new page. Does anyone know how this can be fixed?enter image description here

Sebastiano
  • 54,118
Karina
  • 11

0 Answers0