[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/
- [Octave-bug-tracker] [bug #65674] colormap() does nothing, Armin Müller, 2024/05/02
- [Octave-bug-tracker] [bug #65674] colormap() does nothing, anonymous, 2024/05/02
- [Octave-bug-tracker] [bug #65674] colormap() does nothing, Philip Nienhuis, 2024/05/03
- [Octave-bug-tracker] [bug #65674] colormap() does nothing, anonymous, 2024/05/03
- [Octave-bug-tracker] [bug #65674] colormap() does nothing,
Rik <=
- [Octave-bug-tracker] [bug #65674] colormap() does nothing, Armin Müller, 2024/05/04
- [Octave-bug-tracker] [bug #65674] colormap() does nothing, Armin Müller, 2024/05/04
- [Octave-bug-tracker] [bug #65674] axes "colormap" property being set over figure "colormap" property, Rik, 2024/05/04
- [Octave-bug-tracker] [bug #65674] axes "colormap" property being set over figure "colormap" property, Rik, 2024/05/04
- [Octave-bug-tracker] [bug #65674] axes "colormap" property being set over figure "colormap" property, Armin Müller, 2024/05/05
- [Octave-bug-tracker] [bug #65674] axes "colormap" property being set over figure "colormap" property, Rik, 2024/05/13