Path: news.mathworks.com!not-for-mail
From: "Zijia Li" <triplezzz21@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: how to assign different colors to different data points?
Date: Wed, 9 Jul 2008 15:24:02 +0000 (UTC)
Organization: University of Michigan
Lines: 9
Message-ID: <g52l6i$hf8$1@fred.mathworks.com>
References: <g52haq$o1o$1@fred.mathworks.com>
Reply-To: "Zijia Li" <triplezzz21@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1215617042 17896 172.30.248.35 (9 Jul 2008 15:24:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 9 Jul 2008 15:24:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1431276
Xref: news.mathworks.com comp.soft-sys.matlab:478416



Also there should be a matrix that matches the color numbers
with the temperature data right?
If I can copy that matrix from 2007 into 2006 contour graph
then it will work right?
I tried retrieving the colormap from 2007 graph and saved it
as "map" and in the 2006 M-file I set colormap(map), but the
colors stayed the same 
Or is it that the colorbar keeps this data?
Any help?