3.2.0 release candidate 4

Alexander Mamonov mamonov at gmail.com
Fri May 29 16:25:55 CDT 2009


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.

Regards,
Alex


More information about the Octave-maintainers mailing list