I am trying to get two pictures on the same line in LaTeX. I found some example on the Internet that works very well but there is some strange black frame around the pictures. Here is the code:
\begin{figure}[!htb]\centering
\begin{minipage}{0.48\textwidth}
\frame{\includegraphics[width=.7\linewidth]{RL.png}}
\caption{Interpolation for Data 1}\label{Fig:Data1}
\end{minipage}
\begin {minipage}{0.48\textwidth}
\frame{\includegraphics[width=.7\linewidth]{RC1.png}}
\caption{Interpolation for Data 2}\label{Fig:Data2}
\end{minipage}
\end{figure}
What can I do to remove them?



Gonzalo Medinahappy to hear from you after some gap... – MadyYuvi Jun 06 '22 at 15:27