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

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

[Octave-bug-tracker] [bug #49009] wrong colors in the default image


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49009] wrong colors in the default image
Date: Mon, 19 Sep 2016 10:02:36 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

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

What about storing the Octave logo in RGB in octave-default-image.h, so that
it does not rely on any colormap?


figure
h=image;
img=ind2rgb(get(h,'cdata'),jet);
image(img)


If we want the same behavior than Matlab, this image should be displayed by
default with image() and imagesc().

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49009>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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