help-octave
[Top][All Lists]
Advanced

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

Re: 4.2.4-1 GNUPLOT, 3.0.3 Octave Behaviour


From: Tatsuro MATSUOKA
Subject: Re: 4.2.4-1 GNUPLOT, 3.0.3 Octave Behaviour
Date: Thu, 9 Jul 2009 14:44:40 +0900 (JST)

Hello

Are you using the cygwin version octave? Right.

If you would like to use cygwin version gnuplot, you have to install X 
(cygwin-X or Xming).

Cygwin X can be installed by cygwin setup.

Xming
http://www.straightrunning.com/XmingNotes/

And you have to set GNUTERM variable to x11

putenv('GNUTERM','x11');

in ~/.octaverc"

(Either setenv or putenv can be used.)

You can download gnuplot 4.3 (cvs) by which mouse zooming can be possible in 2D 
plots from

http://www.tatsuromatsuoka.com/gnuplot/Eng/cygbin/

If you do not want to use X, you can use gnuplot 4.3 on windows

http://www.tatsuromatsuoka.com/gnuplot/Eng/winbin/

If you install gnuplot 4.3 on windows in the c:\Program 
Files\gp43-winbin\gnuplot

Please describe 
gnuplot_binary('C:/Progra~1/gp43-winbin/gnuplot/binaries/gnuplot.exe');
putenv('GNUTERM','win');


However I do not recommend to use cygwin under win98 because cygwin performance 
is not good for win9x.
It is better use win2000 at least.

Why do not use octave-MinGW ?

Please see the OctaveForWindows Wiki.

http://wiki.octave.org/wiki.pl?OctaveForWindows

Regards

Tatsuro

--- address@hidden wrote:

> Gentlemen:
> 
> I know this problem has been seen before and solved,  but I could not 
> find
> the solution in any of the archived discussions.  If you have time, 
> please
> advise. The jist of the matter is as follows:
> 
>                            PC/Intel 448 Mhz.OS: Windows 98SE
>  Cygwin Operating System BASH Layer: 2.1.15
>                              Octave Application:   3.0.3
>                         GNUPLOT Application:   4.2.4-1
> 
> 
> Run Octave:
> 
>            Assign;  x= values
> Simple plot command:  plot(x)
> 
> 
> Within OCTAVE window :
>    GNUPLOT  generates  'set terminaal aqqua 1 enhanced'  message
>    GNUPLOT  gemerates  'set terminal type first'         message
>    GNUPLOT  enumerates the X array with error messages.
> ..
>    OCTAVE prompt returns.
> 
>    GNUPLOT     plot window does not open
>    GNUPLOT  command window does not open.
> 
> Within OCTATVE:
> 
>  Tried  setenv("GNUTERM","unknown")
>    Result: Same plot error: had no effect
> 
>  Tried  setenv("GNUTERM","vttek")
>    Result: Generate character output in OCTAVE WINDOW,no plot
> 
>  Tried  setenv("GNUTERM","")
>    Result: Generated character stream output in OCTAVE window, no plot
> 
> >From CYGWIN OS,
> 
> Tried  export GNUTERM="unknown". then OCTAVE, then plot(x); ERROR/halt
> Tried  export GNUTERM="".        then OCTAVE, then plot(x); ERROR/halt
>  ..
> etc. with ERROR/halt, no plot..
> 
> 
> Sincerely,
> MJG
> 
> 
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

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