I received some plots that were generated in Mathematica such as this one:
https://i.stack.imgur.com/WW8ww.jpg
I would like to insert them using something like:
\begin{center}
\large{\emph{\textbf{My Plot}}}\\
\includegraphics[scale=1]{mypotentials.png}
\end{center}
And I would like to add some x labels and y labels to them. What is a really nice way to do this? Using TikZ to generate new plots is out of the question.
Everywhere else I was looking at was adding more than just the label.
I'm looking for something simple like
ylabel= V(r), or \psi_{2}(r)
xlabel = r

\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. Also please fix the link to your image as it is not working. – Martin Schröder Nov 29 '15 at 23:25