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

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

[Octave-bug-tracker] [bug #65674] colormap() does nothing


From: Rik
Subject: [Octave-bug-tracker] [bug #65674] colormap() does nothing
Date: Fri, 3 May 2024 13:29:31 -0400 (EDT)

Update of bug #65674 (group octave):

                Category:                    None => Octave Function        
                  Status:                    None => Invalid / Not an Octave
Bug
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #4:

Documentation on SourceForge is out-of-date and should not be used.  Within
Octave 9.1, try demos 4 and 5 from imshow.


octave:2> demo imshow 5
imshow example 5:
 clf;
 imshow (rand (100, 100));
 title ({"imshow with random 100x100 matrix", "black and white"});

octave:3> demo imshow 6
imshow example 6:
 clf;
 imshow (rand (100, 100));
 colormap (gca, jet (64));
 title ({"imshow with random 100x100 matrix", "colormap() makes color
image"});



The image will update as the colormap is changed.

Closing bug report as this is simply invalid code for recent versions of
Octave.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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