help-octave
[Top][All Lists]
Advanced

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

Re: Gnuplot problem with Octave 2.9.13 windows XP


From: Michael Goffioul
Subject: Re: Gnuplot problem with Octave 2.9.13 windows XP
Date: Fri, 28 Sep 2007 19:02:57 +0200

On 9/28/07, Ryan Nicoll <address@hidden> wrote:
> I can't plot *anything* using the Gnuplot graphics backend. When I try
> to use "plot" or "sombrero(5)" it just swamps the console with
> "gnuplot> ^ invalid command" error messages. It seems this issue may
> have come up and perhaps been resolved before (see here:
> http://www.cae.wisc.edu/pipermail/octave-maintainers/2007-June/003175.html)
>
> I've tried the octplot and jhandles backends and they work buggy or
> have limited features compared to gnuplot. I using 2.1.73 for windows
> in the mean time (NOT cygwin).

There used to be 2 problems. One is the one described in the thread
referenced above. The other was fixed recently and was due to the
text/binary pipe mode for the communication between octave and
gnuplot: octave used binary mode, while gnuplot used text mode.
This was a problem when sending binary data: this is the case when
octave sends the colormap to gnuplot.
All problems should be fixed now.

If you want, I can send you a patched gnuplot executable in private.

Michael.


reply via email to

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