\documentclass{article}
\usepackage{amsmath} % pkg required by EasyLatex
\usepackage{amsfonts} % pkg required by EasyLatex
\usepackage{amssymb} % pkg required by EasyLatex
\usepackage{psfrag} % pkg required by EasyLatex
\usepackage[dvips]{graphicx} % pkg required by EasyLatex

\begin{document}

\input{easyLatexGraph.tex}
\includegraphics{easyLatexGraph.eps}

\begin{align*}
% note: the fields inside [] are comma-deliminted, so if there are commas inside a label= math expression, easylatex will break up the math expression at the comma; in this case you must put in the dollar signs manually
\end{align*}


\end{document}