I was able to include a .eps file in my latex document in the following way :
\documentclass[12 pt]{article}
\usepackage[pdftex]{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=6cm, height = 6cm]{x.eps}
\caption{}
\label{}
\end{figure}
\end{document}
I would like to be able to add labels for the x and y axis (the image has been imported from a plotting software without the x and y axis labels) in latex. Is there a way to accomplish this in latex ? I tried using tikz but I was not able to get desired results.
psfragandpsfragxpackages. – Bernard Aug 02 '15 at 15:33