3.2.0 release candidate 4

John W. Eaton jwe at octave.org
Fri May 29 16:33:12 CDT 2009


On 29-May-2009, Alexander Mamonov wrote:

| With a MinGW build of 3.2.0-rc4 I observe a spurious console output from plot
| 
| > plot([0,1]);
| str =
| 
| {
|   [1,1] = OCTAVE: windows
| 
| }
| 
| This only happens for gnuplot backend.
| 
| >backend('fltk');
| >plot([0,1]);
| 
| does not produce any spurious output to the console.

I checked in the following change.  Does it fix the problem for you?

  http://hg.savannah.gnu.org/hgweb/octave/rev/38ad8c99d6a2

jwe


More information about the Octave-maintainers mailing list