<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Excel Charts Blog &#187; Chart Types</title>
	<atom:link href="http://www.excelcharts.com/blog/chart-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excelcharts.com/blog</link>
	<description>Effective Charts and Dashboards for Excel users</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:48:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The best of two worlds: the scatterplot pie</title>
		<link>http://www.excelcharts.com/blog/the-best-of-two-worlds-the-scatterplot-pie/</link>
		<comments>http://www.excelcharts.com/blog/the-best-of-two-worlds-the-scatterplot-pie/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 08:21:09 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Pie charts]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=4966</guid>
		<description><![CDATA[<p>The best chart is always task-dependent, but let me assume that you would choose the scatterplot as the best chart and the pie as the worst. They are like water and oil: impossible to mix them! Are they? Let me tell you about a little experiment. I [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-best-of-two-worlds-the-scatterplot-pie/">The best of two worlds: the scatterplot pie</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-best-of-two-worlds-the-scatterplot-pie/">The best of two worlds: the scatterplot pie</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/geo-scatterplot-or-the-poor-mans-gis/' rel='bookmark' title='Geo-scatterplot or the poor man&#8217;s GIS'>Geo-scatterplot or the poor man&#8217;s GIS</a></li>
<li><a href='http://www.excelcharts.com/blog/design-and-information-visualization-two-worlds-apart/' rel='bookmark' title='Design and information visualization: two worlds apart'>Design and information visualization: two worlds apart</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The best chart is always task-dependent, but let me assume that you would choose the scatterplot as the best chart and the pie as the worst. They are like water and oil: impossible to mix them!</p>
<p>Are they?</p>
<p>Let me tell you about a little experiment. I call it the scatterplot pie just for fun, and the idea is to display proportions using a scatterplot.</p>
<p>A traditional pie chart with two data points can be reduced to an angle:</p>
<p><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie.png" rel="wp-prettyPhoto[4966]"><img class="aligncenter size-full wp-image-4967" title="Scatterplot pie" src="http://charts8.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie.png" alt="" width="594" height="182" /></a></p>
<p>The same message, no fat. And because there are no textures and arcs to deal with we can now superimpose many pies.</p>
<p>&nbsp;</p>
<p><a href="http://charts5.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie2.png" rel="wp-prettyPhoto[4966]"><img class="aligncenter size-full wp-image-4968" title="Scatterplot pie" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie2.png" alt="" width="594" height="182" /></a></p>
<p>These are percentages of the age group 65+ in 1996 (left) and 2050 (right) for 220 countries (data from the US Census Bureau). This comparison clearly shows that the World is getting older.</p>
<p>One of the problems with pie charts is that you can compare proportions but you can&#8217;t compare wholes. In the images above we are comparing very different country sizes (Tuvalu and China?). With the scatterplot pie we can add this dimension:</p>
<p><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie3.png" rel="wp-prettyPhoto[4966]"><img class="aligncenter size-full wp-image-4969" title="scatterpot-pie3" src="http://charts8.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie3.png" alt="" width="594" height="182" /></a></p>
<p>China and India are not helping resolution, but it would happen to any other chart. We can focus on a detail:</p>
<p><a href="http://charts5.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie4.png" rel="wp-prettyPhoto[4966]"><img class="aligncenter size-full wp-image-4970" title="scatterpot-pie4" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2012/01/scatterpot-pie4.png" alt="" width="594" height="182" /></a></p>
<p>Other things we could do:</p>
<ul>
<li>Group series (in this example, color-coding by continent would show us the significant differences between Europe and Africa);</li>
<li>Add axis and circular grid lines to improve readability;</li>
<li>Set line transparency to 50%;</li>
<li>Remove the vertical line or make it look like a grid line;</li>
<li>Label the more significant data points.</li>
</ul>
<p>I actually like this idea and I&#8217;ll test it a bit further. I&#8217;ll try to decide if it is a good alternative to stacked bar charts. It should also work with three or more slices, but just because it works it doesn&#8217;t mean we should use it (like most chart options in Excel&#8230;).</p>
<p>So, what do you think? Would you use it?</p>
<p><em>This is not entirely mine: I was inspired by <a href="http://www.excelcharts.com/blog/data-visualization-excel-users/excel-charts-pie-charts/#comment-52729">this comment</a>. And I&#8217;m sure someone must have though about this first. If it rings a bell please let me know&#8230;)</em></p>
<p>&nbsp;</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-best-of-two-worlds-the-scatterplot-pie/">The best of two worlds: the scatterplot pie</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/geo-scatterplot-or-the-poor-mans-gis/' rel='bookmark' title='Geo-scatterplot or the poor man&#8217;s GIS'>Geo-scatterplot or the poor man&#8217;s GIS</a></li>
<li><a href='http://www.excelcharts.com/blog/design-and-information-visualization-two-worlds-apart/' rel='bookmark' title='Design and information visualization: two worlds apart'>Design and information visualization: two worlds apart</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-best-of-two-worlds-the-scatterplot-pie/">The best of two worlds: the scatterplot pie</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/the-best-of-two-worlds-the-scatterplot-pie/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Unbearable Lightness of Pie Charts [Data Visualization for Excel Users]</title>
		<link>http://www.excelcharts.com/blog/the-unbearable-lightness-of-pie-charts-data-visualization-for-excel-users/</link>
		<comments>http://www.excelcharts.com/blog/the-unbearable-lightness-of-pie-charts-data-visualization-for-excel-users/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:16:10 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Pie charts]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=4905</guid>
		<description><![CDATA[<p>Well, a data visualization book cannot avoid pie charts, so here it is, a page about pie charts for my tutorial Data Visualization for Excel Users. Enjoy and comment, please&#8230; &#160; ______________________ Want to create better dashboards? Try the Excel Dashboard Tutorial. Post from: Excel Charts Blog. [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-unbearable-lightness-of-pie-charts-data-visualization-for-excel-users/">The Unbearable Lightness of Pie Charts [Data Visualization for Excel Users]</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-unbearable-lightness-of-pie-charts-data-visualization-for-excel-users/">The Unbearable Lightness of Pie Charts [Data Visualization for Excel Users]</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/data-visualization-for-excel-users-gestalt-laws/' rel='bookmark' title='Data Visualization for Excel Users: Gestalt Laws'>Data Visualization for Excel Users: Gestalt Laws</a></li>
<li><a href='http://www.excelcharts.com/blog/a-course-for-the-invisible-data-visualization-users/' rel='bookmark' title='A course for the invisible data visualization users'>A course for the invisible data visualization users</a></li>
<li><a href='http://www.excelcharts.com/blog/will-you-help-me-write-a-data-visualization-e-book-and-win-a-free-copy/' rel='bookmark' title='Will you Help Me Write a Data Visualization E-Book (and Win a Free Copy)?'>Will you Help Me Write a Data Visualization E-Book (and Win a Free Copy)?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Well, a data visualization book cannot avoid pie charts, so here it is, a page about <a href="http://www.excelcharts.com/blog/data-visualization-excel-users/excel-charts-pie-charts/">pie charts</a> for my tutorial Data Visualization for Excel Users.</p>
<p>Enjoy and comment, please&#8230;</p>
<p>&nbsp;</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-unbearable-lightness-of-pie-charts-data-visualization-for-excel-users/">The Unbearable Lightness of Pie Charts [Data Visualization for Excel Users]</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/data-visualization-for-excel-users-gestalt-laws/' rel='bookmark' title='Data Visualization for Excel Users: Gestalt Laws'>Data Visualization for Excel Users: Gestalt Laws</a></li>
<li><a href='http://www.excelcharts.com/blog/a-course-for-the-invisible-data-visualization-users/' rel='bookmark' title='A course for the invisible data visualization users'>A course for the invisible data visualization users</a></li>
<li><a href='http://www.excelcharts.com/blog/will-you-help-me-write-a-data-visualization-e-book-and-win-a-free-copy/' rel='bookmark' title='Will you Help Me Write a Data Visualization E-Book (and Win a Free Copy)?'>Will you Help Me Write a Data Visualization E-Book (and Win a Free Copy)?</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-unbearable-lightness-of-pie-charts-data-visualization-for-excel-users/">The Unbearable Lightness of Pie Charts [Data Visualization for Excel Users]</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/the-unbearable-lightness-of-pie-charts-data-visualization-for-excel-users/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Making maps in Excel: cross-stitching edition</title>
		<link>http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/</link>
		<comments>http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 08:41:09 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Excel maps]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=4343</guid>
		<description><![CDATA[<p>There are several objects in Excel you can make a map with. If you want to use shapes, you can follow my my tutorial. You can also use a scatter plot. The map above uses cells and conditional formatting. So, here is how to do it (this example used [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/">Making maps in Excel: cross-stitching edition</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/">Making maps in Excel: cross-stitching edition</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/how-to-create-excel-dashboard-lookup/' rel='bookmark' title='Performance vs flexibility in Excel: Demographic Dashboard Lookup Edition'>Performance vs flexibility in Excel: Demographic Dashboard Lookup Edition</a></li>
<li><a href='http://www.excelcharts.com/blog/a-secret-message-hidden-in-an-excel-chart/' rel='bookmark' title='A Secret Message Hidden in an Excel Chart'>A Secret Message Hidden in an Excel Chart</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://charts4.excelcharts.com/blog/wp-content/uploads/2011/12/quadric-map2.png" rel="wp-prettyPhoto[4343]"><img class="aligncenter size-full wp-image-4368" title="quadric-map2" src="http://charts4.excelcharts.com/blog/wp-content/uploads/2011/12/quadric-map2.png" alt="County map Excel" width="558" height="431" /></a></p>
<p>There are several objects in Excel you can make a map with. If you want to use shapes, you can follow my <a href="http://www.excelcharts.com/blog/how-to-create-thematic-map-excel/">my tutorial</a>. You can also use a <a href="http://www.excelcharts.com/blog/geo-scatterplot-or-the-poor-mans-gis/">scatter plot</a>. The map above uses cells and conditional formatting.</p>
<p>So, here is how to do it (this example used population data):</p>
<ol>
<li>Get a table from the US Census Bureau with latitude, longitude and population data by county.</li>
<li>In a new sheet, calculate longitude intervals and use them as column headers (I’m using a 0.25 interval: lower means more resolution but more columns);</li>
<li>Calculate latitude intervals and use them as row headers;</li>
<li>With the SUMPRODUCT() function calculate total population, total area and density for each latitude and longitude class;</li>
<li>Set column width to 5 or 6 pixels and do the same with row height;</li>
<li>Select the entire table and add conditional formatting as you like;</li>
</ol>
<p>Since you can’t add visible text to such small cells, you can merge them and add titles, legend, source, etc. A better option is to enter them in a separate sheet and use the camera tool to add an image to the map.</p>
<p>When you select a cell a small macro identifies the county and displays the data in the table below. At this resolution level, a cell usually contains a single county, but in densely populated areas there may be more than one county in a cell, as shown in the table (I&#8217;m also using the camera tool to display the table below the map).</p>
<p>I actually prefer to use a scatter plot but this is fun, and you can always ask your mother to cross stitch the map into your pillow!</p>
<p>&nbsp;</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/">Making maps in Excel: cross-stitching edition</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/how-to-create-excel-dashboard-lookup/' rel='bookmark' title='Performance vs flexibility in Excel: Demographic Dashboard Lookup Edition'>Performance vs flexibility in Excel: Demographic Dashboard Lookup Edition</a></li>
<li><a href='http://www.excelcharts.com/blog/a-secret-message-hidden-in-an-excel-chart/' rel='bookmark' title='A Secret Message Hidden in an Excel Chart'>A Secret Message Hidden in an Excel Chart</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/">Making maps in Excel: cross-stitching edition</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The same data, the same map, different stories</title>
		<link>http://www.excelcharts.com/blog/the-same-data-the-same-map-different-stories/</link>
		<comments>http://www.excelcharts.com/blog/the-same-data-the-same-map-different-stories/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 20:55:07 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Excel maps]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=3993</guid>
		<description><![CDATA[<p>Choropleth maps are the pie charts of cartography. Both can show us a simple pattern, but that&#8217;s a very low starting point. And both have severe perceptual issues. One of the issues with maps is how to define classes. Gregor published last Friday an interesting post and I wanted [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-same-data-the-same-map-different-stories/">The same data, the same map, different stories</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-same-data-the-same-map-different-stories/">The same data, the same map, different stories</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/irregular-time-series-oversampling/' rel='bookmark' title='Irregular Time Series? No. Oversampling.'>Irregular Time Series? No. Oversampling.</a></li>
<li><a href='http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/' rel='bookmark' title='Making maps in Excel: cross-stitching edition'>Making maps in Excel: cross-stitching edition</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Choropleth maps are the pie charts of cartography. Both can show us a simple pattern, but that&#8217;s a very low starting point. And both have severe perceptual issues. One of the issues with maps is how to define classes.</p>
<p>Gregor published last Friday <a href="http://vis4.net/blog/posts/choropleth-maps/">an interesting post</a> and I wanted to play with the same data, percentage of population living in poverty (and use my <a href="http://www.excelcharts.com/blog/how-to-create-thematic-map-excel/">Excel map</a>&#8230;). Let me show you some of the variations you get when selecting different class limits.</p>
<h3>Same number of states</h3>
<p>You assign the same (or approximate) number of data points to each class:</p>
<p><img class="aligncenter size-full wp-image-4338" title="newpoverty-map-same-number" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-same-number.png" alt="Thematic map us states poverty percentage same number of states" width="500" height="283" /></p>
<h3>Equal intervals</h3>
<p>Divide the range by the number of classes <em>(pro tip: don&#8217;t ever do it when you have on outlier at the top or at the bottom, like the District of Columbia for population density)</em>.</p>
<p><a href="http://charts6.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-range.png" rel="wp-prettyPhoto[3993]"><img class="aligncenter size-full wp-image-4339" title="newpoverty-map-range" src="http://charts6.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-range.png" alt="Thematic map us states poverty percentage around national average" width="500" height="283" /></a></p>
<p><span class="Apple-style-span" style="font-size: 15px; font-weight: bold;">Positive / Negative</span></p>
<p>This one has a class limit exactly at the national average (four classes: two above and two below the average).</p>
<p><a href="http://charts6.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-positive-negative.png" rel="wp-prettyPhoto[3993]"><img class="aligncenter size-full wp-image-4337" title="newpoverty-map-positive-negative" src="http://charts6.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-positive-negative.png" alt="Thematic map us states poverty percentage positive negative" width="500" height="283" /></a><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2011/12/poverty-map-positive-negative1.png" rel="wp-prettyPhoto[3993]"><br />
<span class="Apple-style-span" style="color: #000000; font-size: 15px; font-weight: bold;">Emphasis</span></a></p>
<p>Here we define a large middle class to focus our attention on the extreme values:</p>
<p><a href="http://charts4.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-emphasis.png" rel="wp-prettyPhoto[3993]"><img class="aligncenter size-full wp-image-4336" title="newpoverty-map-emphasis" src="http://charts4.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-emphasis.png" alt="Thematic map us states poverty percentage emphasis" width="500" height="283" /></a></p>
<h3>Around national average</h3>
<p>Now we are assuming that there aren&#8217;t much differences in the data points around the national average:</p>
<p><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-around-mean.png" rel="wp-prettyPhoto[3993]"><img class="aligncenter size-full wp-image-4340" title="newpoverty-map-around-mean" src="http://charts8.excelcharts.com/blog/wp-content/uploads/2011/12/newpoverty-map-around-mean.png" alt="Thematic map us states poverty percentage around national average" width="500" height="283" /></a></p>
<p>And here is the data displayed in a bar chart:</p>
<p><a href="http://charts4.excelcharts.com/blog/wp-content/uploads/2011/12/poverty-bar-chart.png" rel="wp-prettyPhoto[3993]"><img class="aligncenter size-full wp-image-3994" title="poverty-bar-chart" src="http://charts4.excelcharts.com/blog/wp-content/uploads/2011/12/poverty-bar-chart.png" alt="" width="366" height="625" /></a></p>
<p>As you can see, for each definition of class limits you get a different message. Most people just use equal intervals, but that&#8217;s lazy, IMHO. Using equal intervals in a choropleth map is like sorting a bar chart alphabetically. The only thing that is worse than equal intervals is equal intervals plus round numbers.</p>
<p>You cannot assume that the data is uniformly distributed, so most of the time you shouldn&#8217;t use equal intervals.  My personal preference is to create homogeneous classes, using the data itself to define their number and their upper and lower limits. You can do it using complex statistical analysis, or you can do it just by looking at a bar chart or a scatter plot.</p>
<p>The data will tell you which is the best sorting key or class limit. So, like everything else in data visualization, let the data talk first.</p>
<p>&nbsp;</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-same-data-the-same-map-different-stories/">The same data, the same map, different stories</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/irregular-time-series-oversampling/' rel='bookmark' title='Irregular Time Series? No. Oversampling.'>Irregular Time Series? No. Oversampling.</a></li>
<li><a href='http://www.excelcharts.com/blog/making-maps-in-excel-cross-stitching-edition/' rel='bookmark' title='Making maps in Excel: cross-stitching edition'>Making maps in Excel: cross-stitching edition</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-same-data-the-same-map-different-stories/">The same data, the same map, different stories</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/the-same-data-the-same-map-different-stories/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The health benefits of line charts</title>
		<link>http://www.excelcharts.com/blog/the-health-benefits-of-line-charts/</link>
		<comments>http://www.excelcharts.com/blog/the-health-benefits-of-line-charts/#comments</comments>
		<pubDate>Wed, 25 May 2011 23:55:58 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Line Charts]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=2929</guid>
		<description><![CDATA[<p>I recently bought a pedometer to make sure I walk at least those recommended 10,000 steps a day. As you can see, there is a strong variation, and no meaningful pattern is emerging. Now that I’m blogging about it, I’m sure that will happen soon . It’s [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-health-benefits-of-line-charts/">The health benefits of line charts</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-health-benefits-of-line-charts/">The health benefits of line charts</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/10-x-10-tips-to-improve-your-excel-or-not-charts-line-charts/' rel='bookmark' title='10 x 10 tips  to improve your (Excel or not) charts: Line charts'>10 x 10 tips  to improve your (Excel or not) charts: Line charts</a></li>
<li><a href='http://www.excelcharts.com/blog/10-x-10-tips-to-improve-your-excel-or-not-charts-column-and-bar-charts/' rel='bookmark' title='10 x 10 Tips to improve your (Excel or not) charts: column and bar charts'>10 x 10 Tips to improve your (Excel or not) charts: column and bar charts</a></li>
<li><a href='http://www.excelcharts.com/blog/a-line-chart-in-crystal-xcelsius-how-difficult-can-it-be/' rel='bookmark' title='A line chart in Crystal Xcelsius: how difficult can it be?'>A line chart in Crystal Xcelsius: how difficult can it be?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://charts7.excelcharts.com/blog/wp-content/uploads/2011/05/steps-bar-chart.png" rel="wp-prettyPhoto[2929]"><img class="aligncenter size-full wp-image-2930" title="steps-bar-chart" src="http://charts7.excelcharts.com/blog/wp-content/uploads/2011/05/steps-bar-chart.png" alt="" width="481" height="385" /></a>I recently bought a <a href="http://www.amazon.com/gp/product/B003IHSRKM/ref=as_li_ss_tl?ie=UTF8&amp;tag=jorgecamoesbi-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399349&amp;creativeASIN=B003IHSRKM">pedometer</a><img src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=B003IHSRKM&amp;camp=217145&amp;creative=399349" alt="" width="1" height="1" border="0" /> to make sure I walk at least those recommended 10,000 steps a day. As you can see, there is a strong variation, and no meaningful pattern is emerging. Now that I’m blogging about it, I’m sure that will happen soon <img src='http://charts7.excelcharts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>It’s commonly accepted that, when displaying a time series, you should use line charts to show trends, and column charts if you want the reader to compare individual data points. It seems that you can choose any one of them, but often you can&#8217;t.</p>
<p>In a data set like the one above, there is too much variation, and a line chart is useless. Make a column  chart instead, and try to explain the outliers.</p>
<p>So, use your common sense and don’t use a line chart when monitoring a new habit. Compare data points and if you can’t find a good explanatory variable just annotate the outliers and try to replicate the good ones.</p>
<p>If you want to give yourself a motivational  boost keep repeating “I want to use line charts, I want to use line charts”. It will help you reduce variation and soon you’ll achieve your goals! (Scatter plots are even more powerful motivators, but don’t rush.)</p>
<p>&nbsp;</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-health-benefits-of-line-charts/">The health benefits of line charts</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/10-x-10-tips-to-improve-your-excel-or-not-charts-line-charts/' rel='bookmark' title='10 x 10 tips  to improve your (Excel or not) charts: Line charts'>10 x 10 tips  to improve your (Excel or not) charts: Line charts</a></li>
<li><a href='http://www.excelcharts.com/blog/10-x-10-tips-to-improve-your-excel-or-not-charts-column-and-bar-charts/' rel='bookmark' title='10 x 10 Tips to improve your (Excel or not) charts: column and bar charts'>10 x 10 Tips to improve your (Excel or not) charts: column and bar charts</a></li>
<li><a href='http://www.excelcharts.com/blog/a-line-chart-in-crystal-xcelsius-how-difficult-can-it-be/' rel='bookmark' title='A line chart in Crystal Xcelsius: how difficult can it be?'>A line chart in Crystal Xcelsius: how difficult can it be?</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-health-benefits-of-line-charts/">The health benefits of line charts</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/the-health-benefits-of-line-charts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Irregular Time Series? No. Oversampling.</title>
		<link>http://www.excelcharts.com/blog/irregular-time-series-oversampling/</link>
		<comments>http://www.excelcharts.com/blog/irregular-time-series-oversampling/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:45:17 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Line Charts]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=697</guid>
		<description><![CDATA[<p>If you are a market researcher, and you want to make sure that you get more reliable results for a subgroup in a survey, what do you do? You must increase the overall sample size (and spend a lot of money), right? Actually, you don&#8217;t. You can [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/irregular-time-series-oversampling/">Irregular Time Series? No. Oversampling.</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/irregular-time-series-oversampling/">Irregular Time Series? No. Oversampling.</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/spending-time-deciphering-time-utilization-charts/' rel='bookmark' title='Spending Time Deciphering Time Utilization Charts'>Spending Time Deciphering Time Utilization Charts</a></li>
<li><a href='http://www.excelcharts.com/blog/learn-excel-spend-more-time-with-the-kids/' rel='bookmark' title='Learn Excel, Spend More Time with the Kids'>Learn Excel, Spend More Time with the Kids</a></li>
<li><a href='http://www.excelcharts.com/blog/im-leaving-my-day-time-job/' rel='bookmark' title='I&#8217;m Leaving my Day Time Job'>I&#8217;m Leaving my Day Time Job</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are a market researcher, and you want to make sure that you get more reliable results for a subgroup in a survey, what do you do? You must increase the overall sample size (and spend a lot of money), right?</p>
<p>Actually, you don&#8217;t.</p>
<p>You can oversample that group only, and then weight it down to its known proportion in the population. For example, you may want to increase the number of managers and decrease the number of housewives (because the former are usually more heterogeneous than the latter). Oversampling is a common research method, and a very cost-effective way to get precise estimates for a subgroup.</p>
<p>This is a real-world solution, and if we have finite resources to solve a real-world problem, resource allocation must be part of the equation. Higher variability usually demands for more resources.</p>
<p>Why is this relevant in a blog about charts and information visualization? Glad you ask.</p>
<h3>The Great Irregular Interval Debate</h3>
<p>Let me give you an example. A while back, Jon Peltier <a href="http://peltiertech.com/WordPress/line-chart-vs-step-chart/">wrote</a> in his blog:</p>
<blockquote><p>I don’t understand the obsession with an equal date interval. A line chart need not show the trend of only evenly-spaced data. Suppose I am observing temperatures, and I decide for simplicity that where the temperature hasn’t changed, or where it has been changing steadily, I do not need to record every value. Overnight after the temperature has dropped, I can characterize my temperature profile with one point per hour. As the sun rises, I may need more frequent recordings to capture the morning warm up. Then the clouds blow over, it starts to rain, then it clears up again; I may need minute-by-minute data points to track this. When I make my plot, is it any less relevant because the spacing of the data ranges from minutes to hours?</p></blockquote>
<p>This is oversampling, and a wise resource allocation, too. In a survey, you weight the subgroup down to its right proportion, and that&#8217;s also what you do in a chart, when irregular date intervals are displayed proportionally.</p>
<p>Stephen Few <a href="http://www.perceptualedge.com/articles/visual_business_intelligence/line_graphs_and_irregular_intervals.pdf">disagrees</a>:</p>
<blockquote><p>Using a line to connect values along unequal intervals of time or to connect intervals that are not adjacent in time is misleading.</p></blockquote>
<p>Furthermore:</p>
<blockquote><p>How could we trust graphical representations of time series or frequency distributions if their shapes could have been altered by inconsistently manipulating the sizes of intervals along the scale, either arbitrarily or intentionally to deceive? We can derive meaning from patterns and trends that these graphs display only if the intervals are consistent.</p></blockquote>
<p><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2009/02/wronglinechart1.png" rel="wp-prettyPhoto[697]"><img style="display: inline; margin-left: 0px; margin-right: 0px" title="wrong-line-chart" src="http://charts7.excelcharts.com/blog/wp-content/uploads/2009/02/wronglinechart-thumb1.png" alt="wrong-line-chart" width="300" height="213" align="right" /></a>He exemplifies his argument with these two charts (actually, there are three, but we can safely disregard the third one).</p>
<p>The first chart displays the correct annual sales. The second one displays arbitrarily grouped annual sales and, obviously, its pattern is quite different.</p>
<p>Now, the second chart is plain wrong, so I am not sure if you can use it to argue against unequal intervals.</p>
<p><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2009/02/correctedlinechart1.png" rel="wp-prettyPhoto[697]"><img style="display: inline; margin-left: 0px; margin-right: 0px" title="corrected-line-chart" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2009/02/correctedlinechart-thumb1.png" alt="corrected-line-chart" width="307" height="163" align="right" /></a></p>
<p>Let’s use a fairer example with the same dataset and the same arbitrary grouping.</p>
<p>Compare the orange line with Few’s first chart. I actually don’t see much difference. Sure you lose a lot of detail, but the basic pattern is there. Instead of sums, I am using averages (you can’t compare a single year with the total sales of three or four years).</p>
<p>The other two lines show the difference between equal and unequal intervals. The brown line displays the data points unequally spaced while the gray one uses equal intervals (Few’s second chart). I had to make some assumptions regarding the reference date, so this is not the best example, but it is good enough to show the potential risk of using equal intervals with unequal intervals of time.</p>
<p>Bottom line, oversampling is a useful method for better resource allocation. We can view irregular time series as some sort of oversampling, provided there are no missing values and irregular intervals in the chart are consistent with intervals in the time series.</p>
<p>Grouping data points is always a tricky issue, and Stephen Few show it clearly, but we shouldn’t infer that “line graphs and irregular intervals is an incompatible partnership.”</p>
<p>(When using time series in Excel, make sure that category axis labels are recognized as dates. Alternatively, use a scatter plot with connected data points.)</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/irregular-time-series-oversampling/">Irregular Time Series? No. Oversampling.</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/spending-time-deciphering-time-utilization-charts/' rel='bookmark' title='Spending Time Deciphering Time Utilization Charts'>Spending Time Deciphering Time Utilization Charts</a></li>
<li><a href='http://www.excelcharts.com/blog/learn-excel-spend-more-time-with-the-kids/' rel='bookmark' title='Learn Excel, Spend More Time with the Kids'>Learn Excel, Spend More Time with the Kids</a></li>
<li><a href='http://www.excelcharts.com/blog/im-leaving-my-day-time-job/' rel='bookmark' title='I&#8217;m Leaving my Day Time Job'>I&#8217;m Leaving my Day Time Job</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/irregular-time-series-oversampling/">Irregular Time Series? No. Oversampling.</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/irregular-time-series-oversampling/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Focus + Context (a Bar Chart Is Not a Skyscraper)</title>
		<link>http://www.excelcharts.com/blog/focus-context-bar-chart-skyscraper/</link>
		<comments>http://www.excelcharts.com/blog/focus-context-bar-chart-skyscraper/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 02:03:30 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Bar / Column Charts]]></category>
		<category><![CDATA[Chart Types]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=661</guid>
		<description><![CDATA[<p>Textures. 3D. Pie charts. Primary colors. Trends hidden behind labels. Backgrounds. Pie charts again. Clear signs of a bad chart, right? Right. It is so easy to spot a badly designed chart that you can use a computer to do it. Don&#8217;t waste your time. Let&#8217;s stop [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/focus-context-bar-chart-skyscraper/">Focus + Context (a Bar Chart Is Not a Skyscraper)</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/focus-context-bar-chart-skyscraper/">Focus + Context (a Bar Chart Is Not a Skyscraper)</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-672" title="poverty-ratios-skyscraper" src="http://charts7.excelcharts.com/blog/wp-content/uploads/2009/02/poverty-ratios-skyscraper1.png" alt="poverty-ratios-skyscraper" width="313" height="725" />Textures. 3D. Pie charts. Primary colors. Trends hidden behind labels. Backgrounds. Pie charts again.</p>
<p>Clear signs of a bad chart, right? Right. It is so easy to spot a badly designed chart that you can use a computer to do it. Don&#8217;t waste your time.</p>
<p>Let&#8217;s stop discussing the obviously wrong and start discussing the useless right. Like this chart here. (I&#8217;ve borrowed the dataset Nathan used in one of his <a rel="nofollow" href="http://forums.flowingdata.com/topic/visualize-this-poverty-rate-by-age-in-america-jan-14-to-jan-20">visualization challenges</a> &#8211; some interesting entries and great discussion there, by the way).</p>
<p>There may not be anything really, really wrong with this chart, but it reflects a <strong>bureaucratic</strong> way of thinking about data and data presentation where every single data point must be clearly shown and labeled. Just like a table.</p>
<p>Listen, unless you work for a statistics office, <strong>you should never create a chart like this</strong>. I know, it&#8217;s irresistible to check how well <em>my state</em> ranks, but identifying each and every data point in a virtually limitless bar chart makes no sense in most cases.</p>
<p>Do you read the labels between the top five and the bottom five? Charts like this encourage look up of individual data points, and for that a table is probably a better option. If anything, a skyscraper bar chart is a clear sign of <a href="http://www.excelcharts.com/blog/chart-making-cures-for-loss-aversion/">loss aversion</a>.</p>
<h3>A Flexible Bar Chart: Introducing the <em>Accordion Bar Graph</em></h3>
<p>How do you graph a categorical variable with more than, say, 20 data points without creating a skyscraper? This is what I have in mind:</p>
<ul>
<li>You must retain the overall pattern, so you can&#8217;t remove data from the chart;</li>
<li>Create one or more focus area (top five and bottom five, for example);</li>
<li>Gaps between bars should be larger in these focus areas, so that labels can easily be added.</li>
<li>Minimize the height of the remaining bars and remove the labels;</li>
</ul>
<p>The chart should look like this:</p>
<p><img class="aligncenter size-full wp-image-671" title="focus-context-bar-chart" src="http://charts6.excelcharts.com/blog/wp-content/uploads/2009/02/focus-context-bar-chart1.png" alt="focus-context-bar-chart" width="375" height="411" /></p>
<p> </p>
<p>I like the accordion metaphor and I&#8217;m playing with it. An interactive version could use a simple event to create a focus inside the context area, so when the user moves the mouse the bar is enlarged and the label is shown.</p>
<p>What do you think? Do you agree that skyscraper bar charts are (almost) useless or should we focus on reducing the number of data points instead? How would you improve this design? Please share your comments and charts below.</p>
<p><strong>Update</strong></p>
<p>Well, if you want to know how to do this in Excel and read a great discussion about it, Jon wrote <a href="http://peltiertech.com/WordPress/accordion-chart-for-jorge/">Accordion Chart for Jorge</a>. He not only discusses some of the options but also shares the Excel file with us. Thanks Jon! And Dick, over the Daily Dose of Excel wants to make sure that your state is automatically highlighted (<a href="http://www.dailydoseofexcel.com/archives/2009/02/12/ego-charts/">Ego Charts</a>). Nice &#8220;quarter step&#8221;!</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/focus-context-bar-chart-skyscraper/">Focus + Context (a Bar Chart Is Not a Skyscraper)</a></p>
<p>No related posts.</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/focus-context-bar-chart-skyscraper/">Focus + Context (a Bar Chart Is Not a Skyscraper)</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/focus-context-bar-chart-skyscraper/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Pie Charts &#8211; A Devil&#8217;s Advocate Point of View</title>
		<link>http://www.excelcharts.com/blog/pie-charts-devil-advocate-point-view/</link>
		<comments>http://www.excelcharts.com/blog/pie-charts-devil-advocate-point-view/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:23:25 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Pie charts]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=285</guid>
		<description><![CDATA[<p>In what seems to be a post-vacation syndrome, I am in the mood for pie charts. I see them everywhere, even in car logos. Actually, I am more in the mood to defy current &#8220;crowd wisdom&#8221; about pie chats. Search the web for &#8220;pie chart&#8221; and you&#8217;ll [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/pie-charts-devil-advocate-point-view/">Pie Charts &#8211; A Devil&#8217;s Advocate Point of View</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/pie-charts-devil-advocate-point-view/">Pie Charts &#8211; A Devil&#8217;s Advocate Point of View</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>In what seems to be a post-vacation syndrome, I am in the mood for pie charts. I see them everywhere, even in <a href="http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/" rel="nofollow">car logos</a>.</p>
<p>Actually, I am more in the mood to <strong>defy</strong> current &#8220;crowd wisdom&#8221; about pie chats.</p>
<p>Search the web for &#8220;pie chart&#8221; and you&#8217;ll get more than one million results, and a depressing picture of human knowledge. Browse the first 100 and what do you get? Some educational(?) sites (<a href="http://socrates.bmcc.cuny.edu/cpe/circle_pie.html" rel="nofollow">poor</a> <a href="http://teacher.scholastic.com/scholasticnews/indepth/war-iraq/lesson_helper/pdfs/piechart.pdf" rel="nofollow">kids</a>), tutorials (<a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=390" rel="nofollow">Excel</a>, <a href="http://www.peters1.dk/webtools/php/lagkage.php?sprog=en" rel="nofollow">php</a>, <a href="http://www.java2s.com/Code/Java/Chart/Pie-Chart.htm" rel="nofollow">java</a>, <a href="http://modernl.com/article/howto-make-pretty-pie-charts" rel="nofollow">Illustrator</a>), humor (<a href="http://www.flipflopflyin.com/personalpies/index.html" rel="nofollow">here</a>, <a href="http://uncyclopedia.wikia.com/wiki/Pie_Chart" rel="nofollow">here</a>), bad (<a href="http://www.epa.gov/ttn/atw/nata1999/piecharts99.html" rel="nofollow">here</a>, <a href="http://www.dep.state.fl.us/water/wastewater/dom/wetpies.htm" rel="nofollow">here</a>, <a href="http://annualreport.ucpd.ucla.edu/2005/berkeley/crime_pie_charts.html" rel="nofollow">here</a>, <a href="http://www.pantherdb.org/chart/summary/pantherChart.jsp?filterLevel=1&amp;chartType=1&amp;listType=1&amp;type=1&amp;species=rat" rel="nofollow">here</a> or here) or just <a href="http://people.howstuffworks.com/prison4.htm" rel="nofollow">plain</a> <a href="http://www.youtube.com/watch?v=L6CTyOWTcCA" rel="nofollow" rel="wp-prettyPhoto[285]">stupid</a> examples. You&#8217;ll also find them in <a href="http://wunc.org/programs/news/Isaac-Hunters-Tavern/wed-ii-pie-charts-of-doom" rel="nofollow">in court</a> or <a href="http://www.warresisters.org/pages/piechart.htm" rel="nofollow">fighting government</a> (who could ever imagine that?). I&#8217;ll leave for another post what the <a href="http://en.wikipedia.org/wiki/Pie_chart" rel="nofollow">Wikipedia</a> and the <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=00018S" rel="nofollow">pie chart thread</a> in Tufte&#8217;s Ask E.T. say about pie charts (Stephen Few&#8217;s <a href="http://www.perceptualedge.com/articles/08-21-07.pdf">Save the Pies for Dessert</a> is not listed within the first 100 results).</p>
<h3>An old litany</h3>
<p>Some of these sites discuss the use of pie graphs, but they usually recite the same old litany: our perception is bad at judging angles, you should use no more than five or six categories, don&#8217;t use them to compare series, Cleveland&#8217;s findings, etc. (there also is at least one unfair comparison between pie and bar graphs and one <a href="http://blog.codahale.com/2006/04/29/google-analytics-the-goggles-they-do-nothing/" rel="nofollow">very aggressive rant</a> against them).</p>
<p>If there is something that I would like to have written about pie graphs it is this <a href="http://manyeyes.alphaworks.ibm.com/manyeyes/page/Pie_Chart.html" rel="nofollow">Expert notes at ManyEyes</a>:</p>
<blockquote><p>Pie charts have a mixed reputation. They are popular in business and the media but many information designers have criticized the technique. Some claim that the pie slice shape communicates numbers less exactly than other possibilities such as line length. But this remains unclear in the context of proportions: for example, we have seen no studies that looked at the task of judging whether an item is more or less than 50%. It&#8217;s also unclear whether exact communication of numeric values is the only evaluation criterion; at least one study indicates that use of a pie chart for analyzing a problem as opposed to a bar chart changes the way people think about the problem.</p></blockquote>
<p>This is clearly more constructive than saying that &#8220;they are as professional as a pair of assless chaps&#8221; (less funny though).</p>
<h3>Not all charts are born equal</h3>
<p>Current wisdom presumes that bar graphs and pie graphs are equivalent. For that reason, bar graphs should be used, always. After all, they are more efficient, right? But if they are not equivalent, as the above quote suggests? Take a time series, for example. If you want to see trends, you&#8217;ll choose a line graph; if you want to compare data points you&#8217;ll use a column graph. They are very similar, but by choosing one or the other, the designer is making a choice of how he/she&#8217;ll  look at the problem. Bar graphs and pie graphs are very different, so shouldn&#8217;t we think twice before selecting a bar graph because of its presumed superior efficiency?</p>
<p>This disdain for pie charts has its roots in Cleveland&#8217;s work and in Tufte&#8217;s and Few&#8217;s writings. Their positivist view towards information visualization may be as relevant as the classic economic theory and its presumption that consumer always take the rational decision, but are we not all <a href="http://astore.amazon.com/jorgecamoes-20/detail/006135323X">predictably irrational</a>? I agree with Robert at EagerEyes when he <a href="http://eagereyes.org/communication/Engaging-readers-with-square-pie-waffle-charts.html">says</a>:</p>
<blockquote><p>There is no doubt that we need to be careful about the choice of visual representation, and that we need to encourage the use of good charts and criticize the bad ones. But that doesn&#8217;t mean we can get lazy and squeeze everything into a few standard charts types we&#8217;ve been using for decades. That is especially true if we want people to actually care about what we&#8217;re trying to show – and not bore them to tears.</p></blockquote>
<p>We should probably try to be more rational and circumspect in a decision-making environment and do <a href="http://www.excelcharts.com/blog/excel-dashboards-charley-exceluser-kyd/">not use the media as our role model</a>, otherwise business visualization may <a href="http://www.excelcharts.com/blog/are-charts-really-useful-for-decision-making/">become useless</a>. However, ruling pie charts out is not the wisest decision.</p>
<p>Simple rules are made for beginners. Let&#8217;s break some. How about this one:  &#8220;you should use no more than five or six categories in a pie chart&#8221;. Are you sure?</p>
<p>(Before that, we must re-read what Cleveland said and what others said about Cleveland. That&#8217;s the next post.)</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/pie-charts-devil-advocate-point-view/">Pie Charts &#8211; A Devil&#8217;s Advocate Point of View</a></p>
<p>No related posts.</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/pie-charts-devil-advocate-point-view/">Pie Charts &#8211; A Devil&#8217;s Advocate Point of View</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/pie-charts-devil-advocate-point-view/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The Best Pie Charts Come From Germany</title>
		<link>http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/</link>
		<comments>http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 19:56:16 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Pie charts]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=263</guid>
		<description><![CDATA[<p>Best Pie Chart Award (clean and balanced. Your perception may not be great at comparing angles, but who cares?)   2th Place (also nice, but too many slices, and I don&#8217;t like the title around the pie)   Lateral Pie-Thinking Award (well, perhaps someone just messed up [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/">The Best Pie Charts Come From Germany</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/">The Best Pie Charts Come From Germany</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/pie-charts-a-neverending-discussion/' rel='bookmark' title='Pie charts: a neverending discussion'>Pie charts: a neverending discussion</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Best Pie Chart Award<br />
<span style="font-weight: normal;">(clean and balanced. Your perception may not be great at comparing angles, but who cares?)</span></strong></p>
<p style="text-align: center;"><a href="http://charts7.excelcharts.com/blog/wp-content/uploads/2008/09/mercedes-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-269" title="mercedes-logo" src="http://charts7.excelcharts.com/blog/wp-content/uploads/2008/09/mercedes-logo1.jpg" alt="" width="150" height="140" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>2th Place<br />
<span style="font-weight: normal;">(also nice, but too many slices, and I don&#8217;t like the title around the pie)</span></strong></p>
<p style="text-align: center;"><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2008/09/bmw-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-265" title="bmw-logo" src="http://charts8.excelcharts.com/blog/wp-content/uploads/2008/09/bmw-logo1.jpg" alt="" width="150" height="149" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>Lateral Pie-Thinking Award<br />
<span style="font-weight: normal;">(well, perhaps someone just messed up the template)</span></strong></p>
<p style="text-align: center;"><a href="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/09/vw-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-274" title="vw-logo" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/09/vw-logo1.jpg" alt="" width="150" height="150" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>Designer&#8217;s Pie Charts Award<br />
<span style="font-weight: normal;">(data? what data?)</span></strong></p>
<p style="text-align: center;"><a href="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/09/audi-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-264" title="audi-logo" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/09/audi-logo1.jpg" alt="" width="150" height="61" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>Seth Godin&#8217;s Pie Chart Award<br />
<span style="font-weight: normal;">(&#8220;<a href="http://sethgodin.typepad.com/seths_blog/2008/07/bar-graphs-vs-p.html">makes an obvious point, no nuances</a>&#8220;)</span></strong></p>
<p style="text-align: center;"><a href="http://charts8.excelcharts.com/blog/wp-content/uploads/2008/09/lexus-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-267" title="lexus-logo" src="http://charts8.excelcharts.com/blog/wp-content/uploads/2008/09/lexus-logo1.jpg" alt="" width="150" height="105" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>Consensus Pie Charts: The Venn Pie</strong></p>
<p style="text-align: center;"><a href="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/09/toyota-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-273" title="toyota-logo" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/09/toyota-logo1.jpg" alt="" width="150" height="98" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>Consensus Pie Charts: The Line Pie</strong></p>
<p style="text-align: center;"><a href="http://charts6.excelcharts.com/blog/wp-content/uploads/2008/09/mazda-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-268" title="mazda-logo" src="http://charts6.excelcharts.com/blog/wp-content/uploads/2008/09/mazda-logo1.jpg" alt="" width="150" height="119" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>Consensus Pie Charts: The Bar Pie</strong><br />
<a href="http://charts7.excelcharts.com/blog/wp-content/uploads/2008/09/nissan-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-270" title="nissan-logo" src="http://charts7.excelcharts.com/blog/wp-content/uploads/2008/09/nissan-logo1.jpg" alt="" width="146" height="120" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>Flash Gordon Pie</strong><br />
<a href="http://charts7.excelcharts.com/blog/wp-content/uploads/2008/09/opel-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-271" title="opel-logo" src="http://charts7.excelcharts.com/blog/wp-content/uploads/2008/09/opel-logo1.jpg" alt="" width="150" height="122" /></a></p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><strong>We Try Harder Award</strong><br />
<a href="http://charts6.excelcharts.com/blog/wp-content/uploads/2008/09/renault-logo1.jpg" rel="wp-prettyPhoto[263]"><img class="aligncenter size-full wp-image-272" title="renault-logo" src="http://charts6.excelcharts.com/blog/wp-content/uploads/2008/09/renault-logo1.jpg" alt="" width="150" height="174" /></a></p>
<p style="text-align: center;"> </p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/">The Best Pie Charts Come From Germany</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/pie-charts-a-neverending-discussion/' rel='bookmark' title='Pie charts: a neverending discussion'>Pie charts: a neverending discussion</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/">The Best Pie Charts Come From Germany</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/the-best-pie-charts-come-from-germany/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Charting around the clock</title>
		<link>http://www.excelcharts.com/blog/charting-around-the-clock/</link>
		<comments>http://www.excelcharts.com/blog/charting-around-the-clock/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 03:09:38 +0000</pubDate>
		<dc:creator>Jorge Camoes</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Radar chars]]></category>
		<category><![CDATA[chart redesign]]></category>
		<category><![CDATA[radar chart]]></category>

		<guid isPermaLink="false">http://www.excelcharts.com/blog/?p=249</guid>
		<description><![CDATA[<p>I&#8217;m a consensus kind of guy, I can&#8217;t help it. I always try to find the best parts of not-so-good things (a Curate&#8217;s egg syndrome?). Let me give you an example. One of the reasons why people like pie charts is because of its strong and familiar [...]<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/charting-around-the-clock/">Charting around the clock</a></p>
</p><p>The original post is titled <a href="http://www.excelcharts.com/blog/charting-around-the-clock/">Charting around the clock</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>
You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/charting-tips-001-do-you-really-need-a-chart/' rel='bookmark' title='Charting tips 001: Do you really need a chart?'>Charting tips 001: Do you really need a chart?</a></li>
<li><a href='http://www.excelcharts.com/blog/charting-tips-002-consider-the-task-at-hand/' rel='bookmark' title='Charting tips 002: Consider the task at hand'>Charting tips 002: Consider the task at hand</a></li>
<li><a href='http://www.excelcharts.com/blog/charting-tips-003-consider-your-audience/' rel='bookmark' title='Charting tips 003: Consider your audience'>Charting tips 003: Consider your audience</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/08/pageviews-day-night1.png" rel="wp-prettyPhoto[249]"><img class="alignleft size-full wp-image-248" style="margin: 0px 5px 0px 0px" title="Radar Chart Pageviews" src="http://charts5.excelcharts.com/blog/wp-content/uploads/2008/08/pageviews-day-night1.png" alt="" width="329" height="321" align="left" /></a>I&#8217;m a consensus kind of guy, I can&#8217;t help it. I always try to find the best parts of not-so-good things (a <a href="http://en.wikipedia.org/wiki/Curate%27s_egg">Curate&#8217;s egg</a> syndrome?). Let me give you an example.</p>
<p>One of the reasons why people like pie charts is because of its strong and familiar metaphor &#8211; it is part of our daily life.</p>
<p>Another good metaphor is the analog clock. You don&#8217;t need a legend to know the time. So, why don&#8217;t you use it to display hourly data?</p>
<p>Take a look at the radar chart on the left (the roman numerals &#8211; neat, hum?). It displays pageviews per hour by hour of the day. There are two series, daytime and nighttime. As you can see, the nighttime pageviews are much lower (I wonder why&#8230;).</p>
<p>If you want to compare daytime and nighttime data do everyone a favor: forget about day and night. Don&#8217;t assume that those 24 data points should be split in midnight to midday and midday to midnight. Or just because you raise early, the split should be 6:00 a.m. to 6:00 p.m. and 6:00 p.m. to 6 a.m. Look at the data and do what it tells you to do.  A good split creates two series that maximizes variability between them (and each series becomes more internally consistent). In this case, the split was at 8:00 a.m/p.m.</p>
<p>Yes, but what about the Curate&#8217;s egg? Glad you asked.</p>
<p>Chandoo, over PointyHairedDilbert, had &#8220;<a href="http://chandoo.org/wp/2008/08/14/plot-time-series-data-excel/">an interesting charting idea to show the data around the clock</a>&#8220;:</p>
<p><a href="http://charts4.excelcharts.com/blog/wp-content/uploads/2008/08/excel-time-series-bubble-chart-how1.png" rel="wp-prettyPhoto[249]"><img class="aligncenter size-full wp-image-250" title="excel-time-series-bubble-chart-how" src="http://charts4.excelcharts.com/blog/wp-content/uploads/2008/08/excel-time-series-bubble-chart-how1.png" alt="" width="448" height="261" /></a></p>
<p>Jon Peltier doesn&#8217;t really like the idea and suggests <a href="http://peltiertech.com/WordPress/rock-around-the-clock/">a much more conservative aproach</a>:</p>
<p><a href="http://charts4.excelcharts.com/blog/wp-content/uploads/2008/08/rockaroundtheclock31.png" rel="wp-prettyPhoto[249]"><img class="aligncenter size-full wp-image-251" title="rockaroundtheclock3" src="http://charts4.excelcharts.com/blog/wp-content/uploads/2008/08/rockaroundtheclock31.png" alt="" width="447" height="211" /></a></p>
<p>Now, shake both charts (shaken, not stirred&#8230;) and what do you get? My radar chart, of course! And what a fine mix of both it is!</p>
<p>Ok, where was I? Ah, yes, my soft boiled egg&#8230;</p>
<p><p>
______________________
</p>
Want to create better dashboards? Try the <a href="http://www.excelcharts.com/blog/products/demographic-dashboard/">Excel Dashboard Tutorial</a>.<p>
Post from: <a href="http://www.excelcharts.com/blog/">Excel Charts Blog</a>.
<br/><br/><a href="http://www.excelcharts.com/blog/charting-around-the-clock/">Charting around the clock</a></p>
<p>You may also be interested in:<ol>
<li><a href='http://www.excelcharts.com/blog/charting-tips-001-do-you-really-need-a-chart/' rel='bookmark' title='Charting tips 001: Do you really need a chart?'>Charting tips 001: Do you really need a chart?</a></li>
<li><a href='http://www.excelcharts.com/blog/charting-tips-002-consider-the-task-at-hand/' rel='bookmark' title='Charting tips 002: Consider the task at hand'>Charting tips 002: Consider the task at hand</a></li>
<li><a href='http://www.excelcharts.com/blog/charting-tips-003-consider-your-audience/' rel='bookmark' title='Charting tips 003: Consider your audience'>Charting tips 003: Consider your audience</a></li>
</ol></p><p>The original post is titled <a href="http://www.excelcharts.com/blog/charting-around-the-clock/">Charting around the clock</a> , and it came from <a href="http://www.excelcharts.com/blog">The Excel Charts Blog</a> . </p>]]></content:encoded>
			<wfw:commentRss>http://www.excelcharts.com/blog/charting-around-the-clock/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: charts4.excelcharts.com

Served from: www.excelcharts.com @ 2012-02-07 22:07:27 -->
