i've got the following issue: the inserted .eps figure is seen only in .ps output file. It is not seen in .pdf neither in .dvi. In these two formats I see only the caption and the blank space reserved for the figure. Any suggestions? I need to see it .pdf

------------------------------
\documentclass{kapmono}
\usepackage{m-times}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
...
\begin{document}
...
\begin{figure}[!h]
%[htbp]
\centering
\includegraphics[width=15cm, height=10cm]{Figure1.eps}
\caption{On this figure: ... channel 5.}
\end{figure}
...
\end{document}