I'm trying to display 2 figures sides by sides but I would like to reduce the space between them, how can I do ?
My code so far:
\begin{figure}[H]
\advance\leftskip-2cm
\subfloat[Recheche de noeuds]{{\includegraphics[scale=0.26]{getNodeRange.png} }}%
\qquad
\subfloat[Recheche d'arcs]{{\includegraphics[scale=0.26]{getEdgeRange.png} }}%
\caption{Recherche sur base d'une propriété dans un intervalle}%
\label{fig:example}%
\end{figure}
Illustration :

demoin the brakets when loadingdocumentclass. How much space is left? Additionally, there is a\qquadbetween the figures. – Johannes_B May 16 '16 at 15:04\qquad, so removing that is good first step. If it's not enough, look at your actual images, and see if there is any whitespace in those. – Torbjørn T. May 16 '16 at 15:06