<?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>Peltier Tech Blog &#187; Chart Types</title>
	<atom:link href="http://peltiertech.com/WordPress/category/chart-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:00:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stacked Bar Chart Alternatives</title>
		<link>http://peltiertech.com/WordPress/stacked-bar-chart-alternatives/</link>
		<comments>http://peltiertech.com/WordPress/stacked-bar-chart-alternatives/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 06:00:35 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Bar Charts]]></category>
		<category><![CDATA[dot plot]]></category>
		<category><![CDATA[Panel Chart]]></category>
		<category><![CDATA[stacked charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3184</guid>
		<description><![CDATA[In Gartner’s Customer Survey Results: Customers Using Vendors for BI Activities, Elissa Fink of Tableau presented a stacked bar chart that showed how BI customers use their BI products.

Good first cut through the survey data, perhaps, but stacked charts leave something to be desired. The only common baseline is along the left axis of the [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.tableausoftware.com/blog/gartner-vendors-bi-activities" rel="nofollow" title="Gartner’s Customer Survey Results: Customers Using Vendors for BI Activities | Tableau Software" >Gartner’s Customer Survey Results: Customers Using Vendors for BI Activities</a>, Elissa Fink of Tableau presented a stacked bar chart that showed how BI customers use their BI products.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Original Stacked Bar: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/Tableau-Gartner-stack-bar.png" alt="Original Stacked Bar: How BI Customers Use Their Platforms" /></p>
<p>Good first cut through the survey data, perhaps, but stacked charts leave something to be desired. The only common baseline is along the left axis of the chart, so we can only reliably compare values in the first series and for the sum of all series.</p>
<p>This chart has another issue. The percentage items do not sum to 100%, so it is harder to understand what this tells us. 260% of Tableau users perform these eight tasks? What does that mean? It&#8217;s reminiscent of last December&#8217;s infamous <a href="http://peltiertech.com/WordPress/use-bar-charts-not-pies/"title="I Keep Saying, Use Bar Charts, Not Pies » Peltier Tech Blog" >Fox News pie chart</a>.</p>
<p><span id="more-3184"></span>I decided to examine some alternative charting approaches. I am in no way criticizing Elissa or Tableau, I&#8217;m simply using this chart as the basis for a discussion of alternative charting approaches. Tableau is a great product. My experience with it is limited to playing with Tableau Public examples on the internet, and staring longingly at full blown analyses created by other people. Tableau is on my short list of things to work on, but even this short list exceeds my available time.</p>
<h2>Recreation of original stacked bar chart</h2>
<p>The first step was to recreate the original chart. Actually that was second, first I had to extract the data from the original chart. I used a technique called Manual Digitization, also referred to as Eyeballing It. Once I had the data, it was easy to make the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Recreated Stacked Bar: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart1_bar_legbelow.png" alt="Recreated Stacked Bar: How BI Customers Use Their Platforms" /></p>
<h2>Repositioning legend on original stacked bar chart</h2>
<p>I was not fond of the legend. I like to put legends below the chart where they&#8217;re out of the way, but the order of the legend entries is by row, and it&#8217;s confusing to go back and forth from the chart to the legend, because your eye automatically goes first to the wrong column of legend entries. To fix this, you need a legend with one row or one column of entries. I chose the one-column approach, and stuck the legend to the right of the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Recreated Stacked Bar with Alternate Legend Placement: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart2_bar_legbeside.png" alt="Recreated Stacked Bar with Alternate Legend Placement: How BI Customers Use Their Platforms" /></p>
<h2>Sorting series in stacked bar chart</h2>
<p>I noticed that the vendors were sorted from lowest to highest cumulative percentage, but the series were not sorted in a way that I could fathom. I decided it made sense to stack series from largest to smallest starting at the bottom (okay, on the left).</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Stacked Bar: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart3_bar_sorted.png" alt="Stacked Bar with Series Sorted by Decreasing Percentage: How BI Customers Use Their Platforms" /></p>
<h2>Converting stacked bar chart to panel bar chart</h2>
<p>Incremental improvements so far. Let&#8217;s convert this stacked bar chart into a panel bar chart so each series has its own common baseline. That&#8217;s better, though we&#8217;re still stuck using a legend.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Bar Panel Chart with Legend: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart4_barpanel_legend.png" alt="Bar Panel Chart with Legend: How BI Customers Use Their Platforms" /></p>
<h2>Panel bar chart with series labels</h2>
<p>We can easily add labels to each panel. To make the labels fit, they were rotated 90°. This isn&#8217;t ideal, but it might be better than forcing the labels off the chart into the legend. The labels obscure the ends of the longest bars, but to make room for the labels would require either stretching the chart sideways or making each panel account for a larger percentage (e.g. 100% instead of 70%), reducing resolution. You can click n the chart to see a larger version which makes room for the labels.</p>
<p><a href="http://peltiertech.com/images/2010-03/tabgart5_barpanel_labels_lg.png" rel="nofollow" title="Large Bar Panel Chart with Labels: How BI Customers Use Their Platforms"  target="_blank"><img style="display: block; margin-left: auto; margin-right: auto;" title="Bar Panel Chart with Labels: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart5_barpanel_labels.png" alt="Bar Panel Chart with Labels: How BI Customers Use Their Platforms" /></a></p>
<h2>Panel column chart with series labels</h2>
<p>To make the series labels easier to read, I converted the last chart into a panel column chart. Now the vendor names are rotated 90°. You can&#8217;t win, but I guess you can try both and decide which is least problematic. As above, the labels overlay the tops of the longer bars. Click on the chart to see a larger version which has more room for the labels.</p>
<p><a href="http://peltiertech.com/images/2010-03/tabgart6_colpanel_labels_lg.png" rel="nofollow" title="Large Column Panel Chart with Labels: How BI Customers Use Their Platforms"  target="_blank"><img style="display: block; margin-left: auto; margin-right: auto;" title="Column Panel Chart with Labels: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart6_colpanel_labels.png" alt="Column Panel Chart with Labels: How BI Customers Use Their Platforms" /></a></p>
<h2>Dot plot</h2>
<p>An alternative to the bar or column panel charts is a dot plot. The advantage is that all points are plotted in the same XY space, allowing for easier comparisons. The disadvantage is that all points are plotted in the same XY space, leading to clutter, especially in the lower percentage region of this chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Dot Plot: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart7_dot_all.png" alt="Dot Plot: How BI Customers Use Their Platforms" /></p>
<h2>Dot plot with fewer series</h2>
<p>I decided to perform triage on the data. The largest item is &#8220;Doing intermediate ad hoc analysis&#8221;. Two smaller ones are &#8220;Doing complex ad hoc analysis&#8221; and &#8220;Doing simple ad hoc analysis&#8221;. The way to address this is to convert these three into &#8220;Doing ad hoc analysis&#8221;, but without the full set of survey responses, I can&#8217;t just add these three together, because I don&#8217;t know which respondents answered to more than one of these options. For simplicity and for the sake of illustration, I kept &#8220;intermediate&#8221; and deleted the other two. This has reduced the clutter in the dot plot, but it&#8217;s still too busy. I&#8217;ve found that without sufficient separation between series in a dot plot, you should keep to three series or fewer.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Dot Plot: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart8_dot_some.png" alt="Dot Plot: How BI Customers Use Their Platforms" /></p>
<h2>Single vendor bar chart</h2>
<p>I thought it might be nice to compare the different tasks for each vendor. The relative percentages may lead to insights regarding the capabilities of each software package, the sophistication of each vendor&#8217;s target audience, and the emphasis of each vendor&#8217;s advertising campaigns.</p>
<p>For example, a package with extensive interaction would likely have more ad hoc analysis. A package with less sophisticated users may not see much predictive analysis or parameterized reports. A package marketed as a scorecard tool would likely have greater scorecard-related usage.</p>
<p>Here is such a chart, a simple bar chart, for a single vendor. We just need a total of 19 of these for this analysis.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Single Vendor Panel: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart9_tableau_panel.png" alt="Single Vendor Panel: How BI Customers Use Their Platforms" /></p>
<h2>Panel vendor bar chart</h2>
<p>Rather than 19 individual bar charts, I rearranged my data and came up with panel chart consisting of a matrix of bar charts. I&#8217;ve done this with one panel for each vendor and tasks as categories, and also one panel for each task and vendors as categories.</p>
<p>These might be my favorite graphs in this whole article.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Vendor Panel Chart: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart10_vendor_panel.png" alt="Vendor Panel Chart: How BI Customers Use Their Platforms" /></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Vendor Panel Chart: How BI Customers Use Their Platforms" src="http://peltiertech.com/images/2010-03/tabgart10_vendor_panel2.png" alt="Vendor Panel Chart: How BI Customers Use Their Platforms" /></p>
<h2>Summary</h2>
<p>There are many ways to display a data set, even one as simple as this set of survey results. All of the charts I made in this study were done in Excel, but the rationale for the steps I&#8217;ve taken should be platform-independent. If the platform influences the course of the analysis, there may be shortcomings in its ability to do certain necessary tasks.</p>
<p>Excel isn&#8217;t the most flexible or powerful graphics package, but it&#8217;s the most widespread. It seems that my role has become one of helping people use Excel to perform unexpectedly complete visual analyses. With the advent of Tableau Public, I may find this role in less demand.</p>
<p>To make my analysis more flexible, I put the data into a simple list, and based a number of pivot tables on this list. This allowed simple interactive features, like sorting and filtering. I also made only regular charts, not pivot charts, because they offer much greater flexibility, and allow the use of many helper series (i.e., dummy series or invisible series) to produce flexible labeling, gridlines, and other effects.</p>
<p>Presumably Tableau and other worthwhile packages make my Excel gyrations easier for the layman to accomplish. Perhaps one telling test of these packages would be to give regular users of each a data set such as this one, and see how easily they could come up with a series of charts like these.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Stacked%20Bar%20Chart%20Alternatives%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;title=Stacked%20Bar%20Chart%20Alternatives&amp;bodytext=In%20Gartner%E2%80%99s%20Customer%20Survey%20Results%3A%20Customers%20Using%20Vendors%20for%20BI%20Activities%2C%20Elissa%20Fink%20of%20Tableau%20presented%20a%20stacked%20bar%20chart%20that%20showed%20how%20BI%20customers%20use%20their%20BI%20products.%0D%0A%0D%0A%0D%0A%0D%0AGood%20first%20cut%20through%20the%20survey%20data%2C%20perhaps%2C%20but%20st" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;t=Stacked%20Bar%20Chart%20Alternatives" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;title=Stacked%20Bar%20Chart%20Alternatives&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=In%20Gartner%E2%80%99s%20Customer%20Survey%20Results%3A%20Customers%20Using%20Vendors%20for%20BI%20Activities%2C%20Elissa%20Fink%20of%20Tableau%20presented%20a%20stacked%20bar%20chart%20that%20showed%20how%20BI%20customers%20use%20their%20BI%20products.%0D%0A%0D%0A%0D%0A%0D%0AGood%20first%20cut%20through%20the%20survey%20data%2C%20perhaps%2C%20but%20st" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;title=Stacked%20Bar%20Chart%20Alternatives&amp;notes=In%20Gartner%E2%80%99s%20Customer%20Survey%20Results%3A%20Customers%20Using%20Vendors%20for%20BI%20Activities%2C%20Elissa%20Fink%20of%20Tableau%20presented%20a%20stacked%20bar%20chart%20that%20showed%20how%20BI%20customers%20use%20their%20BI%20products.%0D%0A%0D%0A%0D%0A%0D%0AGood%20first%20cut%20through%20the%20survey%20data%2C%20perhaps%2C%20but%20st" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;title=Stacked%20Bar%20Chart%20Alternatives" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;title=Stacked%20Bar%20Chart%20Alternatives&amp;annotation=In%20Gartner%E2%80%99s%20Customer%20Survey%20Results%3A%20Customers%20Using%20Vendors%20for%20BI%20Activities%2C%20Elissa%20Fink%20of%20Tableau%20presented%20a%20stacked%20bar%20chart%20that%20showed%20how%20BI%20customers%20use%20their%20BI%20products.%0D%0A%0D%0A%0D%0A%0D%0AGood%20first%20cut%20through%20the%20survey%20data%2C%20perhaps%2C%20but%20st" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;title=Stacked%20Bar%20Chart%20Alternatives" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;t=Stacked%20Bar%20Chart%20Alternatives" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Stacked%20Bar%20Chart%20Alternatives&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;submitHeadline=Stacked%20Bar%20Chart%20Alternatives&amp;submitSummary=In%20Gartner%E2%80%99s%20Customer%20Survey%20Results%3A%20Customers%20Using%20Vendors%20for%20BI%20Activities%2C%20Elissa%20Fink%20of%20Tableau%20presented%20a%20stacked%20bar%20chart%20that%20showed%20how%20BI%20customers%20use%20their%20BI%20products.%0D%0A%0D%0A%0D%0A%0D%0AGood%20first%20cut%20through%20the%20survey%20data%2C%20perhaps%2C%20but%20st&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fstacked-bar-chart-alternatives%2F&amp;t=Stacked%20Bar%20Chart%20Alternatives&amp;s=In%20Gartner%E2%80%99s%20Customer%20Survey%20Results%3A%20Customers%20Using%20Vendors%20for%20BI%20Activities%2C%20Elissa%20Fink%20of%20Tableau%20presented%20a%20stacked%20bar%20chart%20that%20showed%20how%20BI%20customers%20use%20their%20BI%20products.%0D%0A%0D%0A%0D%0A%0D%0AGood%20first%20cut%20through%20the%20survey%20data%2C%20perhaps%2C%20but%20st" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/stacked-bar-chart-alternatives/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Area Chart With Gap</title>
		<link>http://peltiertech.com/WordPress/excel-area-chart-with-gap/</link>
		<comments>http://peltiertech.com/WordPress/excel-area-chart-with-gap/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:31:18 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[area chart]]></category>
		<category><![CDATA[Blank Cells]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3180</guid>
		<description><![CDATA[In Mind the Gap – Charting Empty Cells I showed how the various Excel chart types treat blank cells, through various settings like Leave a Gap, Treat as Zero, and Interpolate.
In that article I wrote:
Area charts seem to offer both the zero and interpolation options, but in both cases, the chart plunges to zero without [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/"title="Mind the Gap – Charting Empty Cells » Peltier Tech Blog" >Mind the Gap – Charting Empty Cells</a> I showed how the various Excel chart types treat blank cells, through various settings like Leave a Gap, Treat as Zero, and Interpolate.</p>
<p>In that article I wrote:</p>
<blockquote><p>Area charts seem to offer both the zero and interpolation options, but in both cases, the chart plunges to zero without a corresponding data label. If we mess with the vertical axis, the chart still plunges exactly to zero in both cases.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2009-07/areas_zeros_interp.png" alt="Area Charts, With Empty Cells Treated as Zeros, or Supposedly Interpolated" /></p>
<p><span id="more-3180"></span>A more suitable appearance for an area chart would be one that leaves a real gap, with vertical edges, as below. To get this I had to make a two-axis chart, with a hidden series on the primary axis to provide the  A-B-C category axis labels, and an area chart on the secondary axis, with two points at the second category (Y=4 and zero) and two at the fourth category (Y=zero and 8). A date scale on the secondary category axis aligns these points above each other to produce the vertical-sided gap. This only took me three minutes to construct, but an average user  might never quite get it.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2009-07/area_gaps.png" alt="Area  Charts, With Empty Cells Treated as Gaps, if We Had Our Way" /></p>
</blockquote>
<p>How rude of me to hint at an approach, but not to share it!</p>
<p>For this chart appearance, you need a line chart series to provide the visible category axis, and an area chart on a hidden date scale axis to provide the visible area chart. Here is the data range:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-03/areagapdata.png" alt="Data for Area Chart With Gap Having Vertical Sides" /></p>
<p>Recall a date scale axis shows multiple Y values on the same category in a vertical line, which will provide the vertical sides to the gap in the area chart. Start by making a line chart with the red-shaded range. Copy the area chart data in the blue range, select the chart, and use Paste Special to add the data as a new series.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-03/areagapchart01.png" alt="Line Chart, with Area Chart Data Added As Another Line" /></p>
<p>Change the area chart series to an area chart type, then assign the area chart tot he secondary axis.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-03/areagapchart02.png" alt="Area Chart Series Changed to Area Type and Moved to Secondary Axis" /></p>
<p>Excel probably only provided a secondary Y axis, so add a secondary X axis, using a date scale rather than a category scale. Hide this secondary axis by using no line, no axis tick marks, and no axis tick labels.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-03/areagapchart03.png" alt="Secondary Date Scale Category Axis Added, Then Hidden" /></p>
<p>Format the secondary Y axis so that the secondary X axis does not cross at the maximum (it will default to zero), then delete the secondary Y axis.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-03/areagapchart04.png" alt="Secondary X Axis Moved to Y=Zero, Secondary Y Axis Deleted" /></p>
<p>Hide the line chart series by formatting it to have no lines and no markers. Add data labels to the area chart series.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-03/areagapchart05.png" alt="Line Chart Series Hidden, Data labels Added to Area Chart Series" /></p>
<p>Use a number format like <tt class="tt">0;;;</tt> for the area chart data labels, to hide labels for zero values.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-03/areagapchart06.png" alt="Data Label Number format Changed to Hide Zero Labels" /></p>
<p>As I said, it&#8217;s easy, if you know how.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Area%20Chart%20With%20Gap%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;title=Area%20Chart%20With%20Gap&amp;bodytext=In%20Mind%20the%20Gap%20%E2%80%93%20Charting%20Empty%20Cells%20I%20showed%20how%20the%20various%20Excel%20chart%20types%20treat%20blank%20cells%2C%20through%20various%20settings%20like%20Leave%20a%20Gap%2C%20Treat%20as%20Zero%2C%20and%20Interpolate.%0D%0A%0D%0AIn%20that%20article%20I%20wrote%3A%0D%0A%0D%0AArea%20charts%20seem%20to%20offer%20both%20the%20zero%20a" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;t=Area%20Chart%20With%20Gap" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;title=Area%20Chart%20With%20Gap&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=In%20Mind%20the%20Gap%20%E2%80%93%20Charting%20Empty%20Cells%20I%20showed%20how%20the%20various%20Excel%20chart%20types%20treat%20blank%20cells%2C%20through%20various%20settings%20like%20Leave%20a%20Gap%2C%20Treat%20as%20Zero%2C%20and%20Interpolate.%0D%0A%0D%0AIn%20that%20article%20I%20wrote%3A%0D%0A%0D%0AArea%20charts%20seem%20to%20offer%20both%20the%20zero%20a" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;title=Area%20Chart%20With%20Gap&amp;notes=In%20Mind%20the%20Gap%20%E2%80%93%20Charting%20Empty%20Cells%20I%20showed%20how%20the%20various%20Excel%20chart%20types%20treat%20blank%20cells%2C%20through%20various%20settings%20like%20Leave%20a%20Gap%2C%20Treat%20as%20Zero%2C%20and%20Interpolate.%0D%0A%0D%0AIn%20that%20article%20I%20wrote%3A%0D%0A%0D%0AArea%20charts%20seem%20to%20offer%20both%20the%20zero%20a" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;title=Area%20Chart%20With%20Gap" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;title=Area%20Chart%20With%20Gap&amp;annotation=In%20Mind%20the%20Gap%20%E2%80%93%20Charting%20Empty%20Cells%20I%20showed%20how%20the%20various%20Excel%20chart%20types%20treat%20blank%20cells%2C%20through%20various%20settings%20like%20Leave%20a%20Gap%2C%20Treat%20as%20Zero%2C%20and%20Interpolate.%0D%0A%0D%0AIn%20that%20article%20I%20wrote%3A%0D%0A%0D%0AArea%20charts%20seem%20to%20offer%20both%20the%20zero%20a" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;title=Area%20Chart%20With%20Gap" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;t=Area%20Chart%20With%20Gap" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Area%20Chart%20With%20Gap&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;submitHeadline=Area%20Chart%20With%20Gap&amp;submitSummary=In%20Mind%20the%20Gap%20%E2%80%93%20Charting%20Empty%20Cells%20I%20showed%20how%20the%20various%20Excel%20chart%20types%20treat%20blank%20cells%2C%20through%20various%20settings%20like%20Leave%20a%20Gap%2C%20Treat%20as%20Zero%2C%20and%20Interpolate.%0D%0A%0D%0AIn%20that%20article%20I%20wrote%3A%0D%0A%0D%0AArea%20charts%20seem%20to%20offer%20both%20the%20zero%20a&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-area-chart-with-gap%2F&amp;t=Area%20Chart%20With%20Gap&amp;s=In%20Mind%20the%20Gap%20%E2%80%93%20Charting%20Empty%20Cells%20I%20showed%20how%20the%20various%20Excel%20chart%20types%20treat%20blank%20cells%2C%20through%20various%20settings%20like%20Leave%20a%20Gap%2C%20Treat%20as%20Zero%2C%20and%20Interpolate.%0D%0A%0D%0AIn%20that%20article%20I%20wrote%3A%0D%0A%0D%0AArea%20charts%20seem%20to%20offer%20both%20the%20zero%20a" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/excel-area-chart-with-gap/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Charting Breakdown of Ads in a Television Show</title>
		<link>http://peltiertech.com/WordPress/chart-breakdown-television-ads/</link>
		<comments>http://peltiertech.com/WordPress/chart-breakdown-television-ads/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 05:09:24 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3179</guid>
		<description><![CDATA[Dick Kusleika&#8217;s a fan of House, and so am I. Last week in Charting House, Dick analyzed the commercial breaks in an episode that he&#8217;d recorded for later viewing. Dick&#8217;s first cut at the data was a stacked bar chart, which basically tracked the segments of actual show and commercial breaks in sequence through the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Dick Kusleika</strong>&#8217;s a fan of <a href="http://www.fox.com/house/" rel="nofollow" title="House" >House</a>, and so am I. Last week in <a href="http://www.dailydoseofexcel.com/archives/2010/03/16/charting-house/" rel="nofollow" title="Daily Dose of Excel » Charting House" >Charting House</a>, Dick analyzed the commercial breaks in an episode that he&#8217;d recorded for later viewing. Dick&#8217;s first cut at the data was a stacked bar chart, which basically tracked the segments of actual show and commercial breaks in sequence through the duration of the episode. I&#8217;ve recreated Dick&#8217;s chart below.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Adverts Using Stacked Bar" src="http://peltiertech.com/images/2010-03/showbrkdn_stackbarsegments.png" alt="Breakdown of Show Adverts Using Stacked Bar" /></p>
<p>The segments of actual show start large (assuming the Opening credits are a vital part of the show), and are broken into segments of decreasing length, until the last segment before the closing credits, which is medium sized. I guess the writers needed a little extra time to finally show just how brilliant House really is to tie together all the symptoms and save the patient (well, most of the time the patient seems to survive the treatment).</p>
<p>What follows is a stream of consciousness voyage through various chart types, assessing their effectiveness in showing different aspects of the distribution of ads within this episode of House.</p>
<h2><span id="more-3179"></span>Overall Breakdown</h2>
<p>A few of the comments indicated that amount of ads in the show was painfully high. When the show segments are piled up on one side of the bar chart, and the non-show segments to the right, we can see that</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Components By Time Using Stacked Bar" src="http://peltiertech.com/images/2010-03/showbrkdn_stackbartime.png" alt="Breakdown of Show Components By Time Using Stacked Bar" /></p>
<p>the show takes up only a bit more than 40 minutes of the hour, or</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Components By Percentage Using Stacked Bar" src="http://peltiertech.com/images/2010-03/showbrkdn_stackbarpctg.png" alt="Breakdown of Show Components By Percentage Using Stacked Bar" /></p>
<p>the show takes up a bit less than 70% of the time slot.</p>
<p>Stacked bars make it a bit difficult to compare values because the bars are not lined up starting from a common baseline. It&#8217;s not so bad in this case, because we are comparing two very different values, but we rectify this shortcoming using clustered bars. Whether we track total time of the segments, or percentage of the hour, we see that the Non-Show segments total almost half as much as the Show segments. That&#8217;s a lot of ads.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Components By Time Using Clustered Bar" src="http://peltiertech.com/images/2010-03/showbrkdn_clustbartime.png" alt="Breakdown of Show Components By Time Using Clustered Bar" /></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Components By Percentage Using Clustered Bar" src="http://peltiertech.com/images/2010-03/showbrkdn_clustbarpctg.png" alt="Breakdown of Show Components By Percentage Using Clustered Bar" /></p>
<p>No portion-of-a-whole discussion is complete without showing the obligatory pie charts.</p>
<p style="text-align: center;"><img title="Breakdown of Show Components By Time Using Pie" src="http://peltiertech.com/images/2010-03/showbrkdn_pietime.png" alt="Breakdown of Show Components By Time Using Pie" /> <img title="Breakdown of Show Components By Percentage Using Pie" src="http://peltiertech.com/images/2010-03/showbrkdn_piepctg.png" alt="Breakdown of Show Components By Percentage Using pie" /></p>
<p>These work as well as the stacked bars above, because there are only two values, and they are greatly different in magnitude. In general, though, the clustered bar is a better approach for comparing parts of a whole, even though everyone learned in second grade to use pie charts. For example, it would be fruitless to try to show the individual segments of the televised hour.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Components By Using Pie" src="http://peltiertech.com/images/2010-03/showbrkdn_piesegments.png" alt="Breakdown of Show Components Using Pie" /></p>
<h2>Segment Analysis</h2>
<p>Vincent suggested staggering the stacked bars, with Show-Ad pairs grouped together.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Components By Floating Bar Pairs" src="http://peltiertech.com/images/2010-03/showbrkdn_floatbarpairs.png" alt="Breakdown of Show Components By Floating Bar Pairs" /></p>
<p>You could also float all of the segments separately.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Breakdown of Show Components By Floating Bars" src="http://peltiertech.com/images/2010-03/showbrkdn_floatbarsegments.png" alt="Breakdown of Show Components By Floating Bars" /></p>
<p>These floating variants of the stacked bar chart might be eye-catching, but they don&#8217;t show anything more than the stacked chart, and they take up more space.</p>
<p>Dick made a bar chart comparing the individual durations of the show segments, which I adapted to show the non-show segments as well.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Bar Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_barsegments.png" alt="Comparison of Show Components By Bar Chart" /></p>
<p>You can compare lengths, and you can read the starting times, but you can&#8217;t visually judge the starting times. You can see the trend of long starting segment, shorter and shorter middle segments, and medium last segment.</p>
<p>If you want to visualize the starting time as well as the segment duration, you could always use an XY chart. Mathias suggested this, but left the task to someone else. Here&#8217;s my XY chart:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By XY Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_xysegments.png" alt="Comparison of Show Components By XY Chart" /></p>
<p>Tushar Mehta suggested a <a href="http://www.tushar-mehta.com/excel/charts/pipeline/index.htm" rel="nofollow" title="Pipeline Chart" >Pipeline Chart</a> and even included a sample in his comment. I&#8217;ve built my own here.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Pipeline Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_pipeline1.png" alt="Comparison of Show Components By Pipeline Chart" /></p>
<p>I&#8217;ve seen these charts before, and always wondered why the bars had to be vertically centered. Is it to hide the fact that it&#8217;s basically a bar chart? Or is it to use the analogy of a pipe that has different diameters where the pipeline has different capacities, and thin sections represent bottlenecks?</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Half-Pipeline Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_pipeline2.png" alt="Comparison of Show Components By Half-Pipeline Chart" /></p>
<p>With the same effective resolution, this half-pipe takes up much less room. Like the other bar chart variations above, you can read the starting times, but you can&#8217;t really visualize them. You may as well use dumb labels.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Half-Pipeline Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_pipeline3.png" alt="Comparison of Show Components By Half-Pipeline Chart" /></p>
<p>You could also add some kind of vertical axis labels so readers can get an idea what the segment durations are.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Column Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_colsegments.png" alt="Comparison of Show Components By Column Chart" /></p>
<p>Now it&#8217;s a bit more readable, and look, it&#8217;s the same as the bar chart a few screens ago, transposed by 90 degrees. The times on the segment start axis are still not proportional, though.</p>
<p>I went through the tedious exercise to build a chart that had bars with heights proportional to the segment duration, as above, and also with widths proportional to the segment duration.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Cascade Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_cascadesegments.png" alt="Comparison of Show Components By Cascade Chart" /></p>
<p>Since the heights show the segment durations, you can compare them easily in this chart. At the same time, the widths are proportional to elapsed time, just like in the stacked bar chart that started this magical journey through chartland.</p>
<p>You could tweak the scales so that each minute on the X axis and on the Y axis are the same length.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Equal-Scaled Cascade Chart" src="http://peltiertech.com/images/2010-03/showbrkdn_cascadeequalscales.png" alt="Comparison of Show Components By Equal-Scaled Cascade Chart" /></p>
<p>That looks pretty slick, but you lose resolution on the segment duration scale.</p>
<p>After I spent too much time on these variable width bar charts, I realized that my <a href="http://peltiertech.com/Utility/CascadeUtility.html" rel="nofollow" title="Peltier Tech Cascade Chart Utility" >Cascade Chart Utility</a> could have done this for me in a few moments. This is what the utility gave me (after a minute or two of adjusting the formats).</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components Using Peltier Tech Cascade Chart Utility" src="http://peltiertech.com/images/2010-03/showbrkdn_cascadeutility.png" alt="Comparison of Show Components Using Peltier Tech Cascade Chart Utility" /></p>
<p>If you want to compare the distribution of segment durations between show and non-show, you could construct a box plot.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Comparison of Show Components By Using ox Plot" src="http://peltiertech.com/images/2010-03/showbrkdn_boxcolor.png" alt="Comparison of Show Components Using Box Plot" /></p>
<p>My <a href="http://peltiertech.com/Utility/BoxPlotUtility.html" rel="nofollow" title="Peltier Tech Box and Whisker Plot Utility" >Box and Whisker Utility</a> makes it very easy to construct these charts.</p>
<h2>Summary</h2>
<p>The chart type that&#8217;s most effective depends on your purpose in making a chart.</p>
<p>If you merely want to show that we watch too many commercials, one of the simple two-point charts would do, stacked bar, clustered bar, or even (gasp!) pie chart.</p>
<p>To see how the different segments change in duration throughout the broadcast, the regular bar or column charts and the XY chart show this well.</p>
<p>The cascade chart is well suited to compare the duration of the segments and to visualize their places in the program. The XY chart also shows both of these variables.</p>
<p>A box plot works well to compare the distributions of ad and show segment durations.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;title=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show&amp;bodytext=Dick%20Kusleika%27s%20a%20fan%20of%20House%2C%20and%20so%20am%20I.%20Last%20week%20in%20Charting%20House%2C%20Dick%20analyzed%20the%20commercial%20breaks%20in%20an%20episode%20that%20he%27d%20recorded%20for%20later%20viewing.%20Dick%27s%20first%20cut%20at%20the%20data%20was%20a%20stacked%20bar%20chart%2C%20which%20basically%20tracked%20the%20segmen" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;t=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;title=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Dick%20Kusleika%27s%20a%20fan%20of%20House%2C%20and%20so%20am%20I.%20Last%20week%20in%20Charting%20House%2C%20Dick%20analyzed%20the%20commercial%20breaks%20in%20an%20episode%20that%20he%27d%20recorded%20for%20later%20viewing.%20Dick%27s%20first%20cut%20at%20the%20data%20was%20a%20stacked%20bar%20chart%2C%20which%20basically%20tracked%20the%20segmen" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;title=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show&amp;notes=Dick%20Kusleika%27s%20a%20fan%20of%20House%2C%20and%20so%20am%20I.%20Last%20week%20in%20Charting%20House%2C%20Dick%20analyzed%20the%20commercial%20breaks%20in%20an%20episode%20that%20he%27d%20recorded%20for%20later%20viewing.%20Dick%27s%20first%20cut%20at%20the%20data%20was%20a%20stacked%20bar%20chart%2C%20which%20basically%20tracked%20the%20segmen" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;title=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;title=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show&amp;annotation=Dick%20Kusleika%27s%20a%20fan%20of%20House%2C%20and%20so%20am%20I.%20Last%20week%20in%20Charting%20House%2C%20Dick%20analyzed%20the%20commercial%20breaks%20in%20an%20episode%20that%20he%27d%20recorded%20for%20later%20viewing.%20Dick%27s%20first%20cut%20at%20the%20data%20was%20a%20stacked%20bar%20chart%2C%20which%20basically%20tracked%20the%20segmen" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;title=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;t=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;submitHeadline=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show&amp;submitSummary=Dick%20Kusleika%27s%20a%20fan%20of%20House%2C%20and%20so%20am%20I.%20Last%20week%20in%20Charting%20House%2C%20Dick%20analyzed%20the%20commercial%20breaks%20in%20an%20episode%20that%20he%27d%20recorded%20for%20later%20viewing.%20Dick%27s%20first%20cut%20at%20the%20data%20was%20a%20stacked%20bar%20chart%2C%20which%20basically%20tracked%20the%20segmen&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fchart-breakdown-television-ads%2F&amp;t=Charting%20Breakdown%20of%20Ads%20in%20a%20Television%20Show&amp;s=Dick%20Kusleika%27s%20a%20fan%20of%20House%2C%20and%20so%20am%20I.%20Last%20week%20in%20Charting%20House%2C%20Dick%20analyzed%20the%20commercial%20breaks%20in%20an%20episode%20that%20he%27d%20recorded%20for%20later%20viewing.%20Dick%27s%20first%20cut%20at%20the%20data%20was%20a%20stacked%20bar%20chart%2C%20which%20basically%20tracked%20the%20segmen" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/chart-breakdown-television-ads/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Crosstab Heat Map</title>
		<link>http://peltiertech.com/WordPress/crosstab-heat-map/</link>
		<comments>http://peltiertech.com/WordPress/crosstab-heat-map/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 07:00:02 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Bubble Charts]]></category>
		<category><![CDATA[Heat Maps]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3177</guid>
		<description><![CDATA[Heat maps are a popular way to display varying values in a two-dimensional display. The heat map may be an actual geographic map with regions colored differently according to some variable, for example, population density or electoral results. I showed such maps, also called cartograms or choropleths, in Redrawn Electoral Maps and An Undistorted Election [...]]]></description>
			<content:encoded><![CDATA[<p>Heat maps are a popular way to display varying values in a two-dimensional display. The heat map may be an actual geographic map with regions colored differently according to some variable, for example, population density or electoral results. I showed such maps, also called cartograms or choropleths, in <a href="http://peltiertech.com/WordPress/redrawn-electoral-maps/"title="Redrawn Electoral Maps" >Redrawn Electoral Maps</a> and <a href="http://peltiertech.com/WordPress/an-undistorted-election-results-map/"title="An Undistorted Election Results Map" >An Undistorted Election Results Map</a>.</p>
<p>Heat maps are not just used for alternate representations of geographical maps. They can be used to map out sectors of a hard drive, or performance of various companies or industries in the stock market. In this post I&#8217;ll show a simple heat map showing relative values within a 2D worksheet grid, a crosstab of days of the week and times of day.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="One-Color Gradient Heatmap" src="http://peltiertech.com/images/2010-03/SurveyHeatmap5.png" alt="One-Color Gradient Heatmap" /></p>
<p>In <a href="http://www.gilliganondata.com/index.php/2010/02/23/columbus-web-analytics-wednesday-feedback-analysis/" rel="nofollow" title="Columbus Web Analytics Wednesday — Feedback Analysis | Gilligan on Data by Tim Wilson" >Columbus Web Analytics Wednesday — Feedback Analysis</a>, Tim Wilson of the Gilligan on Data blog surveyed attendees at a Web Analytics meeting to find out what times are good for holding future meetings. It was a simple enough survey, and there were 21 respondents. Tim broke out the results in a bubble-style chart, which I reproduce below. Obviously the respondents were not limited to one choice.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Bubble Plot by Area" src="http://peltiertech.com/images/2010-03/SurveyBubbleArea.png" alt="Bubble Plot by Area" /></p>
<p>From Tim&#8217;s chart, it is evident that Happy Hour and Dinner time slots work best, and Wednesday is the best night of the week, with Monday, Tuesday, and Thursday all at nearly the same distant second place.</p>
<p><span id="more-3177"></span>A well known problem with bubble charts is that we don&#8217;t perceive areas proportionally to the values they encode. Tim even said:</p>
<blockquote><p>Compare the size of a “1″ to the size of the “14″ — does it look to you like the larger circle is <em>fourteen times</em> as big as the smaller one? It doesn’t to me.</p>
</blockquote>
<p>It doesn&#8217;t to me, either. We seem to underestimate the differences when areas are used to encode values. It&#8217;s the opposite when diameters are used. I think we overestimate the differences to an even greater degree.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Bubble Plot by Diameter" src="http://peltiertech.com/images/2010-03/SurveyBubbleDiameter.png" alt="Bubble Plot by Diameter" /></p>
<p>I didn&#8217;t even label the smallest data points, because the labels would have obliterated the circles.</p>
<p>The purpose of this chart is to get a quick idea of the survey responses, so the bubble approach isn&#8217;t really inappropriate (even the bubble chart based on diameter). Its point is readily understood, and since there is a clear winner, that winner stands out. But there are alternatives, and I decided to see how a heat map would work.</p>
<h2>Heat Maps</h2>
<p>Heat maps are pretty easy to generate in Excel 2007 using a worksheet range and conditional formatting. Start with a simple worksheet range.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Blank Heatmap" src="http://peltiertech.com/images/2010-03/SurveyHeatmap0.png" alt="Blank Heatmap" /></p>
<p>The Conditional Formatting command is accessed from the Home tab on the Excel 2007 ribbon. Hovering the cursor over the button shows the fancy Super Tooltip below the ribbon.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Conditional Formatting Button" src="http://peltiertech.com/images/2010-03/CF_Button.png" alt="Conditional Formatting Button" /></p>
<p>Clicking on the Conditional Formatting button shows a series of built-in formatting styles plus some style management commands at the bottom. Color Scales has the built-in color gradients. For this data, I selected the first one, which goes from red at the low end, through yellow in the midrange, to green at the high end.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Conditional Formatting Dropdown" src="http://peltiertech.com/images/2010-03/CF_DropdownFlyout.png" alt="Conditional Formatting Dropdown" /></p>
<p>The result is much as expected, but I thought the red and yellow were both a bit overstated. In fact, it would seem better to use a single color that ranges from a low saturation at  the low value to a high saturation at the high value. A one-color display is simpler to understand, and does not discriminate against those with color-deficient vision.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Built-In Gradient Heatmap" src="http://peltiertech.com/images/2010-03/SurveyHeatmap1.png" alt="Built-In Gradient Heatmap" /></p>
<p>I went to Manage Rules on the Conditional Formatting dropdown, which opened the Rules manager.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Conditional Formatting Rules Manager" src="http://peltiertech.com/images/2010-03/CF_Manager.png" alt="Conditional Formatting Rules Manager" /></p>
<p>I selected the Graded Color Scale rule, which I just applied, and clicked Edit Rule.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Conditional Formatting Dialog" src="http://peltiertech.com/images/2010-03/CF_Dialog0.png" alt="Conditional Formatting Dialog" /></p>
<p>I switched to a two-color scale, kept the green shade at the high end, but selected a very lightly saturated shade of the same hue for the minimum. (I could have chosen white, but the faintest shade of green makes it obvious that the rule is being applied to the entire range.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Conditional Formatting Dialog" src="http://peltiertech.com/images/2010-03/CF_Dialog4a.png" alt="Conditional Formatting Dialog" /></p>
<p>The result isn&#8217;t too bad. Like the bubble chart, it&#8217;s reasonably self-explanatory. With little conscious thought, it is apparent light for low values and darker  for higher values. The winning value stands out clearly. Another nice feature of this graphic is that is is very compact.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="One-Color Gradient Heatmap" src="http://peltiertech.com/images/2010-03/SurveyHeatmap5.png" alt="One-Color Gradient Heatmap" /></p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Crosstab%20Heat%20Map%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;title=Crosstab%20Heat%20Map&amp;bodytext=Heat%20maps%20are%20a%20popular%20way%20to%20display%20varying%20values%20in%20a%20two-dimensional%20display.%20The%20heat%20map%20may%20be%20an%20actual%20geographic%20map%20with%20regions%20colored%20differently%20according%20to%20some%20variable%2C%20for%20example%2C%20population%20density%20or%20electoral%20results.%20I%20show" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;t=Crosstab%20Heat%20Map" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;title=Crosstab%20Heat%20Map&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Heat%20maps%20are%20a%20popular%20way%20to%20display%20varying%20values%20in%20a%20two-dimensional%20display.%20The%20heat%20map%20may%20be%20an%20actual%20geographic%20map%20with%20regions%20colored%20differently%20according%20to%20some%20variable%2C%20for%20example%2C%20population%20density%20or%20electoral%20results.%20I%20show" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;title=Crosstab%20Heat%20Map&amp;notes=Heat%20maps%20are%20a%20popular%20way%20to%20display%20varying%20values%20in%20a%20two-dimensional%20display.%20The%20heat%20map%20may%20be%20an%20actual%20geographic%20map%20with%20regions%20colored%20differently%20according%20to%20some%20variable%2C%20for%20example%2C%20population%20density%20or%20electoral%20results.%20I%20show" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;title=Crosstab%20Heat%20Map" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;title=Crosstab%20Heat%20Map&amp;annotation=Heat%20maps%20are%20a%20popular%20way%20to%20display%20varying%20values%20in%20a%20two-dimensional%20display.%20The%20heat%20map%20may%20be%20an%20actual%20geographic%20map%20with%20regions%20colored%20differently%20according%20to%20some%20variable%2C%20for%20example%2C%20population%20density%20or%20electoral%20results.%20I%20show" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;title=Crosstab%20Heat%20Map" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;t=Crosstab%20Heat%20Map" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Crosstab%20Heat%20Map&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;submitHeadline=Crosstab%20Heat%20Map&amp;submitSummary=Heat%20maps%20are%20a%20popular%20way%20to%20display%20varying%20values%20in%20a%20two-dimensional%20display.%20The%20heat%20map%20may%20be%20an%20actual%20geographic%20map%20with%20regions%20colored%20differently%20according%20to%20some%20variable%2C%20for%20example%2C%20population%20density%20or%20electoral%20results.%20I%20show&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcrosstab-heat-map%2F&amp;t=Crosstab%20Heat%20Map&amp;s=Heat%20maps%20are%20a%20popular%20way%20to%20display%20varying%20values%20in%20a%20two-dimensional%20display.%20The%20heat%20map%20may%20be%20an%20actual%20geographic%20map%20with%20regions%20colored%20differently%20according%20to%20some%20variable%2C%20for%20example%2C%20population%20density%20or%20electoral%20results.%20I%20show" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/crosstab-heat-map/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Contour and Surface Charts in Excel 2007</title>
		<link>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/</link>
		<comments>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 07:00:42 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Contour Plot]]></category>
		<category><![CDATA[Surface Chart]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3097</guid>
		<description><![CDATA[Some time ago I wrote about Surface and Contour Charts in Microsoft Excel in Dian Chapman&#8217;s TechTrax Ezine. In that article I outlined the data requirements for surface and contour charts, and described some of the formatting idiosyncrasies of these charts. That article was valid for Excel versions 97 through 2003, but like so many [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I wrote about <a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=447" rel="nofollow" title="Surface and Contour Charts in Microsoft Excel" >Surface and Contour Charts in Microsoft Excel</a> in Dian Chapman&#8217;s <a href="http://www.mousetrax.com/techtrax.asp" rel="nofollow" title="Dian Chapman's TechTrax Ezine" >TechTrax Ezine</a>. In that article I outlined the data requirements for surface and contour charts, and described some of the formatting idiosyncrasies of these charts. That article was valid for Excel versions 97 through 2003, but like so many other aspects of charting, Excel 2007 changed all that.</p>
<p>For these examples, let&#8217;s use this simple dataset. Each value in the grid is the product of the corresponding row and column headers.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/contour-data.png" alt="Data for Contour and Surface Chart Examples" /></p>
<h2>Excel 2003 Contour and Surface Charts</h2>
<p>Select the data and insert a contour chart, and you will get something like this. I have removed the horizontal and vertical axis features (actually, the &#8220;category&#8221; and &#8220;series&#8221; axes), and selected a simple color scheme for the data bands. To format the bands, you format the legend key for that band, the small square in front of the label.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/contour3-defscale.png" alt="Excel 2003 Contour Chart with Default Scale" /></p>
<h3><span id="more-3097"></span>Scale</h3>
<p>That scale is a bit coarse, and symmetrical features like the saddle point and the shapes of the colored bands in the corners are not symmetrically rendered. You can&#8217;t do much about the asymmetry; I used to insert rows and columns in the source data, and interpolate values, to double the resolution. This didn&#8217;t cure the strange rendering, but at least improved it a bit.</p>
<p>To change the scale of the bands, format the legend. The Format Legend dialog has a Scale tab just like in a typical Format Axis dialog. You can&#8217;t see the &#8220;value&#8221; axis, but you can select it in the Chart toolbar&#8217;s Chart Element dropdown, and format its scale directly.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/SelectValueAxis.png" alt="Excel 2003 Chart Element Selection Dropdown" /></p>
<p>Here is the contour chart with a finer scale and more shades of blue and red.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/contour3-fixscale.png" alt="Excel 2003 Contour Chart with Fixed Scale" /></p>
<p>Below is the corresponding surface chart. The value axis is now evident, and the saddle-like shape of the surface is perhaps easier to envision than in the contour plot. The downside is that part of the surface, the far dark blue corner, drops far enough that it is obscured by the saddle point in the middle of the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/surface3-fixscale.png" alt="Excel 2003 Surface Chart with Fixed Scale" /></p>
<h3>Orientation</h3>
<p>You can adjust the orientation of the surface chart using the 3-D View dialog, available by right-clicking on the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/dlg3Dview3.png" alt="Excel 2003 3D View Dialog" /></p>
<p>In Excel 2003, you can also click on a corner of the box enclosing the chart&#8230;</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/surface3-corners.png" alt="Excel 2003 Surface Chart with Corners Selected" /></p>
<p>&#8230; and drag the corner to reorient the chart. While dragging, just the outline of the box is visible, showing how the orientation is changing.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/rotate-cubeframe.png" alt="Changing Excel 2003 Surface Chart Orientation with the Mouse" /></p>
<h2>Excel 2007 Contour and Surface Charts</h2>
<p>To make a contour chart in Excel 2007, like 2003, you select the data, and insert the chart.</p>
<h3>Scale</h3>
<p>You can&#8217;t format the legend to adjust the scale of the colored bands, but you can select the value axis using the dropdown on the Chart Tools &gt; Layout or Format tab.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/SelectVerticalAxis.png" alt="Excel 2007 Chart Element Selection Dropdown" /></p>
<p>To change the colors of each band, select the legend entry (the legend keys in 2007 cannot be selected) and open the formatting dialog. The tabs for fill and border color refer to the formats of the legend key and the corresponding band.</p>
<p>Here is the contour plot with the same scale as the 2003 example above.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/contour7-fixscale.png" alt="Excel 2007 Contour Chart with Fixed Scale" /></p>
<p>And the corresponding surface chart. Asymmetric rendering of the saddle point and other features has not changed since Excel 2003.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/surface7-fixscale.png" alt="Excel 2007 Surface Chart with Fixed Scale" /></p>
<h3>Orientation</h3>
<p>The Format Chart Area dialog in Excel 2007 includes a 3-D Rotation pane to allow adjustment of the surface chart&#8217;s orientation. Like many 2007 dialogs, it is much larger than the corresponding 2003 dialog without much difference in actual function.</p>
<p>You can also select the corners in the Excel 2007 surface chart, but you cannot drag them to adjust the orientation of the chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/dlg3Dview7.png" alt="Excel 2007 3D View Dialog" /></p>
<h3>Formatting</h3>
<p>Like much other formatting in Excel 2007, especially in Excel 2007  charts, the shading of the contour and surface charts is rather  over-the-top. The charts have excessive color gradients,  apparently to represent the reflections and the brighter and darker  illumination caused by a light source located at some oblique angle.</p>
<p>The gradients are not too severe in a surface chart, but in a contour chart, they interfere with interpretation of the values in the bands. You&#8217;d think since the contour chart is &#8220;flat&#8221; it would not be affected by an offset light source. But the contour plot is really just a top view of the surface chart, so all shading appears in both charts.</p>
<p>The  variations in color would not be half bad if there were a way to tone  down the differences. I searched for a while, though, and could find no  way to reduce the variation within a color band. Nor could I find any  kind of texture or other feature that improved the appearance of the charts.</p>
<p>It is possible to remove the light and dark regions in the 2007 charts, rendering them with flat colors as in their 2003 counterparts. You have to dig pretty deep to find the trick, so I am pleased to share it with you here.</p>
<p>In the Format Band dialog, click on 3-D Format, then click on Material, and under Special Effect, select the Flat option.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/FormatBand-3D-Material.png" alt="Format Band - 3D Format - Material Dialog" /></p>
<p>This removes all of the textures within the band. Repeat for every band in the contour plot&#8230;</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/contour7-fixshade.png" alt="Excel 2007 Contour Chart with Fixed Shading" /></p>
<p>&#8230; or surface chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/surface7-fixshade.png" alt="Excel 2007 Surface Chart with Fixed Shading" /></p>
<p>While the default texture with all of the shading and gradients was excessive, it provided a bit of detail missing in the flat-colored charts. In 2003, this detail was provided by borders on the bands. Add a border using the Format Bands dialog.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/contour7-borders.png" alt="Excel 2007 Contour Chart with Borders" /></p>
<p>The border seems to help the surface chart more than the contour plot.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/surface7-borders.png" alt="Excel 2007 Surface Chart with Borders" /></p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Contour%20and%20Surface%20Charts%20in%20Excel%202007%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;title=Contour%20and%20Surface%20Charts%20in%20Excel%202007&amp;bodytext=Some%20time%20ago%20I%20wrote%20about%20Surface%20and%20Contour%20Charts%20in%20Microsoft%20Excel%20in%20Dian%20Chapman%27s%20TechTrax%20Ezine.%20In%20that%20article%20I%20outlined%20the%20data%20requirements%20for%20surface%20and%20contour%20charts%2C%20and%20described%20some%20of%20the%20formatting%20idiosyncrasies%20of%20these%20" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;t=Contour%20and%20Surface%20Charts%20in%20Excel%202007" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;title=Contour%20and%20Surface%20Charts%20in%20Excel%202007&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Some%20time%20ago%20I%20wrote%20about%20Surface%20and%20Contour%20Charts%20in%20Microsoft%20Excel%20in%20Dian%20Chapman%27s%20TechTrax%20Ezine.%20In%20that%20article%20I%20outlined%20the%20data%20requirements%20for%20surface%20and%20contour%20charts%2C%20and%20described%20some%20of%20the%20formatting%20idiosyncrasies%20of%20these%20" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;title=Contour%20and%20Surface%20Charts%20in%20Excel%202007&amp;notes=Some%20time%20ago%20I%20wrote%20about%20Surface%20and%20Contour%20Charts%20in%20Microsoft%20Excel%20in%20Dian%20Chapman%27s%20TechTrax%20Ezine.%20In%20that%20article%20I%20outlined%20the%20data%20requirements%20for%20surface%20and%20contour%20charts%2C%20and%20described%20some%20of%20the%20formatting%20idiosyncrasies%20of%20these%20" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;title=Contour%20and%20Surface%20Charts%20in%20Excel%202007" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;title=Contour%20and%20Surface%20Charts%20in%20Excel%202007&amp;annotation=Some%20time%20ago%20I%20wrote%20about%20Surface%20and%20Contour%20Charts%20in%20Microsoft%20Excel%20in%20Dian%20Chapman%27s%20TechTrax%20Ezine.%20In%20that%20article%20I%20outlined%20the%20data%20requirements%20for%20surface%20and%20contour%20charts%2C%20and%20described%20some%20of%20the%20formatting%20idiosyncrasies%20of%20these%20" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;title=Contour%20and%20Surface%20Charts%20in%20Excel%202007" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;t=Contour%20and%20Surface%20Charts%20in%20Excel%202007" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Contour%20and%20Surface%20Charts%20in%20Excel%202007&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;submitHeadline=Contour%20and%20Surface%20Charts%20in%20Excel%202007&amp;submitSummary=Some%20time%20ago%20I%20wrote%20about%20Surface%20and%20Contour%20Charts%20in%20Microsoft%20Excel%20in%20Dian%20Chapman%27s%20TechTrax%20Ezine.%20In%20that%20article%20I%20outlined%20the%20data%20requirements%20for%20surface%20and%20contour%20charts%2C%20and%20described%20some%20of%20the%20formatting%20idiosyncrasies%20of%20these%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fcontour-and-surface-charts-in-excel-2007%2F&amp;t=Contour%20and%20Surface%20Charts%20in%20Excel%202007&amp;s=Some%20time%20ago%20I%20wrote%20about%20Surface%20and%20Contour%20Charts%20in%20Microsoft%20Excel%20in%20Dian%20Chapman%27s%20TechTrax%20Ezine.%20In%20that%20article%20I%20outlined%20the%20data%20requirements%20for%20surface%20and%20contour%20charts%2C%20and%20described%20some%20of%20the%20formatting%20idiosyncrasies%20of%20these%20" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/contour-and-surface-charts-in-excel-2007/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Pareto Charts</title>
		<link>http://peltiertech.com/WordPress/pareto-charts/</link>
		<comments>http://peltiertech.com/WordPress/pareto-charts/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:00:01 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Pareto Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=3066</guid>
		<description><![CDATA[In Pareto lines on bar charts &#8211; an Excel fudge, Alex Kerin of Data Driven Consulting took data from a very badly distorted pie chart, and generated a Pareto chart. I busted the pie in Extra Distortion in a Pie Chart, but thought I&#8217;d chime in on the subject of Pareto Charts.
A Pareto Chart is [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://blog.datadrivenconsulting.com/2009/12/pareto-lines-on-bar-charts-excel-fudge.html" rel="nofollow" title="Pareto lines on bar charts - an Excel fudge" >Pareto lines on bar charts &#8211; an Excel fudge</a>, <strong>Alex Kerin</strong> of <strong>Data Driven Consulting</strong> took data from a very badly distorted pie chart, and generated a Pareto chart. I busted the pie in <a href="http://peltiertech.com/WordPress/extra-distortion-in-a-pie-chart/"title="Extra Distortion in a Pie Chart » Peltier Tech Blog" >Extra Distortion in a Pie Chart</a>, but thought I&#8217;d chime in on the subject of Pareto Charts.</p>
<p>A Pareto Chart is a horizontal or vertical bar chart with its data sorted in descending order. The largest items (categories) in the chart are listed first for emphasis. Often a line is overlaid on the bar chart, showing cumulative sums or percentages of the total.</p>
<p><span id="more-3066"></span>The <a href="http://en.wikipedia.org/wiki/Pareto_principle" rel="nofollow" title="Pareto Principle" >Pareto Principle</a>, named for Italian economist <a href="http://en.wikipedia.org/wiki/Vilfredo_Pareto" rel="nofollow" title="Vilfredo Pareto" >Vilfredo Pareto</a>, is based on the observation that most of the effects of an action come from a small amount of the causes. This is often called the 80-20 rule, implying that 80% of the failures come from 20% of the types of defect, or that 80% of one&#8217;s sales come from 20% of one&#8217;s customers, or pretty much any 80-20 metaphor you can come up with.</p>
<p>The simplest Pareto chart is a plain column chart.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/col1axis.png" alt="Pareto Chart - Vertical with Values Only" /></p>
<p>The percentages of each value are used as data labels. In this case, obviously the first three bars are substantially taller than any of the rest.The last four bars aren&#8217;t even as tall as the axis line is thick, so the bottom five categories can be combined into a category called &#8220;Other&#8221;.</p>
<p>To show the cumulative proportion of items (in this case, apps you can buy for your iPhone), a line can be added to show the percentage on a secondary axis. In Excel this is a simple column-line combination chart on two axes.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/colline2axis.png" alt="Pareto Chart - Vertical with Values and Cumulative Percentages" /></p>
<p>This shows that we didn&#8217;t reach 80% of the effect until about 50% of the categories were accounted for. It&#8217;s still disproportionate, but not as severely as the &#8220;80-20&#8243; nickname would indicate.</p>
<p>An alternative approach plots the accumulated value line on the same scale as the individual bars, with data labels showing the cumulative percentages. In Excel it&#8217;s even simpler: a column-line combination chart on one axis.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/colline1axis.png" alt="Pareto Chart - Vertical with Values and Cumulative Values" /></p>
<p>The heights of all bars is reduced substantially, but lowering the resolution also stresses that none of the bars is a huge amount of the total.</p>
<p>Vertical bars seem to be more common in Pareto charts, but there are problems with this orientation. The category labels have to be listed vertically, making them hard to read. Data labels may overlap; the labels were placed in a distracting staggered layout to make them legible.</p>
<p>To remedy these legibility problems, the chart can be rotated. Categories and percentage labels in the following chart are perfectly legible.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/bar1axis.png" alt="Pareto Chart - Horizontal with Values Only" /></p>
<p>There is no difference in our ability to interpret the data in this chart, compared to the first vertically oriented chart above.</p>
<p>As before, a line can be added to show the percentage on a secondary axis. In Excel this requires a bit of a trick, using a bar-XY combination chart on two axes. For the XY series, X is the percentage and Y indicates the order of the categories.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/barline2axis.png" alt="Pareto Chart - Horizontal with Values and Cumulative Percentages" /></p>
<p>Again, the readability is the same for horizontally and vertically aligned charts.</p>
<p>Anything done vertically can also be done horizontally.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://peltiertech.com/images/2010-02/barline1axis.png" alt="Pareto Chart - Horizontal with Values and Cumulative Values" /></p>
<p>I prefer the horizontal bar charts for improved readability of the labels. In most cases I also prefer the one-axis version, where the line shows the accumulated totals on the same scale as the individual values.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Pareto%20Charts%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;title=Pareto%20Charts&amp;bodytext=In%20Pareto%20lines%20on%20bar%20charts%20-%20an%20Excel%20fudge%2C%20Alex%20Kerin%20of%20Data%20Driven%20Consulting%20took%20data%20from%20a%20very%20badly%20distorted%20pie%20chart%2C%20and%20generated%20a%20Pareto%20chart.%20I%20busted%20the%20pie%20in%20Extra%20Distortion%20in%20a%20Pie%20Chart%2C%20but%20thought%20I%27d%20chime%20in%20on%20the%20s" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;t=Pareto%20Charts" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;title=Pareto%20Charts&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=In%20Pareto%20lines%20on%20bar%20charts%20-%20an%20Excel%20fudge%2C%20Alex%20Kerin%20of%20Data%20Driven%20Consulting%20took%20data%20from%20a%20very%20badly%20distorted%20pie%20chart%2C%20and%20generated%20a%20Pareto%20chart.%20I%20busted%20the%20pie%20in%20Extra%20Distortion%20in%20a%20Pie%20Chart%2C%20but%20thought%20I%27d%20chime%20in%20on%20the%20s" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;title=Pareto%20Charts&amp;notes=In%20Pareto%20lines%20on%20bar%20charts%20-%20an%20Excel%20fudge%2C%20Alex%20Kerin%20of%20Data%20Driven%20Consulting%20took%20data%20from%20a%20very%20badly%20distorted%20pie%20chart%2C%20and%20generated%20a%20Pareto%20chart.%20I%20busted%20the%20pie%20in%20Extra%20Distortion%20in%20a%20Pie%20Chart%2C%20but%20thought%20I%27d%20chime%20in%20on%20the%20s" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;title=Pareto%20Charts" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;title=Pareto%20Charts&amp;annotation=In%20Pareto%20lines%20on%20bar%20charts%20-%20an%20Excel%20fudge%2C%20Alex%20Kerin%20of%20Data%20Driven%20Consulting%20took%20data%20from%20a%20very%20badly%20distorted%20pie%20chart%2C%20and%20generated%20a%20Pareto%20chart.%20I%20busted%20the%20pie%20in%20Extra%20Distortion%20in%20a%20Pie%20Chart%2C%20but%20thought%20I%27d%20chime%20in%20on%20the%20s" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;title=Pareto%20Charts" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;t=Pareto%20Charts" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Pareto%20Charts&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;submitHeadline=Pareto%20Charts&amp;submitSummary=In%20Pareto%20lines%20on%20bar%20charts%20-%20an%20Excel%20fudge%2C%20Alex%20Kerin%20of%20Data%20Driven%20Consulting%20took%20data%20from%20a%20very%20badly%20distorted%20pie%20chart%2C%20and%20generated%20a%20Pareto%20chart.%20I%20busted%20the%20pie%20in%20Extra%20Distortion%20in%20a%20Pie%20Chart%2C%20but%20thought%20I%27d%20chime%20in%20on%20the%20s&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpareto-charts%2F&amp;t=Pareto%20Charts&amp;s=In%20Pareto%20lines%20on%20bar%20charts%20-%20an%20Excel%20fudge%2C%20Alex%20Kerin%20of%20Data%20Driven%20Consulting%20took%20data%20from%20a%20very%20badly%20distorted%20pie%20chart%2C%20and%20generated%20a%20Pareto%20chart.%20I%20busted%20the%20pie%20in%20Extra%20Distortion%20in%20a%20Pie%20Chart%2C%20but%20thought%20I%27d%20chime%20in%20on%20the%20s" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/pareto-charts/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Pie Chart Quiz</title>
		<link>http://peltiertech.com/WordPress/pie-chart-quiz/</link>
		<comments>http://peltiertech.com/WordPress/pie-chart-quiz/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:00:02 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Pie Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2701</guid>
		<description><![CDATA[Here&#8217;s a quick quiz for all of you aspiring chart experts:
Question
In the chart below, rank the following in decreasing order of value:

Red wedge
Orange wedge
Pink wedge
Sum of four smaller wedges


The real answer may surprise you (or maybe not).
. . .
Don&#8217;t peek until you&#8217;ve ranked the data points!
. . .
No cheating!
. . .
Answer
Whichever way you have ranked [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick quiz for all of you aspiring chart experts:</p>
<p><strong>Question</strong></p>
<p>In the chart below, rank the following in decreasing order of value:</p>
<ul style="margin-left: 90px;">
<li>Red wedge</li>
<li>Orange wedge</li>
<li>Pink wedge</li>
<li>Sum of four smaller wedges</li>
</ul>
<p align="center"><img src="http://peltiertech.com/images/2009-12/discoverdemo1.png" alt="pie chart quiz" /></p>
<p>The real answer may surprise you (or maybe not).</p>
<p><span id="more-2701"></span>. . .</p>
<p>Don&#8217;t peek until you&#8217;ve ranked the data points!</p>
<p>. . .</p>
<p>No cheating!</p>
<p>. . .</p>
<p><strong>Answer</strong></p>
<p>Whichever way you have ranked the options, if you tried to eyeball their sizes, you were wrong. Maybe the slight 3D tilt was enough to distort the truth.</p>
<p>Here is the answer key.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/discoverdemo2.png" alt="pie chart answer key" /></p>
<p>It looked to my bleary eye like the sum of the small slices was largest, followed by the orange slice close behind, then the red, and finally the pink. Or maybe the orange is slightly larger than the sum of the four small ones. Either way is wrong. Here are the actual values, in order:</p>
<ul style="margin-left: 90px;">
<li>301 &#8211; Red wedge</li>
<li>284 &#8211; Orange wedge</li>
<li>276 &#8211; Sum of four smaller wedges</li>
<li>229 &#8211; Pink wedge</li>
</ul>
<p><strong>Interactivity</strong></p>
<p>Another interesting &#8220;feature&#8221; of this display is its interactivity. When you mouse over a pie segment, it moves away from the other pieces, a leader line is drawn from the pie slice to its legend entry, and a box pops up with some information about the data point.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/discoverdemo3.png" alt="pie chart interactivity" /></p>
<p>It&#8217;s pretty awkward how the rightmost data point has to reach all the way across the other pie slices to connect to its legend key.</p>
<p><strong>Alternative Chart</strong></p>
<p>In the bar chart below, rank the following in decreasing order of value:</p>
<ul style="margin-left: 90px;">
<li>Supermarkets</li>
<li>Medical Services</li>
<li>Services</li>
<li>Sum of four smaller bars</li>
</ul>
<p align="center"><img src="http://peltiertech.com/images/2009-12/discoverbars1.png" alt="bar chart works better" /></p>
<p>You can display this data more clearly in less space if you use a bar chart. The only difficulty is in judging the relative sizes of the three larger bars and the sum of the four smaller bars, but the numbers are there if you need to do some mental math.</p>
<p>You could make this chart interactive by popping up the same info box as is shown in the pie chart, and it would feel just as cool. If you wanted to, you could even highlighted the targeted bar with a darker shade and make its category label bold.</p>
<p><em>The colorful interactive pie chart above was provided by <a href="http://www.discovercard.com/spendanalyzer/demo/" rel="nofollow" title="Discover Card - Spend Analyzer Demo" >Discover Card&#8217;s Spend Analyzer Demo.</a></em></p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Pie%20Chart%20Quiz%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;title=Pie%20Chart%20Quiz&amp;bodytext=Here%27s%20a%20quick%20quiz%20for%20all%20of%20you%20aspiring%20chart%20experts%3A%0D%0A%0D%0AQuestion%0D%0A%0D%0AIn%20the%20chart%20below%2C%20rank%20the%20following%20in%20decreasing%20order%20of%20value%3A%0D%0A%0D%0A%0D%0A%0D%0A%09%09Red%20wedge%0D%0A%09%09Orange%20wedge%0D%0A%09%09Pink%20wedge%0D%0A%09%09Sum%20of%20four%20smaller%20wedges%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AThe%20real%20answer%20m" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;t=Pie%20Chart%20Quiz" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;title=Pie%20Chart%20Quiz&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Here%27s%20a%20quick%20quiz%20for%20all%20of%20you%20aspiring%20chart%20experts%3A%0D%0A%0D%0AQuestion%0D%0A%0D%0AIn%20the%20chart%20below%2C%20rank%20the%20following%20in%20decreasing%20order%20of%20value%3A%0D%0A%0D%0A%0D%0A%0D%0A%09%09Red%20wedge%0D%0A%09%09Orange%20wedge%0D%0A%09%09Pink%20wedge%0D%0A%09%09Sum%20of%20four%20smaller%20wedges%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AThe%20real%20answer%20m" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;title=Pie%20Chart%20Quiz&amp;notes=Here%27s%20a%20quick%20quiz%20for%20all%20of%20you%20aspiring%20chart%20experts%3A%0D%0A%0D%0AQuestion%0D%0A%0D%0AIn%20the%20chart%20below%2C%20rank%20the%20following%20in%20decreasing%20order%20of%20value%3A%0D%0A%0D%0A%0D%0A%0D%0A%09%09Red%20wedge%0D%0A%09%09Orange%20wedge%0D%0A%09%09Pink%20wedge%0D%0A%09%09Sum%20of%20four%20smaller%20wedges%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AThe%20real%20answer%20m" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;title=Pie%20Chart%20Quiz" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;title=Pie%20Chart%20Quiz&amp;annotation=Here%27s%20a%20quick%20quiz%20for%20all%20of%20you%20aspiring%20chart%20experts%3A%0D%0A%0D%0AQuestion%0D%0A%0D%0AIn%20the%20chart%20below%2C%20rank%20the%20following%20in%20decreasing%20order%20of%20value%3A%0D%0A%0D%0A%0D%0A%0D%0A%09%09Red%20wedge%0D%0A%09%09Orange%20wedge%0D%0A%09%09Pink%20wedge%0D%0A%09%09Sum%20of%20four%20smaller%20wedges%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AThe%20real%20answer%20m" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;title=Pie%20Chart%20Quiz" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;t=Pie%20Chart%20Quiz" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Pie%20Chart%20Quiz&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;submitHeadline=Pie%20Chart%20Quiz&amp;submitSummary=Here%27s%20a%20quick%20quiz%20for%20all%20of%20you%20aspiring%20chart%20experts%3A%0D%0A%0D%0AQuestion%0D%0A%0D%0AIn%20the%20chart%20below%2C%20rank%20the%20following%20in%20decreasing%20order%20of%20value%3A%0D%0A%0D%0A%0D%0A%0D%0A%09%09Red%20wedge%0D%0A%09%09Orange%20wedge%0D%0A%09%09Pink%20wedge%0D%0A%09%09Sum%20of%20four%20smaller%20wedges%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AThe%20real%20answer%20m&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fpie-chart-quiz%2F&amp;t=Pie%20Chart%20Quiz&amp;s=Here%27s%20a%20quick%20quiz%20for%20all%20of%20you%20aspiring%20chart%20experts%3A%0D%0A%0D%0AQuestion%0D%0A%0D%0AIn%20the%20chart%20below%2C%20rank%20the%20following%20in%20decreasing%20order%20of%20value%3A%0D%0A%0D%0A%0D%0A%0D%0A%09%09Red%20wedge%0D%0A%09%09Orange%20wedge%0D%0A%09%09Pink%20wedge%0D%0A%09%09Sum%20of%20four%20smaller%20wedges%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0AThe%20real%20answer%20m" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/pie-chart-quiz/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>You Say &#8220;Pie&#8221;, I Say &#8220;Bar&#8221;</title>
		<link>http://peltiertech.com/WordPress/you-say-pie-i-say-bar/</link>
		<comments>http://peltiertech.com/WordPress/you-say-pie-i-say-bar/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:37:49 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Bar Charts]]></category>
		<category><![CDATA[Pie Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2689</guid>
		<description><![CDATA[Chandoo says we can Group Smaller Slices in Pie Charts to Improve Readability. Such a pie has too many labels to fit into a tight space, so you need to move the labels around and use leader lines to link the labels to their data points.

An extreme example? Judging from what I see around the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Chandoo</strong> says we can <a href="http://chandoo.org/wp/2009/12/02/group-small-slices-in-pie-charts/" rel="nofollow" title="Group Smaller Slices in Pie Charts to Improve Readability" >Group Smaller Slices in Pie Charts to Improve Readability</a>. Such a pie has too many labels to fit into a tight space, so you need to move the labels around and use leader lines to link the labels to their data points.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/ChandooPie1.png" alt="Bad Pie Chart With Too Many Small Slices" /></p>
<p>An extreme example? Judging from what I see around the web, this is not at all unusual. In fact, 12 points isn&#8217;t all that many for a lot of pie charts. They could use a readability improvement.</p>
<p><span id="more-2689"></span>Chandoo&#8217;s technique is to convert the chart to a Pie-of-Pie type, which lets you move some slices to a second pie, leaving a bland &#8220;Other&#8221; wedge in their place. This can be a deceptive chart. Not only don&#8217;t two wrongs make a right, the secondary pie is 75% of the diameter and 56% of the area of the main pie, while having an actual value of only 5% of the main pie.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/ChandooPie2.png" alt="Pie of Pie Chart With Small Slices Removes" /></p>
<p>Chandoo cleans up the chart by moving most of the slices to the secondary pie, then shrinking and hiding the secondary pie by formatting its borders and fills to None.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/ChandooPie3.png" alt="Pie of Pie Chart With Small Slices Grouped" /></p>
<p>True, this chart has improved readability. But it has left out a lot of data simply because (a) it didn&#8217;t fit nicely into the chosen chart type, and (b) the data made the chosen chart type too cluttered.</p>
<p>For those of us with data loss aversion, the above chart is even worse than a pie chart.</p>
<p>At the risk of becoming a caricature of myself, I&#8217;m going to answer Chandoo&#8217;s question &#8220;Can I use an alternative to a pie chart?&#8221; My answer, if you couldn&#8217;t guess, or couldn&#8217;t at least see below this paragraph, is a bar chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/ChandooBar1.png" alt="Bar Chart With Small Data Points Clearly Displayed" /></p>
<p>This chart takes up about the same space as either pie chart. Readability has been improved compared to both of Chandoo&#8217;s pie charts. The text in the labels is large enough for my eyes, which are twice as old as Chandoo&#8217;s, to see clearly. Also, there&#8217;s no risk of the color scheme troubling a colorblind viewer.</p>
<p>The bar chart improves on the original pie chart by clearly showing all of the data. No points are hidden by their small size, and the labels are next to the data points, not hanging by a thread.</p>
<p>The bar chart is better than the &#8220;improved&#8221; pie chart because it keeps all of the data in view, not bundled into a mysterious &#8220;Other&#8221; category.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;title=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22&amp;bodytext=Chandoo%20says%20we%20can%20Group%20Smaller%20Slices%20in%20Pie%20Charts%20to%20Improve%20Readability.%20Such%20a%20pie%20has%20too%20many%20labels%20to%20fit%20into%20a%20tight%20space%2C%20so%20you%20need%20to%20move%20the%20labels%20around%20and%20use%20leader%20lines%20to%20link%20the%20labels%20to%20their%20data%20points.%0D%0A%0D%0A%0D%0A%0D%0AAn%20ext" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;t=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;title=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Chandoo%20says%20we%20can%20Group%20Smaller%20Slices%20in%20Pie%20Charts%20to%20Improve%20Readability.%20Such%20a%20pie%20has%20too%20many%20labels%20to%20fit%20into%20a%20tight%20space%2C%20so%20you%20need%20to%20move%20the%20labels%20around%20and%20use%20leader%20lines%20to%20link%20the%20labels%20to%20their%20data%20points.%0D%0A%0D%0A%0D%0A%0D%0AAn%20ext" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;title=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22&amp;notes=Chandoo%20says%20we%20can%20Group%20Smaller%20Slices%20in%20Pie%20Charts%20to%20Improve%20Readability.%20Such%20a%20pie%20has%20too%20many%20labels%20to%20fit%20into%20a%20tight%20space%2C%20so%20you%20need%20to%20move%20the%20labels%20around%20and%20use%20leader%20lines%20to%20link%20the%20labels%20to%20their%20data%20points.%0D%0A%0D%0A%0D%0A%0D%0AAn%20ext" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;title=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;title=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22&amp;annotation=Chandoo%20says%20we%20can%20Group%20Smaller%20Slices%20in%20Pie%20Charts%20to%20Improve%20Readability.%20Such%20a%20pie%20has%20too%20many%20labels%20to%20fit%20into%20a%20tight%20space%2C%20so%20you%20need%20to%20move%20the%20labels%20around%20and%20use%20leader%20lines%20to%20link%20the%20labels%20to%20their%20data%20points.%0D%0A%0D%0A%0D%0A%0D%0AAn%20ext" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;title=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;t=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;submitHeadline=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22&amp;submitSummary=Chandoo%20says%20we%20can%20Group%20Smaller%20Slices%20in%20Pie%20Charts%20to%20Improve%20Readability.%20Such%20a%20pie%20has%20too%20many%20labels%20to%20fit%20into%20a%20tight%20space%2C%20so%20you%20need%20to%20move%20the%20labels%20around%20and%20use%20leader%20lines%20to%20link%20the%20labels%20to%20their%20data%20points.%0D%0A%0D%0A%0D%0A%0D%0AAn%20ext&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fyou-say-pie-i-say-bar%2F&amp;t=You%20Say%20%22Pie%22%2C%20I%20Say%20%22Bar%22&amp;s=Chandoo%20says%20we%20can%20Group%20Smaller%20Slices%20in%20Pie%20Charts%20to%20Improve%20Readability.%20Such%20a%20pie%20has%20too%20many%20labels%20to%20fit%20into%20a%20tight%20space%2C%20so%20you%20need%20to%20move%20the%20labels%20around%20and%20use%20leader%20lines%20to%20link%20the%20labels%20to%20their%20data%20points.%0D%0A%0D%0A%0D%0A%0D%0AAn%20ext" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/you-say-pie-i-say-bar/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I Keep Saying, Use Bar Charts, Not Pies</title>
		<link>http://peltiertech.com/WordPress/use-bar-charts-not-pies/</link>
		<comments>http://peltiertech.com/WordPress/use-bar-charts-not-pies/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:00:49 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[Bar Charts]]></category>
		<category><![CDATA[Pie Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2671</guid>
		<description><![CDATA[Has anybody not seen this unique pie chart? This famous graphic is  purported to compare Sarah Palin&#8217;s favorability to that of Mitt Romney and Mike Huckabee. I have seen it dozens of times already, but I think the first place I saw it was in Fox’s Fuzzy Math: 193 Percent Of The Public Support Palin, [...]]]></description>
			<content:encoded><![CDATA[<p>Has anybody <em>not</em> seen this unique pie chart? This famous graphic is  purported to compare Sarah Palin&#8217;s favorability to that of Mitt Romney and Mike Huckabee. I have seen it dozens of times already, but I think the first place I saw it was in <a href="http://thinkprogress.org/2009/11/23/fox-pie-chart/" rel="nofollow" title="Think Progress » Fox’s Fuzzy Math: 193 Percent Of The Public Support Palin, Huckabee, And Romney" >Fox’s Fuzzy Math: 193 Percent Of The Public Support Palin, Huckabee, And Romney</a>.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinFoxNewsPoll.jpg" alt="Unique Pie Chart on Fox News" /></p>
<p><span id="more-2671"></span>This was intriguing, so I downloaded the <a href="http://www.foxnews.com/projects/pdf/111909_PalinPoll.pdf" rel="nofollow" title="Palin Poll Data (PDF)" >original data (pdf)</a>, which after cleaning up and pivoting looks like this:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinData.png" alt="Fox Telephone survey data" /></p>
<p>The data is the result of a telephone poll conducted last month, and shows the favorable and unfavorable ratings of four potential candidates for the 2012 Republican presidential nomination. The Fox report showed only the top three candidates in their pie chart, reproduced below. The intrigue of this chart rests in the sum of 193%, which makes it 1.93 times more effective than your typical pie chart, which adds up to only 100%.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinPie01.png" alt="Unique Pie Chart on Fox News - Redrawn" /></p>
<p>Candidate 4 was not far below, so in fairness, he should be included. This pie chart is even better, since the segments add to 251%.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinPie02.png" alt="Unique Pie Chart on Fox News - Redrawn and Expanded" /></p>
<p>Obviously the results for these candidates are not exclusive: people are free to favor multiple candidates, so the sums are not expected to add to 100%. Not only is the pie chart a poor data visualization choice in general, even with a data set that shows parts of a whole, in this specific case it&#8217;s not even relevant to the data.</p>
<p>So, class, what&#8217;s the proper chart type for this kind of data?</p>
<p>Right, a bar chart. This simple shart shows the relative approval ratings of the candidates very clearly. For a typical Fox news audience, this is about as much data as you can afford to show in a half hour of news. As we&#8217;ve seen, it&#8217;s too much data for a Fox News broadcast team.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinBar00.png" alt="Fox Poll Results - Simple Bar Chart" /></p>
<p>For completeness, let&#8217;s include poor Newt.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinBar01.png" alt="Fox Poll Results - Republicans - Bar Chart" /></p>
<p>These charts so far only show the results among Republican survey respondents. We get a broader view if we include the responses from Democrats. The data labels were removed in favor of the vertical axis to reduce complexity.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinBar02.png" alt="Fox Poll Results - Republicans and Democrats - Bar Chart" /></p>
<p>We can even display results from independent respondents without sacrificing any clarity.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinBar03.png" alt="Fox Poll Results - Republicans Democrats Independents - Bar Chart" /></p>
<p>Let&#8217;s add a weighted average of all responses, using a set of horizontal lines. Using another bar for the averages would be confusing. Note that none of the candidates has an approval greater than 50%.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinBar04.png" alt="Fox Poll Results - Republicans Democrats Independents Overall - Bar Chart" /></p>
<p>This chart is too much for a television audience, but it would probably not be too confusing for most readers of national &#8220;news&#8221; magazines.</p>
<p>The published survey results also included ratings for Oprah Winfrey, who is definitely not a candidate for nomination for any position in the Republican party. I suspect her inclusion is an indication that many people were included in the ratings, but only the top four Republicans were included, and some overworked intern has now been fired because Oprah wasn&#8217;t deleted.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-12/PalinBar05.png" alt="Fox Poll Results - Oprah Too - Bar Chart" /></p>
<p>The unfavorable and other ratings could also be incorporated into a set of charts, but this is more than enough for the purpose of the newscast.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;title=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies&amp;bodytext=Has%20anybody%20not%20seen%20this%20unique%20pie%20chart%3F%20This%20famous%20graphic%20is%C2%A0%20purported%20to%20compare%20Sarah%20Palin%27s%20favorability%20to%20that%20of%20Mitt%20Romney%20and%20Mike%20Huckabee.%20I%20have%20seen%20it%20dozens%20of%20times%20already%2C%20but%20I%20think%20the%20first%20place%20I%20saw%20it%20was%20in%20Fox%E2%80%99s" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;t=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;title=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Has%20anybody%20not%20seen%20this%20unique%20pie%20chart%3F%20This%20famous%20graphic%20is%C2%A0%20purported%20to%20compare%20Sarah%20Palin%27s%20favorability%20to%20that%20of%20Mitt%20Romney%20and%20Mike%20Huckabee.%20I%20have%20seen%20it%20dozens%20of%20times%20already%2C%20but%20I%20think%20the%20first%20place%20I%20saw%20it%20was%20in%20Fox%E2%80%99s" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;title=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies&amp;notes=Has%20anybody%20not%20seen%20this%20unique%20pie%20chart%3F%20This%20famous%20graphic%20is%C2%A0%20purported%20to%20compare%20Sarah%20Palin%27s%20favorability%20to%20that%20of%20Mitt%20Romney%20and%20Mike%20Huckabee.%20I%20have%20seen%20it%20dozens%20of%20times%20already%2C%20but%20I%20think%20the%20first%20place%20I%20saw%20it%20was%20in%20Fox%E2%80%99s" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;title=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;title=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies&amp;annotation=Has%20anybody%20not%20seen%20this%20unique%20pie%20chart%3F%20This%20famous%20graphic%20is%C2%A0%20purported%20to%20compare%20Sarah%20Palin%27s%20favorability%20to%20that%20of%20Mitt%20Romney%20and%20Mike%20Huckabee.%20I%20have%20seen%20it%20dozens%20of%20times%20already%2C%20but%20I%20think%20the%20first%20place%20I%20saw%20it%20was%20in%20Fox%E2%80%99s" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;title=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;t=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;submitHeadline=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies&amp;submitSummary=Has%20anybody%20not%20seen%20this%20unique%20pie%20chart%3F%20This%20famous%20graphic%20is%C2%A0%20purported%20to%20compare%20Sarah%20Palin%27s%20favorability%20to%20that%20of%20Mitt%20Romney%20and%20Mike%20Huckabee.%20I%20have%20seen%20it%20dozens%20of%20times%20already%2C%20but%20I%20think%20the%20first%20place%20I%20saw%20it%20was%20in%20Fox%E2%80%99s&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fuse-bar-charts-not-pies%2F&amp;t=I%20Keep%20Saying%2C%20Use%20Bar%20Charts%2C%20Not%20Pies&amp;s=Has%20anybody%20not%20seen%20this%20unique%20pie%20chart%3F%20This%20famous%20graphic%20is%C2%A0%20purported%20to%20compare%20Sarah%20Palin%27s%20favorability%20to%20that%20of%20Mitt%20Romney%20and%20Mike%20Huckabee.%20I%20have%20seen%20it%20dozens%20of%20times%20already%2C%20but%20I%20think%20the%20first%20place%20I%20saw%20it%20was%20in%20Fox%E2%80%99s" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/use-bar-charts-not-pies/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Exploded Pie Chart Replacement</title>
		<link>http://peltiertech.com/WordPress/exploded-pie-chart-replacement/</link>
		<comments>http://peltiertech.com/WordPress/exploded-pie-chart-replacement/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:00:51 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Chart Types]]></category>
		<category><![CDATA[3D Pie Charts]]></category>
		<category><![CDATA[Bar Charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2644</guid>
		<description><![CDATA[This post was inspired by Moving a Pie Slice, a recent post on Patricia the Excel Diva&#8217;s Chatting about Excel blog. Patricia presents a few helpful Excel tips each week.
In Moving a Pie Slice, Patricia shows how to explode one pie segment out of the pie chart. I&#8217;ll review the protocol, not because I want [...]]]></description>
			<content:encoded><![CDATA[<p>This post was inspired by <a href="http://excel-diva.blogspot.com/2009/11/moving-pie-slice.html" rel="nofollow" title="Chatting about Excel and More: Moving a Pie Slice" >Moving a Pie Slice</a>, a recent post on Patricia the Excel Diva&#8217;s <strong>Chatting about Excel</strong> blog. Patricia presents a few helpful Excel tips each week.</p>
<p>In <strong>Moving a Pie Slice</strong>, Patricia shows how to explode one pie segment out of the pie chart. I&#8217;ll review the protocol, not because I want all you Chart-Busters-in-Training to start making these charts, but just for completeness. Then I&#8217;ll present an alternative way to show the data. Here&#8217;s Patricia&#8217;s chart, which she claims describes sales of different pies in the days leading up to Thanksgiving, but which I think indicates the relative risk of me exploding from eating too much of each type of pie.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie.jpg" alt="Patricia's exploded pie" /></p>
<p>For our non-US friends, I&#8217;ll simply say that Thanksgiving is a celebration of abundance, and often celebrants overindulge themselves.</p>
<p><strong><span id="more-2644"></span>Explode a Pie</strong></p>
<p>I used Patricia&#8217;s numbers and created a 3D pie chart in Excel 2003.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie1.png" alt="Excel 2003 3D pie chart, severely tipped" /></p>
<p>The tilt on that sucker is ridiculous, so I backed it off some. It&#8217;s still 3D, so there&#8217;s some distortion (note how much larger the 16% Blueberry s than the 18% Pecan slice). If you right click on a 3D chart, there&#8217;s an item called 3D View which opens a dialog that lets you adjust the vantage point.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie2.png" alt="Excel 2003 3D pie chart" /></p>
<p>That&#8217;s a bit better.</p>
<p>To explode just one individual slice of the pie, click once on the slice (not the label) to select the pie, then click on it once more to select just the slice. Now click and drag the segment away from the center.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie3.png" alt="Excel 2003 3D pie chart with one exploded slice" /></p>
<p>If desired you can now select another individual slice of pie and drag it away from the center of the pie.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie3a.png" alt="Excel 2003 3D pie chart with two exploded slice" /></p>
<p>To explode all slices by the same amount, just click once on any slice, and drag outward.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie3b.png" alt="Excel 2003 3D pie chart with all slices exploded" /></p>
<p>Let&#8217;s step back for a moment and let this chart remind us why we don&#8217;t like 3D Pie Charts. See the brown slice? It&#8217;s a lot bigger than the blue slice, isn&#8217;t it? But the values are very close, 18% vs. 16%. The chart exaggerates this difference.</p>
<p>You can also explode one or more slices in a 2D pie chart. What you lose in 3D effect, you make up for in easier to compare slices. (Comparisons are still likely to be inaccurate because there&#8217;s no common baseline for each data point, but the brown and blue slices look closer in size.)</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie4.png" alt="Excel 2003 2D pie chart" /></p>
<p>And here is the 2D version of a pie chart with one piece dragged away.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie5.png" alt="Excel 2003 2D pie chart with one exploded slice" /></p>
<p><strong>Alternate to an Exploded Pie</strong></p>
<p>In my role as <a href="http://peltiertech.com/WordPress/category/chart-busters/">Chart Buster</a>, it is my duty to show an alternate chart style which makes comparison of the data easier. We&#8217;ll use a classic bar chart. Data points (bars) in a bar chart are easier to compare, because they share a common baseline: the left edge of the chart. We can also dispense with the legend, because the category labels are located immediately adjacent to the bars. No need to look back and forth between the legend and the data.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie6.png" alt="Excel 2D bar chart" /></p>
<p>The first thing to do with this chart is to sort its data range, in decreasing order so the largest bar is at the top.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie7.png" alt="Excel 2D sorted bar chart" /></p>
<p>Note the comparison between the brown and blue bars. You can tell that Pecan is slightly larger than Blueberry. The difference is greater than if you&#8217;d guessed using the 2D pie chart, but much less than if you&#8217;d guessed using the 3D version. Yet here you know the score without having to guess.</p>
<p>How can we highlight the Apple data point? We&#8217;re using the same color scheme as in the pie chart, so we can&#8217;t just use a different color. Well, we could use a black bar for Apple, of course, but that&#8217;s kind of ugly. Instead, I decided to keep red for the Apple bar, and unhighlight the other bars. I did this by keeping the same color, but formatting the fill using a 50% pattern, with white as the second color. (On my good monitor it looks great, but on the monitor that&#8217;s slowly dying, the patterned bars give me some interesting moiré effects.)</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie8.png" alt="Excel 2D sorted bar chart with one bar highlighted" /></p>
<p>If you&#8217;re using Excel 2007 and you can&#8217;t find the fill pattern dialog, don&#8217;t fret. Microsoft left them out of the Excel 2007 user interface, but kept them in the VBA object model, so patterns can still be applied. If you don&#8217;t feel like programming patterns for all the bars, my colleague Andy Pope has written a <a href="http://www.andypope.info/charts/patternfills.htm" rel="nofollow" title="Andy Pope's Fill Patterns Add-In for Excel 2007" >Fill Patterns Add-In for Excel 2007</a>. It&#8217;s free, so download and install it.</p>
<p>All of this futzing with colors is unnecessary. One benefit of bar charts over pie charts is that we need not rely on colors or patterns to help distinguish one data point from another. I&#8217;ve decided to pick a light orange-brown for my bars, and a darker brown for the highlighted data point.<br class="spacer_" /></p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie9.png" alt="Excel 2D sorted bar chart with one bar highlighted" /></p>
<p>It doesn&#8217;t match the pie contents as aesthetically as the pie chart&#8217;s color fills, but the light and dark hues will survive photocopying in black and white, and we don&#8217;t have to worry about bad video settings or misinterpretation by colorblind viewers.</p>
<p>Yet another benefit of a bar chart is that you can make it rather small without sacrificing detail.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-11/explodedpie9a.png" alt="Tiny Excel 2D sorted bar chart with one bar highlighted" /></p>
<p>You can construct an information-dense dashboard with arrays of small charts like this.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Exploded%20Pie%20Chart%20Replacement%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;title=Exploded%20Pie%20Chart%20Replacement&amp;bodytext=This%20post%20was%20inspired%20by%20Moving%20a%20Pie%20Slice%2C%20a%20recent%20post%20on%20Patricia%20the%20Excel%20Diva%27s%20Chatting%20about%20Excel%20blog.%20Patricia%20presents%20a%20few%20helpful%20Excel%20tips%20each%20week.%0D%0A%0D%0AIn%20Moving%20a%20Pie%20Slice%2C%20Patricia%20shows%20how%20to%20explode%20one%20pie%20segment%20out%20of%20t" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;t=Exploded%20Pie%20Chart%20Replacement" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;title=Exploded%20Pie%20Chart%20Replacement&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=This%20post%20was%20inspired%20by%20Moving%20a%20Pie%20Slice%2C%20a%20recent%20post%20on%20Patricia%20the%20Excel%20Diva%27s%20Chatting%20about%20Excel%20blog.%20Patricia%20presents%20a%20few%20helpful%20Excel%20tips%20each%20week.%0D%0A%0D%0AIn%20Moving%20a%20Pie%20Slice%2C%20Patricia%20shows%20how%20to%20explode%20one%20pie%20segment%20out%20of%20t" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;title=Exploded%20Pie%20Chart%20Replacement&amp;notes=This%20post%20was%20inspired%20by%20Moving%20a%20Pie%20Slice%2C%20a%20recent%20post%20on%20Patricia%20the%20Excel%20Diva%27s%20Chatting%20about%20Excel%20blog.%20Patricia%20presents%20a%20few%20helpful%20Excel%20tips%20each%20week.%0D%0A%0D%0AIn%20Moving%20a%20Pie%20Slice%2C%20Patricia%20shows%20how%20to%20explode%20one%20pie%20segment%20out%20of%20t" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;title=Exploded%20Pie%20Chart%20Replacement" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;title=Exploded%20Pie%20Chart%20Replacement&amp;annotation=This%20post%20was%20inspired%20by%20Moving%20a%20Pie%20Slice%2C%20a%20recent%20post%20on%20Patricia%20the%20Excel%20Diva%27s%20Chatting%20about%20Excel%20blog.%20Patricia%20presents%20a%20few%20helpful%20Excel%20tips%20each%20week.%0D%0A%0D%0AIn%20Moving%20a%20Pie%20Slice%2C%20Patricia%20shows%20how%20to%20explode%20one%20pie%20segment%20out%20of%20t" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;title=Exploded%20Pie%20Chart%20Replacement" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;t=Exploded%20Pie%20Chart%20Replacement" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Exploded%20Pie%20Chart%20Replacement&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;submitHeadline=Exploded%20Pie%20Chart%20Replacement&amp;submitSummary=This%20post%20was%20inspired%20by%20Moving%20a%20Pie%20Slice%2C%20a%20recent%20post%20on%20Patricia%20the%20Excel%20Diva%27s%20Chatting%20about%20Excel%20blog.%20Patricia%20presents%20a%20few%20helpful%20Excel%20tips%20each%20week.%0D%0A%0D%0AIn%20Moving%20a%20Pie%20Slice%2C%20Patricia%20shows%20how%20to%20explode%20one%20pie%20segment%20out%20of%20t&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexploded-pie-chart-replacement%2F&amp;t=Exploded%20Pie%20Chart%20Replacement&amp;s=This%20post%20was%20inspired%20by%20Moving%20a%20Pie%20Slice%2C%20a%20recent%20post%20on%20Patricia%20the%20Excel%20Diva%27s%20Chatting%20about%20Excel%20blog.%20Patricia%20presents%20a%20few%20helpful%20Excel%20tips%20each%20week.%0D%0A%0D%0AIn%20Moving%20a%20Pie%20Slice%2C%20Patricia%20shows%20how%20to%20explode%20one%20pie%20segment%20out%20of%20t" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/exploded-pie-chart-replacement/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
