help-octave
[Top][All Lists]
Advanced

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

RE: can't find the gnuplot window ???


From: Muzaffer Kal
Subject: RE: can't find the gnuplot window ???
Date: Wed, 3 Apr 2002 00:31:00 -0800

Turns out it was a bug in pgnuplot which only happens in windows xp. I found
it under the debugger and later saw that gnuplot 3.8 has the same fix.

thanks,

Kal

-----Original Message-----
From: Philip Nienhuis [mailto:address@hidden
Sent: Tuesday, April 02, 2002 1:20 PM
To: address@hidden
Subject: RE: can't find the gnuplot window ???



Just some vague guesses:

1. Is c:/gp371w32 in your PATH, and is is EXPORTED?

2. Maybe the line
gnuplot_binary = 'c:/gp371w32/pgnuplot.exe'
should read
gnuplot_binary = 'c:/gp371w32/pgnuplot.exe c:/gp371w32/gnuplot.exe'

3. If this all does not help, you might try the "standard" way of
invoking pipe-gnuplot.
Please have a look at:

http://octave.sourceforge.net/Octave_Windows.htm

and look there for the pipe-gnuplot nitty-gritty.

Good luck,

Philip Nienhuis


> I installed latest octave on Windows XP and gnuplot 371w32 and when I type
> plot(10); this is what I get
> ---------------------
> Can't find the gnuplot windowwarning: broken pipe
> Can't find the gnuplot windowCan't find the gnuplot windowCan't find the
> gnuplot wind
> owoctave-2.1.35.exe:2>
> ---------------------
> I also get 4 gnuplot windows; as many as "can't find..." messages above.
>
> any idea how I can fix this ? running pgnuplot from the same directory
start
> gnuplot correctly. I have these lines in my octaverc:
>
> ---------------------
> gnuplot_binary = 'c:/gp371w32/pgnuplot.exe'    %name and location of
> plotting program
> putenv('TMPDIR','c:/cygwin/tmp')                       %where gnuplot
> expects to find temporary files
> gnuplot_has_multiplot = 1                              %gnuplot 3.7.1
> supports multiplots (subplots)
> ---------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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