|
From: | Juan Pablo Carbajal |
Subject: | [Octave-patch-tracker] [patch #7863] Make iscolormap.m check for colormap name as well |
Date: | Tue, 16 Oct 2012 15:34:49 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.46 Safari/536.5 |
URL: <http://savannah.gnu.org/patch/?7863> Summary: Make iscolormap.m check for colormap name as well Project: GNU Octave Submitted by: juanpi Submitted on: Tue 16 Oct 2012 03:34:48 PM GMT Category: None Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: The patch add this functionality octave:1> iscolormap ("jeta") ans = 0 octave:2> iscolormap ("jet") ans = 1 The string is matched against the list returned from colormap("list") _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Tue 16 Oct 2012 03:34:48 PM GMT Name: patch_iscolormap.diff Size: 791B By: juanpi patch to iscolormap <http://savannah.gnu.org/patch/download.php?file_id=26776> _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?7863> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |