help-octave
[Top][All Lists]
Advanced

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

Re: Unable to display multiline text


From: Ben Abbott
Subject: Re: Unable to display multiline text
Date: Wed, 22 Feb 2012 11:51:20 -0500

On Feb 22, 2012, at 10:17 AM, am304 wrote:

> Hi, I am running on Windows, but am not sure whether I am using the gnuplot 
> windows terminal or not. How can I tell? Basically I am issuing plot commands 
> in GNU octave and looking at the result in the gnuplot window that pops up in 
> response to the octave commands. I am using
> graphics_toolkit('gnuplot');
> in my octaverc file. Thanks, Arnaud 

Ok. For Windows, the default gnuplot terminal is "windows".

If you have x11 installed, you can use that by ...

        setenv GNUTERM x11
        close all
        demo ("plot", 4)

Ben



reply via email to

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