I am new to latex and I am trying to make a text appears after the graph using this code but is is not working what should I add ?
\begin{figure}%[h]
\centering
\includegraphics[width = 16cm, height = 13cm]{rbf}
\caption{a 1 pca }
\label{fig:1PCA}
\end{figure}
\par\bigskip
\noindent
remarque :I didnt inclide all the plots in this report because there
are too many of them
graphicxand\begin{document}and\end{document}. – Schweinebacke Nov 06 '17 at 14:44texdoc float), in particular, theHposition specifier. Alternatively, you may want to not have your image inside a figure environment at all. – Harald Hanche-Olsen Nov 06 '17 at 14:48\includegraphics[width = 16cm, height = 13cm]just specify one of width or height, otherwise latex will distort the figure stretching by different amounts in each direction. – David Carlisle Nov 06 '17 at 14:54