I have incorporate EPS file in the LaTeX, but the series are not shown properly. As in attached picture, the right is correct (shown by evince) and the left is what it looks in PDF generated by LaTeX.

I used the following code to embed EPS in the PDF file. What is the possible reason for this? How to fix it?
\begin{figure}[!ht]
\begin{center}
\includegraphics[width=4.5cm]{figures/p1-adversaries.eps}%
\end{center}%\vspace{-0.15in}
\caption{XXX}\label{exp:p1_adversaries}
\end{figure}
qtiplot(http://www.cells.es/Members/cpascual/docs/unofficial-qtiplot-packages-for-windows) andscidavis(http://scidavis.sourceforge.net/) that provide export facility directly in totikzcode (Qtiplot). – Apr 20 '12 at 21:21{center}but\centeringinsidefigures andtables. See Should I use center or centering for figures and tables? for an explanation. – Martin Scharrer Jul 11 '13 at 04:58trim = num1 num2 num3 num4option works. I use this as this example shows a lot. \includegraphics[width=3.7in, height=3.8in, clip=true, trim = 85 0 0 0]{fig.eps} This can fix most of the bounding box issues. – Udita K. Jul 10 '13 at 16:48