help-octave
[Top][All Lists]
Advanced

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

imagesc() behaviour with gnuplot and Jhandles


From: Michael Grossbach
Subject: imagesc() behaviour with gnuplot and Jhandles
Date: Sat, 23 Feb 2008 21:27:18 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Let A be a matrix with values between 0 and 1:
A = rand(128);

imagesc(A) with jhandles as plotting backend shows a 'flat' image with
all pixels set to the same colour whereas imshow(A, []) shows the
expected picture but without the axes. Using gnuplot with imagesc(A)
works as expected. All this under Windows with Octave 3.0.0
Is there a workaround?

Thanks, Michael



reply via email to

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