help-octave
[Top][All Lists]
Advanced

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

Re: Octave plot graphics window


From: marco atzeri
Subject: Re: Octave plot graphics window
Date: Fri, 18 Mar 2011 00:06:08 +0100

On Thu, Mar 17, 2011 at 9:42 PM, findtype  wrote:
> Hi,
> I'm trying use Octave on Cygwin.  The Octave plot function is generating a
> "printer-plot" in the command window.  How can I get a graphics window
> opened to contain the plot?
> Thanks for any help.
> Ted

something like

octave:2> plot(x,x)
warning: X11 DISPLAY environment variable not set
...

You should start octave inside xterm (and with X11 server running of course ) .

Marco


reply via email to

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