Assume someone has several Matlab plots saved as .eps graphics and realizes in some of them the legend for the curves is missing.
Is there a way to add these legends afterwards, or to overlay another .eps graphic that contains just the legend box?
The .eps graphics are included like
\begin{figure}[htb]
\centering
\includegraphics[width=0.7\textwidth]{path/to/eps}
\cprotect\caption{gibberish.}
\label{fig:fug}
\end{figure}
A solution using as little 'non-standard' libraries as possible would be favored.

overpicpackage may be what you need; see How to superimpose LaTeX on a picture. Don't use\cprotectexcept when it's really needed: it isn't in a normalfigureenvironment. – egreg May 07 '13 at 11:11\cprotectbecause I have a\verb||expression in the caption. – andrsmllr May 07 '13 at 11:32