<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Updated Brewer color tables</title>
	<atom:link href="http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html</link>
	<description>Resources for IDL developers</description>
	<pubDate>Sun, 23 Nov 2008 09:20:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: michaelgalloy.com &#187; Brewer color table fixes</title>
		<link>http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-67900</link>
		<dc:creator>michaelgalloy.com &#187; Brewer color table fixes</dc:creator>
		<pubDate>Thu, 22 May 2008 22:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-67900</guid>
		<description>[...] made some fixes to the Brewer color tables addressing the issues reported in the comments of the last update by Philippe Le Sage. The update includes the [...]</description>
		<content:encoded><![CDATA[<p>[...] made some fixes to the Brewer color tables addressing the issues reported in the comments of the last update by Philippe Le Sage. The update includes the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-58637</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 23 Apr 2008 20:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-58637</guid>
		<description>By plotting R,G and B vectors, I found that the diverging tables are centered on 117. First half is index 0-116 and second half is 117-233. They basically saturate after index 233.

So I just load the 256 colors and use only the first 233 colors.</description>
		<content:encoded><![CDATA[<p>By plotting R,G and B vectors, I found that the diverging tables are centered on 117. First half is index 0-116 and second half is 117-233. They basically saturate after index 233.</p>
<p>So I just load the 256 colors and use only the first 233 colors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Galloy</title>
		<link>http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-57517</link>
		<dc:creator>Michael Galloy</dc:creator>
		<pubDate>Sun, 20 Apr 2008 04:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-57517</guid>
		<description>I'll take a look at that. 

My most recent version has different values for the qualitative color tables since it seemed silly to have a separate color table for each number of colors (since the 7 color version is exactly the same first 6 colors in the color table). It also didn't seem worthwhile to interpolate them to take up all 256 indices, now they just use the actual needed indices.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll take a look at that. </p>
<p>My most recent version has different values for the qualitative color tables since it seemed silly to have a separate color table for each number of colors (since the 7 color version is exactly the same first 6 colors in the color table). It also didn&#8217;t seem worthwhile to interpolate them to take up all 256 indices, now they just use the actual needed indices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Le Sager</title>
		<link>http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-57315</link>
		<dc:creator>Philippe Le Sager</dc:creator>
		<pubDate>Sat, 19 Apr 2008 13:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-57315</guid>
		<description>Thanks a lot for those. I have thought using those color tables since I saw the Brewer article in EOS, but never implemented more than one in my IDL codes.

I have a little concern about the interpolation to 256 colors you used to produce the tbl file. The diverging color tables seem a little bit off-center:
you expect to have a clear neutral middle color (even though not in the table itself), but in the RdBu for example the 121-127 indices seem to be on the "blue side".
No too much of an issue when loading very few or a lot of colors, but may bother some users loading 20-40 colors?

IDL&#62; loadct, 22, file=file_which('brewer.tbl')
% LOADCT: Loading table RdBu(Diverging)
IDL&#62; cindex
IDL&#62; loadct, 22, file=file_which('brewer.tbl'), ncolo=16
% LOADCT: Loading table RdBu(Diverging)
IDL&#62; cindex
IDL&#62; loadct, 22, file=file_which('brewer.tbl'), ncolo=64
% LOADCT: Loading table RdBu(Diverging)
IDL&#62; cindex</description>
		<content:encoded><![CDATA[<p>Thanks a lot for those. I have thought using those color tables since I saw the Brewer article in EOS, but never implemented more than one in my IDL codes.</p>
<p>I have a little concern about the interpolation to 256 colors you used to produce the tbl file. The diverging color tables seem a little bit off-center:<br />
you expect to have a clear neutral middle color (even though not in the table itself), but in the RdBu for example the 121-127 indices seem to be on the &#8220;blue side&#8221;.<br />
No too much of an issue when loading very few or a lot of colors, but may bother some users loading 20-40 colors?</p>
<p>IDL&gt; loadct, 22, file=file_which(&#8217;brewer.tbl&#8217;)<br />
% LOADCT: Loading table RdBu(Diverging)<br />
IDL&gt; cindex<br />
IDL&gt; loadct, 22, file=file_which(&#8217;brewer.tbl&#8217;), ncolo=16<br />
% LOADCT: Loading table RdBu(Diverging)<br />
IDL&gt; cindex<br />
IDL&gt; loadct, 22, file=file_which(&#8217;brewer.tbl&#8217;), ncolo=64<br />
% LOADCT: Loading table RdBu(Diverging)<br />
IDL&gt; cindex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaelgalloy.com &#187; ColorBrewer</title>
		<link>http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-46993</link>
		<dc:creator>michaelgalloy.com &#187; ColorBrewer</dc:creator>
		<pubDate>Thu, 21 Feb 2008 17:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://michaelgalloy.com/2008/02/21/updated-brewer-color-tables.html#comment-46993</guid>
		<description>[...] I updated the color tables to fix problems with the qualitative color tables and added new routines to access [...]</description>
		<content:encoded><![CDATA[<p>[...] I updated the color tables to fix problems with the qualitative color tables and added new routines to access [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
