help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how send output to postscript file?


From: John W. Eaton
Subject: how send output to postscript file?
Date: Mon, 12 May 1997 10:27:28 -0500

On 12-May-1997, Dr. G. Buerger <address@hidden> wrote:

| simple question: how do I send my plots to a postscript file? - I
| knew how to do it in gnuplot but I feel too tired to do this again.

Once you have the plot you want on the screen, you can issue the
following commands:

  gset term postscript
  gset output "foo.ps"
  replot

return to plotting on the screen with

  gset term x11  # or whatever your terminal type really is

The first chapter of the manual includes an example like this.  It
should also be included (or cross-referenced) in the chapter on
plotting, but I don't think it is (yet).

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]