[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set term
From: |
Ivan Sutoris |
Subject: |
Re: set term |
Date: |
Wed, 18 Mar 2009 15:41:21 +0100 |
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
- set term, Jörg Schreiber, 2009/03/16
- Re: set term,
Ivan Sutoris <=