octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #56175] "cdata" property should be documented


From: Guillaume
Subject: [Octave-bug-tracker] [bug #56175] "cdata" property should be documented
Date: Mon, 10 Jan 2022 07:45:46 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0

Follow-up Comment #3, bug #56175 (project octave):

Potentially related, the following displays a random array in both cases in
Matlab, while only in the first case with Octave - in the second case, 0
values are displayed.


figure
H = imagesc (zeros (16, 16, 3));
set (H, 'CData', rand (16));

figure
H = imagesc (zeros (16, 16, 3, 'uint8'));
set (H, 'CData', rand (16));


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56175>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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