help-octave
[Top][All Lists]
Advanced

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

Re: octave+gnuplot on pc-linux console


From: Joao Cardoso
Subject: Re: octave+gnuplot on pc-linux console
Date: Mon, 17 Apr 2000 03:46:32 +0100

Dirk Eddelbuettel wrote:
> 
> Paul,
> 
> That cannot work as on the console: either program wants to "own" the
> pseudo-terminal, but they cannot own it both at the same time. More detailed
> discussions of this will be in the archives of this list.
> 
> A somewhat cumbersome workaround is to have Octave write the data to a temp
> file, and to manually plot it in Gnuplot on another pseudo-terminal.

for draft (draft!) graphics, try

 gset terminal dumb
 plot(sin(1:10))

> 
> Regards, Dirk
> 
> --
> According to the latest figures, 43% of all statistics are totally worthless.

so, what is the (recursive) significance of the message? :-)

Joao



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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