I am adding a pdf figure in my text using the following code
\begin{figure}[H]
\centering
\includegraphics[width=.6\textwidth]{image.pdf}
\caption{blablabla.}
\label{123}
\end{figure}
In this way the figure has a black frame around.
How to get rid of the frame?
Basically I am looking for something that does the opposite of \fbox{\includegraphics...}
The figure is an Excel diagram that was saved as a pdf image.
This is what I get:
