help-octave
[Top][All Lists]
Advanced

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

Re: problem with gnuplot and octave, 2.9.19, MSVC build on windows XP


From: Michael Goffioul
Subject: Re: problem with gnuplot and octave, 2.9.19, MSVC build on windows XP
Date: Mon, 17 Dec 2007 13:08:34 +0100

On 12/17/07, N. B. <address@hidden> wrote:
>
>
> Then it invokes gnuplot (the one included with octave: I removed my other
> version to save space and confusion), but octave seems to have no control
> until I quit the gnuplot. Namely,  I cannot use octave syntax until I type
> quit in gnuplot prompt and fall back to the octave prompt.

This is normal. I just wanted to check whether gnuplot was available.
Normally, octave starts gnuplot using something like:

h = popen("pgnuplot");
pclose(h);

If this works correctly, then I don't see any other way to find the problem
than debugging drawnow.m to see what's exactly executed and trying to
see what's going on.

Michael.


reply via email to

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