help-octave
[Top][All Lists]
Advanced

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

Re: bug of image() in combination with debug_on_error(1)


From: Benjamin Lindner
Subject: Re: bug of image() in combination with debug_on_error(1)
Date: Tue, 16 Feb 2010 07:13:25 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

NUMBER 2: small images are not printed.

This works (also if the plot is a bit quirky):
A=ones(5,5);
image(A);

This produces a white image:
A=ones(4,4);
image(A);

I use Octave 3.2.3 on Windows - maybe someone could test it on other environments (Linux, Mac). So I can fill a better bug report.

Maybe someone knows: Are these bugs known?

Yes this had been reported once earlier.
I asked at the gnuplot ML and they pointed towards the "failsafe" option to the image plotting style. I don't know if this really is the solution and if it has been followed up though.
If not, I'll try to not forget it...

benjamin



reply via email to

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