help-octave
[Top][All Lists]
Advanced

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

Re: set term


From: Ben Abbott
Subject: Re: set term
Date: Wed, 18 Mar 2009 11:11:01 -0400

 
On Wednesday, March 18, 2009, at 10:41AM, "Ivan Sutoris" <address@hidden> wrote:
>2009/3/16 Jörg Schreiber <address@hidden>:
>> Hello,
>> I installed octave for cygwin successfully (winxp), just plot does not work.
>> I get message with set term aqua – and that I have to set term.
>> (where can I set term, to which value – best set also for future)
>> in gnuplot on set term I get a long list, but without win or windows.
>> Mit sonnigen Grüßen / Sunny regards
>>
>> Jörg Schreiber
>
>In Cygwin, you need to run also Cygwin X server if you want graphical
>output from gnuplot. Otherwise, you can still plot offscreen with
>something like:
>
>  figure('visible','off')
>  plot(rand(50,1)) #or whatever you need to plot
>  print myfile.eps
>
>Regards
>Ivan Sutoris

Note, "aqua" is a Mac OSX only terminal.

Ben



reply via email to

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