<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Mon, 06 Feb 2012 20:16:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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-page-1#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>&lt;p&gt;[...] 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 [...]&lt;/p&gt;
</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-page-1#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>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;So I just load the 256 colors and use only the first 233 colors.&lt;/p&gt;
</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-page-1#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>&lt;p&gt;I&#039;ll take a look at that.&lt;/p&gt;

&lt;p&gt;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&#039;t seem worthwhile to interpolate them to take up all 256 indices, now they just use the actual needed indices.&lt;/p&gt;
</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-page-1#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>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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 &quot;blue side&quot;.
No too much of an issue when loading very few or a lot of colors, but may bother some users loading 20-40 colors?&lt;/p&gt;

&lt;p&gt;IDL&gt; loadct, 22, file=file_which(&#039;brewer.tbl&#039;)
% LOADCT: Loading table RdBu(Diverging)
IDL&gt; cindex
IDL&gt; loadct, 22, file=file_which(&#039;brewer.tbl&#039;), ncolo=16
% LOADCT: Loading table RdBu(Diverging)
IDL&gt; cindex
IDL&gt; loadct, 22, file=file_which(&#039;brewer.tbl&#039;), ncolo=64
% LOADCT: Loading table RdBu(Diverging)
IDL&gt; cindex&lt;/p&gt;
</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:
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;.
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(&#8216;brewer.tbl&#8217;)
% LOADCT: Loading table RdBu(Diverging)
IDL&gt; cindex
IDL&gt; loadct, 22, file=file_which(&#8216;brewer.tbl&#8217;), ncolo=16
% LOADCT: Loading table RdBu(Diverging)
IDL&gt; cindex
IDL&gt; loadct, 22, file=file_which(&#8216;brewer.tbl&#8217;), ncolo=64
% LOADCT: Loading table RdBu(Diverging)
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-page-1#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>&lt;p&gt;[...] I updated the color tables to fix problems with the qualitative color tables and added new routines to access [...]&lt;/p&gt;
</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>

