help-octave
[Top][All Lists]
Advanced

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

Re: Save a plot to .ps


From: John W. Eaton
Subject: Re: Save a plot to .ps
Date: Fri, 28 May 1999 06:13:17 -0500 (CDT)

On 28-May-1999, Daniel Heiserer <address@hidden> wrote:

| diary('parseme')
| gshow terminal
| diary off
| ==> parse the diary-file
| 
| I see it will work. Thanks

Hmm.  This doesn't work for me, because Octave does not see the output
from gnuplot:

  $ octave
  GNU Octave, version 2.0.14 (i686-pc-linux-gnu).
  Copyright (C) 1996, 1997, 1998, 1999 John W. Eaton.
  This is free software with ABSOLUTELY NO WARRANTY.
  For details, type `warranty'.

  octave:1> diary ('parseme')
  octave:2> gshow terminal
  octave:3> 
          terminal type is x11 

  diary off
  octave:4> quit
  $ cat parseme 
  octave:2> gshow terminal
  octave:3> diary off

The message from gnuplot goes directly to stdout or stderr, so Octave
doesn't capture it and send it to the pager or put it in the diary
file.

jwe



reply via email to

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