Foehn wrote:
> Hi all,
> I am an octave novice, and I could not find the information I was
> looking for in the octave manual and the FAQ-List. I want to print a
> contour plot as an example that is good for publication.
>
>
> print ("cont.eps","-depsc")
change to
print ("-deps","cont.eps")
-Muthu