help-octave
[Top][All Lists]
Advanced

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

Re: Plot Failure


From: Ben Abbott
Subject: Re: Plot Failure
Date: Thu, 26 Jan 2012 18:49:12 -0500

On Jan 26, 2012, at 6:39 PM, Thomas D. Dean wrote:

> On 01/26/12 15:31, Ben Abbott wrote:
> 
> # env | grep TERM
> TERM=xterm
> XTERM_SHELL=/bin/bash
> XTERM_LOCALE=C
> XTERM_VERSION=XTerm(271)

>From an xterm, does gnuplot run as expected ?

Does it set the gnuplot terminal type to x11 ?

Are able to plot and see the result ?

If "yes", "yes", & "yes", run octave and type ....

        plot (rand (3))
        drawnow ("x11", "/dev/null", false, "debug.gp")

Does a plot flash on the screen and disappear ?

The "debug.gp" file contains the plot-stream that Octave sends to gnuplot. What 
terminal has Octave told gnuplot to use ?

Ben


reply via email to

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