<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>PTS Blog</title>
	
	<link>http://peltiertech.com/WordPress</link>
	<description>PTS Excel Charts and Tutorials Blog</description>
	<pubDate>Wed, 19 Nov 2008 11:00:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://peltiertech.com/WordPress/</link><url>http://peltiertech.com/WordPress/wp-content/PTSlogoSmall.png</url><title>Peltier Technical Services, Inc.</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/peltiertech/EsrO" type="application/rss+xml" /><feedburner:emailServiceId>1706846</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>How do you display a lopsided distribution?</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/458272017/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/19/how-do-you-display-a-lopsided-distribution/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 11:00:51 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1033</guid>
		<description>Kaiser wrote about a chart in The Economist in Dealing with skew. Kaiser&amp;#8217;s discussion centered around how unclear the Economist&amp;#8217;s chart was in even describing what it was showing. Even the title of thee chart, &amp;#8220;Income distribution by decile in selected OECD countries&amp;#8221;, was deceptive. We won&amp;#8217;t get into the junky background.

The bars seem to [...]</description>
			<content:encoded><![CDATA[<p><a title="Junk Charts" href="http://junkcharts.typepad.com/junk_charts/">Kaiser</a> wrote about a chart in <a title="Spreading the wealth - Where the gap between rich and poor is the greatest" href="http://www.economist.com/daily/chartgallery/displaystory.cfm?story_id=12454152">The Economist</a> in <a title="Dealing With Skew - Junk Charts" href="http://junkcharts.typepad.com/junk_charts/2008/11/dealing-with-skew.html">Dealing with skew</a>. Kaiser&#8217;s discussion centered around how unclear the Economist&#8217;s chart was in even describing what it was showing. Even the title of thee chart, &#8220;Income distribution by decile in selected OECD countries&#8221;, was deceptive. We won&#8217;t get into the junky background.</p>
<p align="center"><img title="Income distribution by decile in selected OECD countries" src="http://peltiertech.com/WordPress/wp-content/img200811/IncomeEconomist.jpg" alt="" /></p>
<p><span id="more-1033"></span>The bars seem to show decile ranges, until you count the segments and realize there are only nine per bar. It turns out that each bar connects ten values, the average incomes within each decile. This strikes me as a little odd: I think if you had to leave off the extremes, perhaps taking the 5th, 15th, 25th, . . . and 95th percentile values might be a bit more natural. But maybe it&#8217;s a matter of taste.</p>
<p>The data originated with the folks who bring us the <a title="Interesting Statistics from the OECD " href="http://oecdfactbook.wordpress.com/">OECD Factblog</a>, by the way. The data is available in an Excel workbook at <a href="http://dx.doi.org/10.1787/420721018310">Growing Unequal? Income Distribution and Poverty in OECD Countries</a>.</p>
<p>Data in hand, I decided to slice it and dice it. My first impression was to look at cumulative distributions. I assumed that the value for each decile was the value for the middle of that decile, so I used 5% for the first decile, 15% for the second, etc. There were a lot of lines cluttered together, so I made myself an <a title="Interactive Multiple Line Chart" href="http://peltiertech.com/WordPress/2008/07/22/easier-interactive-multiple-line-chart/">Interactive Multiple Line Chart</a> with a listbox to highlight one country at a time. I have highlighted the US in each of these charts.</p>
<p>I did not include the protocol for creating this interactive chart, but if I get more than two comments asking for it, I&#8217;ll be glad to oblige.</p>
<p align="center"><img title="Cumulative Income Distribution by Percentile" src="http://peltiertech.com/WordPress/wp-content/img200811/CDF_Income_Pctl.png" alt="Cumulative Income Distribution by Percentile" /></p>
<p>Using linear values on the horizontal scale tends to compress the lower values together. I plotted the log of the income data to spread out the data. On a log scale, an equal distance on the chart relates to an equal percentage difference of the values.</p>
<p>The rightmost gray line is Luxembourg. It is steeper than the line for the US, meaning there is less disparity between the lowest earners and the highest. Most of the other curves have a similar slope (similar percentage disparity between low and high). The US and a few others are less steep, meaning they have a greater difference between the poorest and richest earners.</p>
<p align="center"><img title="Cumulative Log Income Distribution by Percentile" src="http://peltiertech.com/WordPress/wp-content/img200811/CDF_LogIncome_Pctl.png" alt="Cumulative Log Income Distribution by Percentile" /></p>
<p>I converted the percentile values on the vertical axis to their Z-scores. This straightens out most of the curvature at the ends of these S-shaped curves.</p>
<p align="center"><img title="Cumulative Log Income Distribution by Z-Score" src="http://peltiertech.com/WordPress/wp-content/img200811/CDF_LogIncome_Zscore.png" alt="Cumulative Log Income Distribution by Z-Score" /></p>
<p>I took this one step further, and computed linear regression coefficients for each country&#8217;s distribution using Z-scores as the independent variable and log income as the independent variable. The computed intercept provides a rough approximation of the median income, while the computed slope is related to the disparity between highest and lowest income.</p>
<p>The median income is shown below left and the income disparity below right. If you believe that higher income and less income disparity is good, then it&#8217;s better to be located toward the top of each of these charts. Luxembourg is close to the top of both charts; Mexico, Turkey, and Poland are near the bottom of both; and thee US is mixed, near the top of median income and near the bottom of income disparity.</p>
<p align="center"><img title="Computed Median Income" src="http://peltiertech.com/WordPress/wp-content/img200811/InterceptDecr.png" alt="Computed Median Income" /> &nbsp; <img title="Computed Income Disparity" src="http://peltiertech.com/WordPress/wp-content/img200811/DisparityIncr.png" alt="Computed Income Disparity" /></p>
<p>I like XY charts, so I plotted Income Disparity against Median Income. The data shows a negative trend in the bottom right corner is Luxembourg, while in the top right are Mexico, Turkey, and Poland. The US is the furthest above a diagonal, meaning its combination of high median income and high income disparity is unmatched. To reduce clutter, I removed the labels from the data points in the middle of the chart.</p>
<p align="center"><img title="Median Income vs. Income Disparity" src="http://peltiertech.com/WordPress/wp-content/img200811/DisparityVsIncome.png" alt="Median Income vs. Income Disparity" /></p>
<p>While this analysis is interesting, none of these charts gives a really good overview of all of the data at once. The cumulative distributions give a sense of the data, but it is not realistic to try to label all countries on a single chart. Ironically I drifted back to the stacked bar representation that The Economist showed. With less distracting background, of course.</p>
<p>In Kaiser&#8217;s post, <a title="Chris Jackson" href="http://www.mrc-bsu.cam.ac.uk/BSUsite/AboutUs/People/chris/chris_Research.shtml">Chris Jackson</a> mentioned his paper in The American Statistician, <a title="Displaying Uncertainty With Shading" href="http://www.mrc-bsu.cam.ac.uk/personal/chris/papers/denstrip.pdf">Displaying Uncertainty With Shading</a>, which essentially applies a gradient to a bar that relates to thee density of data at each point along the bar. I decided to apply this approach, but without a gradient that fades too severely at its ends (too reminiscent of the conditional formatting data bars in Excel 2007). I applied his approach by applying lighter shades to the outer deciles and darker shades to the central ones. This worked reasonably well, considering that I made no effort to develop a color palette for this purpose.</p>
<p>Here is my own rendition of The Economist&#8217;s chart.</p>
<p align="center"><img title="Income Distributions via Stacked Bar Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/IncomeStackedBar.png" alt="Income Distributions via Stacked Bar Chart" /></p>
<p>This has the same problem with the lower deciles being compressed. But having just plotted log income in my cumulative distribution plots, I decided it would be worthwhile to apply logs to this stacked bar chart.</p>
<p align="center"><img title="Log Income Distributions via Stacked Bar Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/LogIncomeStackedBar.png" alt="Log Income Distributions via Stacked Bar Chart" /></p>
<p>This is a more effective display of income disparity than the linear version put forth by The Economist, but it assumes that the audience understands <a title="Logarithmic Axis Scales" href="http://peltiertech.com/WordPress/2008/09/16/logarithmic-axis-scales/">Logarithmic Axis Scales</a>. The median income is clearly identified by the lateral position of the bars, and the disparity of income is directly related to the total width of the bars.</p>
<p><!--Begin---><br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=1374689"><IMG SRC="http://www.exceluser.com/images/info/pub/info_dash_c02.gif" ALT="Learn how to create Excel dashboards." WIDTH="468" HEIGHT="60" border=0></A><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=1374689" width="0" height="0" border="0"><br />
<!--End---></p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F&amp;title=How%20do%20you%20display%20a%20lopsided%20distribution%3F" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F&amp;title=How%20do%20you%20display%20a%20lopsided%20distribution%3F" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F&amp;t=How%20do%20you%20display%20a%20lopsided%20distribution%3F" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F&amp;title=How%20do%20you%20display%20a%20lopsided%20distribution%3F" 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%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F&amp;title=How%20do%20you%20display%20a%20lopsided%20distribution%3F" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F&amp;title=How%20do%20you%20display%20a%20lopsided%20distribution%3F" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=cTWDWn"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=cTWDWn" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=6tGeN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=6tGeN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/458272017" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/19/how-do-you-display-a-lopsided-distribution/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F19%2Fhow-do-you-display-a-lopsided-distribution%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/19/how-do-you-display-a-lopsided-distribution/</feedburner:origLink></item>
		<item>
		<title>Better Charts of Graduation Rate and Federal Spending</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/457062301/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/18/better-charts-of-graduation-rate-and-federal-spending/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 11:00:10 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Example Charts]]></category>

		<category><![CDATA[demographics]]></category>

		<category><![CDATA[DSA Insights]]></category>

		<category><![CDATA[education]]></category>

		<category><![CDATA[poverty]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1027</guid>
		<description>In Graduation Rate and Federal Spending [Chart Reviews] Tony Rose of Support Analytics and DSA Insights shows two charts from Business Week.
Federal Spending on Education and Training
The first compares two years of Federal education spending data using side by side pie/donut charts, which commits two sins: using one pie/donut charts, and using more than one [...]</description>
			<content:encoded><![CDATA[<p>In <a title="Graduation Rate and Federal Spending [Chart Reviews]" href="http://supportanalytics.com/blog/2008/11/graduation-rate-and-federal-spending-chart-reviews/">Graduation Rate and Federal Spending [Chart Reviews]</a> <strong>Tony Rose</strong> of <a title="Support Analytics" href="http://supportanalytics.com/">Support Analytics</a> and <a title="DSA Insights Blog" rel="nofollow" href="http://supportanalytics.com/blog/">DSA Insights</a> shows two charts from <a title="Business Week" rel="nofollow" href="http://images.businessweek.com/">Business Week</a>.</p>
<p><strong>Federal Spending on Education and Training</strong></p>
<p>The first compares two years of Federal education spending data using side by side pie/donut charts, which commits two sins: using one pie/donut charts, and using more than one of these charts. Tony recommends using a table instead, while I&#8217;ve created a line chart instead. Tony&#8217;s table and my chart contain all of the data from the Business Week charts, with additional display of percentage changes.</p>
<p><span id="more-1027"></span><em><strong>The Original Business Week Donut Charts</strong></em></p>
<p align="center"><img title="Federal Education Spending - Original Business Week Donut Charts" src="http://peltiertech.com/WordPress/wp-content/img200811/FedSpendOnEdBusWk.png" alt="Federal Education Spending - Original Business Week Donut Charts" /></p>
<p><em><strong>Tony&#8217;s Tabulated Data</strong></em></p>
<p align="center"><img title="Federal Education Spending - Tony's Tabulated Data" src="http://peltiertech.com/WordPress/wp-content/img200811/FedSpendOnEdDSA.png" alt="Federal Education Spending - Tony's Tabulated Data" /></p>
<p><strong><em>The Peltier Tech Line Chart</em></strong></p>
<p align="center"><img title="Federal Education Spending - Peltier Tech Line Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/FedSpendOnEdPTS.png" alt="Federal Education Spending - Peltier Tech Line Chart" /></p>
<p>Tony&#8217;s table is certainly the most compact display of the data. The Business Week dual donuts are eye-catching, perhaps, but the line chart shows the trends best of all.</p>
<p><strong>Percentage of Children Living in Poverty</strong></p>
<p>The second chart is a simple bar chart of poverty rates by state, ranked by the rate of high school graduation in each state. Tony likes this chart, and I don&#8217;t think it&#8217;s too bad either, except that it&#8217;s divided into three sections because of its aspect ratio.</p>
<p align="center"><img title="Poverty and HS Graduation - Business Week Bar Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/PovertyHSGradBusWk.png" alt="Poverty and HS Graduation - Business Week Bar Chart" /></p>
<p>Before merely duplicating the chart above, I thought the individual graduation and poverty rates deserved some investigation. I think a heat map on a geographical state map would be interesting.</p>
<p align="center"><img title="HS Graduation Rate - Peltier Tech Bar Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/HSGradDesc.png" alt="HS Graduation Rate - Peltier Tech Bar Chart" /> &nbsp; &nbsp; &nbsp; <img title="Poverty Rate - Peltier Tech Bar Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/PovertyAsc.png" alt="Poverty Rate - Peltier Tech Bar Chart" /></p>
<p>Here is my rendition of the Business Week chart, differing only by not splitting mine into three panels. It&#8217;s pretty tall, but it tabulates the data clearly. I say &#8220;tabulates&#8221; because it seems to show a trend between graduation and poverty rates, it does not allow an easy determination whether there is a correlation between these rates.</p>
<p align="center"><img title="Poverty and HS Graduation - Peltier Tech Bar Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/PovertyByHSGradDesc.png" alt="Poverty and HS Graduation - Peltier Tech Bar Chart" /></p>
<p>Being the geek that I am (did I say I used to be a scientist?) I decided to plot the two variables against each other. As expected, there&#8217;s a general inverse relationship. As poverty goes down, high school graduation goes up. I plotted it both ways, because there&#8217;s only a correlation, and I&#8217;m sure there are conflicting models for which variable causes the other.</p>
<p align="center"><img title="Poverty vs. HS Graduation - Peltier Tech XY Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/PovertyVsHSGrad.png" alt="Poverty vs. HS Graduation - Peltier Tech XY Chart" /> &nbsp; &nbsp; &nbsp; <img title="HS Graduation vs. Poverty - Peltier Tech XY Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/HSGradVsPoverty.png" alt="HS Graduation vs. Poverty - Peltier Tech XY Chart" /></p>
<p>I picked the latter XY chart, because I think that economic stress leads to higher drop out rates, and replaced the markers with labels showing the state abbreviations. I enlarged the chart significantly to reduce overlap of state abbreviations.</p>
<p align="center"><img title="HS Graduation vs. Poverty - Peltier Tech XY Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/HSGradVsPovertyLabels.png" alt="HS Graduation vs. Poverty - Peltier Tech XY Chart" /></p>
<p>This chart is more cluttered that I would like because of the overlapping state labels, but I think it&#8217;s better to show correlations between measurable quanitites, rather than to simply list them in a table, or in a chart that is essentially like a table. What do you think?</p>
<p><!--Begin---><br />
<A HREF="http://www.exceluser.com/cmd.asp?Clk=2474005"><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"><br />
<!--End---></p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F&amp;title=Better%20Charts%20of%20Graduation%20Rate%20and%20Federal%20Spending" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F&amp;title=Better%20Charts%20of%20Graduation%20Rate%20and%20Federal%20Spending" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F&amp;t=Better%20Charts%20of%20Graduation%20Rate%20and%20Federal%20Spending" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F&amp;title=Better%20Charts%20of%20Graduation%20Rate%20and%20Federal%20Spending" 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%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F&amp;title=Better%20Charts%20of%20Graduation%20Rate%20and%20Federal%20Spending" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F&amp;title=Better%20Charts%20of%20Graduation%20Rate%20and%20Federal%20Spending" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=Mi2hfy"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=Mi2hfy" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=uLtIN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=uLtIN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/457062301" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/18/better-charts-of-graduation-rate-and-federal-spending/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F18%2Fbetter-charts-of-graduation-rate-and-federal-spending%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/18/better-charts-of-graduation-rate-and-federal-spending/</feedburner:origLink></item>
		<item>
		<title>Why You Should Use PNG and not JPEG</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/455861928/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/17/why-you-should-use-png-and-not-jpeg/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 11:00:58 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Formatting]]></category>

		<category><![CDATA[image file]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=927</guid>
		<description>Unfortunately, it is all to common to see improper image formats used in web and blog pages. Even people who should know better are stuck in a JPEG rut, when JPEG encoding severely degrades the quality of the image. In Export Chart as Image File and Image File Type Comparison of Exported Charts I have [...]</description>
			<content:encoded><![CDATA[<p>Unfortunately, it is all to common to see improper image formats used in web and blog pages. Even people who should know better are stuck in a JPEG rut, when JPEG encoding severely degrades the quality of the image. In <a title="Export Chart as Image File" href="http://peltiertech.com/WordPress/2008/06/05/export-chart-as-image-file/">Export Chart as Image File</a> and <a title="Image File Type Comparison of Exported Charts" href="http://peltiertech.com/WordPress/2008/06/12/image-file-type-comparison-of-exported-charts/">Image File Type Comparison of Exported Charts</a> I have tried to explain why PNG is a better image format for Excel charts.</p>
<p>JPG is for photographic images, and for art with continuously varying color gradients. PNG is for line art, screen shots, text; in short, for most anything computer-related. Even the ancient GIF format is usually better than JPG.</p>
<p>To the rescue comes <a title="Louis Brandy" href="http://lbrandy.com/blog/">Louis Brandy</a>. In <a title="My First and Last Webcomic" href="http://lbrandy.com/blog/2008/10/my-first-and-last-webcomic/">My First and Last Webcomic</a> Louis cleverly shows the difference between the two image formats, in <a href="http://xkcd.com/">xkcd</a> style.</p>
<p align="center"><a title="My First and Last Webcomic" href="http://lbrandy.com/blog/2008/10/my-first-and-last-webcomic/"><img title="this isn't xkcd. don't look for alt text." src="http://peltiertech.com/WordPress/wp-content/img200811/jpg_vs_png2.png" alt="" /></a></p>
<p>Thanks to <a title="Karl E. Peterson's Classic VB Code" href="http://vb.mvps.org/">Karl Peterson</a> for the link.</p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F&amp;title=Why%20You%20Should%20Use%20PNG%20and%20not%20JPEG" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F&amp;title=Why%20You%20Should%20Use%20PNG%20and%20not%20JPEG" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F&amp;t=Why%20You%20Should%20Use%20PNG%20and%20not%20JPEG" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F&amp;title=Why%20You%20Should%20Use%20PNG%20and%20not%20JPEG" 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%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F&amp;title=Why%20You%20Should%20Use%20PNG%20and%20not%20JPEG" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F&amp;title=Why%20You%20Should%20Use%20PNG%20and%20not%20JPEG" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=qk8mTp"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=qk8mTp" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=avvoN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=avvoN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/455861928" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/17/why-you-should-use-png-and-not-jpeg/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F17%2Fwhy-you-should-use-png-and-not-jpeg%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/17/why-you-should-use-png-and-not-jpeg/</feedburner:origLink></item>
		<item>
		<title>An Undistorted Election Results Map</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/452816455/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/14/an-undistorted-election-results-map/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 11:00:09 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Chart Types]]></category>

		<category><![CDATA[election results]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=936</guid>
		<description>In Redrawn Electoral Maps I wrote about cartograms which selectively expand or contract regions of a map according to population, in order to give the map a more balanced weighting than geographical surface area. This has actually been a very popular blog topic in the past few weeks, especially because of the US presidential election. [...]</description>
			<content:encoded><![CDATA[<p>In <a title="Thursday, November 13, 2008" rel="bookmark" href="http://peltiertech.com/WordPress/2008/11/13/redrawn-electoral-maps/">Redrawn Electoral Maps</a> I wrote about cartograms which selectively expand or contract regions of a map according to population, in order to give the map a more balanced weighting than geographical surface area. This has actually been a very popular blog topic in the past few weeks, especially because of the US presidential election. While these maps preserve the topology of the states that make up the US, some people do not like the sometimes severe distortion of the geographical regions. Personally I don&#8217;t mind the distortion of the states, but when a cartogram drills down to the county level, I lose the ability to relate to it.</p>
<p><strong>Nathan</strong> of <strong>Flowing Data</strong> first showed me the <a title="Maps and Cartograms of 1008 Presidential Elections" href="http://flowingdata.com/2008/11/10/maps-and-cartograms-of-2008-presidential-election/">electoral cartograms</a>, and also led me to the <a title="Alternative to Cartograms Using Transparency" href="http://flowingdata.com/2008/11/13/alternative-to-cartograms-using-transparency/">following approach</a>.</p>
<p><a title="Andy Woodruff, Cartogrammer" href="http://www.cartogrammar.com/blog/">Andy Woodruff</a> has written about an approach <a title="Axis Maps" href="http://www.axismaps.com/index.html">Axis Maps</a> has developed which does not distort the geographical geometry of the map, in <a title="A new kind of election map" href="http://www.axismaps.com/blog/2008/11/a-new-kind-of-election-map/">A new kind of election map</a> and also in <a title="I hate your favorite election map" href="http://www.cartogrammar.com/blog/i-hate-your-favorite-election-map/">I hate your favorite election map</a> in his personal blog. This visualization approach keeps the map undistorted, but uses shades of red and blue to shade counties according to their population.</p>
<p align="center"><img title="Map of 2008 Presidential Election Results, Shaded by Population" src="http://peltiertech.com/WordPress/wp-content/img200811/electionAxisMaps1.jpg" alt="Map of 2008 Presidential Election Results, Shaded by Population" /></p>
<p><span id="more-936"></span>This is an interesting approach. I have had some difficulties interpreting this map (<a title="Larger Map" href="http://www.axismaps.com/outbound/election/Blue_White_TotalPop_SMALL.jpg">here is a larger version</a>). First, the preponderance of black distracted me. I had the feeling of floating in space above disconnected objects.</p>
<p>Second, when I see different shades of color in a map, my first inclination, ingrained by staring at thousands of maps, is to interpret the different shadings as a measure of some sort of density. Population density, perhaps, or comparative strength of the vote in that region for one candidate or the other.Using color for total population of a county is integrating population density over the square miles of the county.</p>
<p>Another issue is comparing brightness of different regions. If two regions are abutting, and surrounded by a uniform third color, it is easy to compare their shades. If however the two regions are located at a distance and surrounded by different swatches of colors (say, Detroit and the region NE of Los Angeles in the map above), then I challenge anyone to compare their shades accurately. In <a title="Practical Rules for Using Color in Charts" href="http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf">Practical Rules for Using Color in Charts</a> Stephen Few illustrates the difficulty of comparing colors of regions that are surrounded by different shades.</p>
<p>In general, I&#8217;m not opposed to this visualization approach. I think with a little development it may actually be practical. What we should keep in mind while comparing all manner of visualization techniques is what Andy said to me, when I described my difficulties with these charts, both area-distorted and color intensity-distorted, is that:</p>
<ol style="margin-left: 24px">
<li>It’s a matter of taste and other personal factors.</li>
<li>In the end, neither map is really going to provide observations more qualitative that “there’s more blue in this area than that area.”</li>
</ol>
<p>I could not have said it better.</p>
<p><strong>Update:</strong></p>
<p>As I ruminate on these charts, I have thought of a couple enhancements that may help make them more instantly comprehensible: Use a white background instead of black, and draw in the state boundaries, especially if the map shows separate shadings down to the county level. Perhaps Andy may humor me and toss out a couple samples?</p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F&amp;title=An%20Undistorted%20Election%20Results%20Map" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F&amp;title=An%20Undistorted%20Election%20Results%20Map" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F&amp;t=An%20Undistorted%20Election%20Results%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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F&amp;title=An%20Undistorted%20Election%20Results%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%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F&amp;title=An%20Undistorted%20Election%20Results%20Map" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F&amp;title=An%20Undistorted%20Election%20Results%20Map" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=Kzw8Zp"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=Kzw8Zp" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=d623N"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=d623N" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/452816455" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/14/an-undistorted-election-results-map/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F14%2Fan-undistorted-election-results-map%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/14/an-undistorted-election-results-map/</feedburner:origLink></item>
		<item>
		<title>Redrawn Electoral Maps</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/451905790/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/13/redrawn-electoral-maps/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:00:39 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Chart Types]]></category>

		<category><![CDATA[cartograms]]></category>

		<category><![CDATA[election results]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=923</guid>
		<description>Mark Newman, of the Department of Physics and Center for the Study of Complex Systems, at the University of Michigan, shares some interesting views of the recent US presidential election results in Maps of the 2008 US presidential election results.
The states won by Republican candidate John McCain seems to dominate the regular map, even though [...]</description>
			<content:encoded><![CDATA[<p><a href="http://www-personal.umich.edu/%7Emejn/">Mark Newman</a>, of the Department of Physics and Center for the Study of Complex Systems, at the University of Michigan, shares some interesting views of the recent US presidential election results in <a title="Maps of the 2008 US presidential election results" href="http://www-personal.umich.edu/~mejn/election/2008/">Maps of the 2008 US presidential election results</a>.</p>
<p>The states won by Republican candidate John McCain seems to dominate the regular map, even though Democratic candidate and president-elect Barack Obama controlled the Electoral College results.</p>
<p align="center"><img title="Map of 2008 Presidential Election Results, Scaled to Area" src="http://peltiertech.com/WordPress/wp-content/img200811/statemapredbluer512.png" alt="Map of 2008 Presidential Election Results, Scaled to Area" /></p>
<p><span id="more-923"></span>But the map above is based on area, not on the amount of voters. The Northeast and California have relatively high population densities, while many of the rectangular states in the middle of the country are less densely populated. Mark creates &#8220;cartograms&#8221; which <span style="text-decoration: line-through;">distort</span> readjust the areas of geographical units to reflect other quantities besides land mass area (&#8221;distort&#8221; is such an ugly word, normally reserved here for 3D charts).</p>
<p>The cartogram below adjusts the areas of the states so each is proportional to the population of that state. Notice how most of the red states in the middle of the map have shrunk, particuarly in the northern plains. The Northeastern stats and to a lesser extent California have expanded, and the colors on the map match the election results. My boyhood state of Rhode Island is larger than Wyoming (even DC is larger than Wyoming), the Dakotas, and Montana. If Alaska were on this map, it would also be dwarfed by Rhode Island.</p>
<p align="center"><img title="Map of 2008 Presidential Election Results, Scaled to Area" src="http://peltiertech.com/WordPress/wp-content/img200811/statepopredblue512.png" alt="Map of 2008 Presidential Election Results, Scaled to Population" /></p>
<p>Pretty cool. The shapes of the redrawn geographical units are still recognizable, and you come away with a better sense for distribution of votes. On his web site, Mark shows more views of the results of this and previous elections, as well as cartograms based on other measures.</p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F&amp;title=Redrawn%20Electoral%20Maps" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F&amp;title=Redrawn%20Electoral%20Maps" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F&amp;t=Redrawn%20Electoral%20Maps" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F&amp;title=Redrawn%20Electoral%20Maps" 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%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F&amp;title=Redrawn%20Electoral%20Maps" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F&amp;title=Redrawn%20Electoral%20Maps" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=mfTpnQ"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=mfTpnQ" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=eV24N"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=eV24N" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/451905790" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/13/redrawn-electoral-maps/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F13%2Fredrawn-electoral-maps%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/13/redrawn-electoral-maps/</feedburner:origLink></item>
		<item>
		<title>How to Build a Simple Panel Chart</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/450576051/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/12/how-to-build-a-simple-panel-chart/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 11:00:50 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Combination Charts]]></category>

		<category><![CDATA[Panel Chart]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=906</guid>
		<description>In Challenge - Show Market Share Changes I suggested a panel chart in response to Chandoo&amp;#8217;s Visualization Challenge - How to show market share changes? In Explore Your Data With Pivot Tables I showed how a simple pivot table analysis could lead to this type of chart. And in this post I will show the [...]</description>
			<content:encoded><![CDATA[<p>In <a title="Challenge - Show Market Share Changes" rel="bookmark" href="http://peltiertech.com/WordPress/2008/11/10/challenge-show-market-share-changes/">Challenge - Show Market Share Changes</a> I suggested a panel chart in response to Chandoo&#8217;s <a title="Visualization Challenge - How to show market share changes?" href="http://chandoo.org/wp/2008/09/18/excel-charting-problem-how-to-show-market-share-in-2-different-periods/">Visualization Challenge - How to show market share changes?</a> In <a title="Explore Your Data With Pivot Tables" href="http://peltiertech.com/WordPress/2008/11/11/explore-your-data-with-pivot-tables/">Explore Your Data With Pivot Tables</a> I showed how a simple pivot table analysis could lead to this type of chart. And in this post I will show the data arrangement and techniques I used to create this chart.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Panel Chart Data</h2>
<p>The data used for the chart is shown below. This first table contains data to be plotted in two XY chart series. The lines stretch across category labels at X values 1, 2, 3, 4, and 5. I arbitrarily selected ±0.33, which produces the pairs {0.67, 1.33}, {1.67, 2.33}, etc. In fact, these values are not hard coded. Outside of the range shown here I have the X values for the category labels {1, 2, 3, 4, 5} and the value 0.33. Formulas produce the X values; if I want a change, I can merely change the vaue from 0.33 to something different, and all of the X values update. Blank rows in the data will produce gaps in the otherwise continuous series. For example, a line is plotted between 0.67 and 1.33, a gap is present between 1.33 and 1.67, a line is drawn between 1.67 and 2.33, and so forth.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/paneldata.png" alt="panel chart data" /></p>
<p><span id="more-906"></span>The data for my dummy category axis labels is shown below. I will make a simple column chart with this series. Excel will place the C1 to C5 labels at X=1 to 5. The Y axis range is blank, so the column chart will have bars with zero height. (I could have used zero values as well.)</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelaxisdata.png" alt="panel chart axis data" /></p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Building the Panel Chart</h2>
<p>Start by selecting the axis data and creating a column chart. I temporarily inserted values of 1 so it&#8217;s obvious what is going on. I&#8217;ve also already changed the axis and plot area lines to gray.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep01.png" alt="panel chart step 1" /></p>
<p>Clean up the chart. Since we&#8217;re concerned with relative trends, and because these are tiny little charts, I have removed the Y axis labels. I also removed the title and the X axis tick marks, and moved the legend to the top of the chart.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep02.png" alt="panel chart step 2" /></p>
<p>Now I&#8217;ve removed the &#8220;1&#8243; values in the axis data range.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep03.png" alt="panel chart step 3" /></p>
<p>Add the brand 1 and brand 2 data. Copy the range, select the chart, and use Paste Special to add the data as new series, with categories in the first column (but not replacing the existing categories) and series names in the first row. These series are added as more column series.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep04.png" alt="panel chart step 4" /></p>
<p>Select one of the added series, and change it to an XY type (right click on it, choose Chart Type or Change Chart Type, and select the type from the dialog). Excel helpfully (NOT!) adds secondary axes, because nobody could possibly want XY and column series on the same axis. Except us.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep05.png" alt="panel chart step 5" /></p>
<p>In Excel 2003 or earlier, immediately select the other added series, and press the F4 function key to repeat the previous action. In Excel 2007, the F4 key has lost most of its former glory, so you&#8217;ll have to use the right-click approach to change it to an XY type.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep06.png" alt="panel chart step 6" /></p>
<p>Select one of the XY series (&#8217;brand1&#8242; below) and format it so it is on the primary axis.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep07.png" alt="panel chart step 7" /></p>
<p>Select the other XY series, and in Excel 2003 or prior, click F4 again. Excel 2007 users, you know the drill.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep08.png" alt="panel chart step 8" /></p>
<p>Well, that&#8217;s lines up the way we want. Let&#8217;s tidy up, shall we? First, select the legend entry for the &#8216;axis&#8217; series (the text label, not the colored rectangle), and press delete.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep09.png" alt="panel chart step 9" /></p>
<p>Add vertical (X-axis) major gridlines (Chart menu &gt; Chart Options &gt; Gridlines tab in Excel 2003, one of the contextual Chart Tools tabs in 2007). Format them the same gray as the border.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep10.png" alt="panel chart step 10" /></p>
<p>Finally, use formatting to make the brand data stick out a bit. I used brighter colors and a thicker line.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/panelstep11.png" alt="panel chart step 11 - done" /></p>
<p>Not too tricky. We needed a little hint about data arrangement, and one dummy series to handle the X axis labels.</p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F&amp;title=How%20to%20Build%20a%20Simple%20Panel%20Chart" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F&amp;title=How%20to%20Build%20a%20Simple%20Panel%20Chart" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F&amp;t=How%20to%20Build%20a%20Simple%20Panel%20Chart" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F&amp;title=How%20to%20Build%20a%20Simple%20Panel%20Chart" 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%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F&amp;title=How%20to%20Build%20a%20Simple%20Panel%20Chart" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F&amp;title=How%20to%20Build%20a%20Simple%20Panel%20Chart" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=PpG2Rv"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=PpG2Rv" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=y7SyN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=y7SyN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/450576051" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/12/how-to-build-a-simple-panel-chart/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F12%2Fhow-to-build-a-simple-panel-chart%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/12/how-to-build-a-simple-panel-chart/</feedburner:origLink></item>
		<item>
		<title>Explore Your Data With Pivot Tables</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/449435634/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/11/explore-your-data-with-pivot-tables/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 11:00:16 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Pivot Tables]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=896</guid>
		<description>Pivot tables are one of Excel&amp;#8217;s most outstanding features. They allow fast dynamic and interactive analysis of data from the workbook or from any number of external sources. Pivot charts go hand in hand with pivot tables in showing the data visually. I am not a staunch fan of pivot charts: they allow only a [...]</description>
			<content:encoded><![CDATA[<p><strong>Pivot tables</strong> are one of Excel&#8217;s most outstanding features. They allow fast dynamic and interactive analysis of data from the workbook or from any number of external sources. Pivot charts go hand in hand with pivot tables in showing the data visually. I am not a staunch fan of pivot charts: they allow only a limited selection of chart types, and their formatting possibilities are not as extensive as those of regular charts. however, for a quick look into a new data set, they are hard to beat. Later when I know what I want to show, I make custom regular charts, with data often derived from pivot tables.</p>
<p>In <a title="Visualization Challenge - How to show market share changes?" href="http://chandoo.org/wp/2008/09/18/excel-charting-problem-how-to-show-market-share-in-2-different-periods/">Visualization Challenge - How to show market share changes?</a> our colleague <strong>Chandoo</strong> presented the following data and challenged his readers to display it meaningfully. The data shows market share for two brands and five competing retailers, at two times. The challenge was to show the trends over time. I took on this challenge in <a title="Challenge - Show Market Share Changes" href="http://peltiertech.com/WordPress/2008/11/10/challenge-show-market-share-changes/">Challenge - Show Market Share Changes</a>. While working on this challenge, I realized that the data made for a good example of the power of pivot tables for fast and detailed analysis.<span id="more-896"></span></p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Pivot Table Data</h2>
<p>I&#8217;ve rearranged Chandoo&#8217;s sample data into the form required for an effective pivot table. There are no blank rows or columns, the first row has headers (field names), and there is one row (record) per observation.</p>
<p align="center"><img title="Pivot Table Data" src="http://peltiertech.com/WordPress/wp-content/img200811/pt_data.png" alt="Pivot Table Data" /></p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Pivot Tables and Charts</h2>
<p>To create a pivot table, select all of the data or a single cell within the data (Excel will try to use the contiguous range surrounding the selected cell), and from the Data menu or the Insert tab in 2007, choose Pivot Table. To include a pivot chart, you can choose the appropriate option in the dialogs, or you can select the pivot table and insert a chart, or (and this can be dangerous) you can select an existing chart, edit the source data, click in the Data Range entry box, and click in the pivot table. This last operation is dangerous, because it converts the chart into a pivot chart, and pivot charts cannot be reverted to regular charts. Of course, it is possible to create <a title="Regular Charts from Pivot Tables" href="http://peltiertech.com/WordPress/2008/06/13/regular-charts-from-pivot-tables/">Regular Charts from Pivot Tables</a>.</p>
<p>The pivot chart is joined to the pivot table at the hip. Any changes to the pivot table are reflected in the pivot chart, and vice versa. For clarity, I have hidden the pivot buttons from these pivot charts. They are redundant since the pivot table and chart are so close together, and they consume valuable chart real estate.</p>
<p>This first arrangement shows each competitor as a different color series. This is fine, but there is too much spacial separation between the two times to allow a good assessment of the trends.</p>
<p align="center"><img title="Pivot Table - Time and Brand vs. Comp" src="http://peltiertech.com/WordPress/wp-content/img200811/pt_col_timebrand_comp.png" alt="Pivot Table - Time and Brand vs. Comp" /></p>
<p>This is easy to fix with a pivot table. You can click and drag the gray field buttons around to change the arrangement instantly. So I dragged the time field inside the product field. The times are closer, but the trends are still not so easy to discern.</p>
<p align="center"><img title="Pivot Table - Brand and Time vs. Comp" src="http://peltiertech.com/WordPress/wp-content/img200811/pt_col_brandtime_comp.png" alt="Pivot Table - Brand and Time vs. Comp" /></p>
<p>Okay, maybe the competitors shouldn&#8217;t rank their own series. I dragged the competitor field down to the rows area and the product field up to the columns area. Hmm, the times are again too far apart.</p>
<p align="center"><img title="Pivot Table - Time and Comp vs. Brand" src="http://peltiertech.com/WordPress/wp-content/img200811/pt_col_timecomp_brand.png" alt="Pivot Table - Time and Comp vs. Brand" /></p>
<p>Click, drag. Okay, the times are pretty close now, but the comparison between brands is given more emphasis.</p>
<p align="center"><img title="Pivot Table - Comp and Time vs. Brand" src="http://peltiertech.com/WordPress/wp-content/img200811/pt_col_comptime_brand.png" alt="Pivot Table - Comp and Time vs. Brand" /></p>
<p>So if we swap the time and product fields, we put the data for the two corresponding time periods next to each other. This view compares the competitors for each brand&#8230;</p>
<p align="center"><img title="Pivot Table - Brand and Comp vs. Time" src="http://peltiertech.com/WordPress/wp-content/img200811/pt_col_brandcomp_time.png" alt="Pivot Table - Brand and Comp vs. Time" /></p>
<p>&#8230; while this view compares the two brands for each competitor.</p>
<p align="center"><img title="Pivot Table - Comp and Brand vs. Time" src="http://peltiertech.com/WordPress/wp-content/img200811/pt_col_compbrand_time.png" alt="Pivot Table - Comp and Brand vs. Time" /></p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">The Ultimate Chart</h2>
<p>This analysis gave me just enough insight to know how I should build the chart I answered Chandoo&#8217;s challenge with. It was not a pivot chart, nor was it based directly on a pivot table, but it utilized the insights from the analysis above. I created a panel chart with each competitor in its own vertical panel, and with lines connecting the data.</p>
<p align="center"><img title="compound panel chart" src="http://peltiertech.com/WordPress/wp-content/img200811/compoundpanel.png" alt="compound panel chart" /></p>
<p>I&#8217;ll show the particular data arrangement and protocol I used to create this chart in an upcoming post. Stay tuned.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">More About Pivot Tables</h2>
<p>For more about pivot tables, check out these web pages, mostly from my site:</p>
<ul style="margin-left: 24px">
<li><a href="http://peltiertech.com/Excel/Pivots/pivotstart.htm">Pivot Tables and Pivot Charts</a> <em>(on the PTS web site)</em><br />
 Originally contributed by fellow Excel MVP Debra Dalgleish. <br />
 Check out Debra’s <a href="http://www.contextures.com/tiptech.html" target="_blank">Excel Tips page</a> and <a href="http://www.contextures.com/xlfaqPivot.html">Pivot Table and Pivot Chart FAQs</a>.<br />
 &nbsp; &nbsp; - <a href="http://peltiertech.com/Excel/Pivots/pivottables.htm">Introduction to Pivot Tables in Excel</a><br />
 &nbsp; &nbsp; - <a href="http://peltiertech.com/Excel/Pivots/pivotcharts.htm">Working with Pivot Charts in Excel</a><br />
 &nbsp; &nbsp; - <a href="http://peltiertech.com/Excel/Pivots/pivotvba.htm">Pivot Table Programming</a><br />
 &nbsp; &nbsp; - <a href="http://peltiertech.com/Excel/Pivots/pivotlinks.htm">Pivot Table and Pivot Chart Links</a></li>
<li><a title="Pivot Tables" href="http://peltiertech.com/WordPress/category/pivot-tables/">Pivot Tables</a> <em>(related posts on this blog)</em></li>
<li><a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=553">Pivot Tables, Pivot Charts, and Real Charts</a> <em>(TechTrax Article)</em></li>
<li><a href="http://peltiertech.com/Excel/xlbooks.html#PTAnalysis">Books on Excel Pivot Tables</a><br />
 &nbsp; &nbsp; - <a name="evtst|a|1590596293" href="http://www.amazon.com/gp/redirect.html%3FASIN=1590596293%26tag=peltiertechni-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/Excel-Pivot-Tables-Recipe-Book/dp/1590596293%253FSubscriptionId=02E5W5871AJF7PMMMS82">Excel Pivot Tables Recipe Book: A Problem-Solution Approach</a> by Debra Dalgleish<br />
 &nbsp; &nbsp; - <a name="evtst|a|1590598903" href="http://www.amazon.com/gp/redirect.html%3FASIN=1590598903%26tag=peltiertechni-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/Beginning-PivotTables-Excel-2007-Professional/dp/1590598903%253FSubscriptionId=02E5W5871AJF7PMMMS82">Beginning PivotTables in Excel 2007: From Novice to Professional</a> by Debra Dalgleish<br />
 &nbsp; &nbsp; - <a name="evtst|a|0789734354" href="http://www.amazon.com/gp/redirect.html%3FASIN=0789734354%26tag=peltiertechni-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/Pivot-Table-Crunching-Business-Solutions/dp/0789734354%253FSubscriptionId=02E5W5871AJF7PMMMS82">Pivot Table Data Crunching</a> by Bill Jelen and Michael Alexander<br />
 &nbsp; &nbsp; - <a name="evtst|a|0789736012" href="http://www.amazon.com/gp/redirect.html%3FASIN=0789736012%26tag=peltiertechni-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/Crunching-Microsoft-Office-Business-Solutions/dp/0789736012%253FSubscriptionId=02E5W5871AJF7PMMMS82">Pivot Table Data Crunching for Microsoft Office Excel 2007</a> by Bill Jelen and Michael Alexander</li>
</ul>
<p align="center"><a href="http://www.amazon.com/Excel-Pivot-Tables-Recipe-Book/dp/1590596293%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1590596293"><img src="http://ecx.images-amazon.com/images/I/41Ps5eUcYbL._SL160_.jpg" alt="" /></a> &nbsp; <a href="http://www.amazon.com/Beginning-PivotTables-Excel-2007-Professional/dp/1590598903%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1590598903"><img src="http://ecx.images-amazon.com/images/I/41Y-0h7oenL._SL160_.jpg" alt="" /></a> &nbsp; <a href="http://www.amazon.com/Pivot-Table-Crunching-Business-Solutions/dp/0789734354%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0789734354"><img src="http://ecx.images-amazon.com/images/I/519WXAQ1QWL._SL160_.jpg" alt="" /></a> &nbsp; <a href="http://www.amazon.com/Crunching-Microsoft-Office-Business-Solutions/dp/0789736012%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0789736012"><img src="http://ecx.images-amazon.com/images/I/51IL2lZcrjL._SL160_.jpg" alt="" /></a></p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F&amp;title=Explore%20Your%20Data%20With%20Pivot%20Tables" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F&amp;title=Explore%20Your%20Data%20With%20Pivot%20Tables" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F&amp;t=Explore%20Your%20Data%20With%20Pivot%20Tables" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F&amp;title=Explore%20Your%20Data%20With%20Pivot%20Tables" 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%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F&amp;title=Explore%20Your%20Data%20With%20Pivot%20Tables" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F&amp;title=Explore%20Your%20Data%20With%20Pivot%20Tables" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=YIUyir"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=YIUyir" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=DlfSN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=DlfSN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/449435634" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/11/explore-your-data-with-pivot-tables/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F11%2Fexplore-your-data-with-pivot-tables%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/11/explore-your-data-with-pivot-tables/</feedburner:origLink></item>
		<item>
		<title>Challenge - Show Market Share Changes</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/448295968/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/10/challenge-show-market-share-changes/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 11:00:40 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Chart Types]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[Panel Chart]]></category>

		<category><![CDATA[stacked charts]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=543</guid>
		<description>I&amp;#8217;ve been lax about posting lately. The two conferences in September and October have really knocked me off track. It&amp;#8217;s not from lack of topics: here&amp;#8217;s an article I&amp;#8217;ve been sitting on for two months. Back in September, Chandoo presented a difficult problem: Visualization Challenge - How to show market share changes? Specifically, how to [...]</description>
			<content:encoded><![CDATA[<p>I&#8217;ve been lax about posting lately. The two conferences in September and October have really knocked me off track. It&#8217;s not from lack of topics: here&#8217;s an article I&#8217;ve been sitting on for two months. Back in September, Chandoo presented a difficult problem: <a title="Visualization Challenge - How to show market share changes?" href="http://chandoo.org/wp/2008/09/18/excel-charting-problem-how-to-show-market-share-in-2-different-periods/">Visualization Challenge - How to show market share changes?</a> Specifically, how to show the change in market share among five competitors, for two products.</p>
<p>Chandoo came up with a pair of stacked charts, with the stacked columns staggered laterally.</p>
<p align="center"><img title="staggered stacked column chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand1stagger.png" alt="staggered stacked column chart" /><img title="staggered stacked column chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand2stagger.png" alt="staggered stacked column chart" /></p>
<p>Perhaps the staggering and the connecting lines make it a bit easier to discern the edges of the different colored bars than in an unstaggered stacked column chart. But in general the charts have some deficiencies (these are my versions of Chandoo&#8217;s charts, by the way). First, the stacking of bars make it more difficult to judge the magnitude of the segments between top and bottom, and having two charts forces the eye to move too much to see all the data. The legends take up a large amount of space, though of course duplicate legends are overkill.<span id="more-543"></span></p>
<p>Here is Chandoo&#8217;s sample data, if anyone wants to play along.</p>
<p align="center"><img title="chart data" src="http://peltiertech.com/WordPress/wp-content/img200811/branddata.png" alt="chart data" /></p>
<p>I approached this challenge by first investigating some different chart types. The stacked column chart is less cluttered looking than the staggered charts above, but they don&#8217;t really improve on the spatial difference between the two brands, and the large space needed by the legends (we could delete one of the legends, of course).</p>
<p align="center"><img title="stacked column chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand1stack.png" alt="stacked column chart" /><img title="stacked column chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand2stack.png" alt="stacked column chart" /></p>
<p>How about a <a title="Clustered-Stacked Column Charts" href="http://peltiertech.com/WordPress/2008/05/19/clustered-stacked-column-charts/">Clustered-Stacked Column Chart</a>? Below is the data arrangement and resulting chart. I&#8217;ve colored the data range using the scheme that Excel uses to highlight data when a chart series is selected: the blue range contains Y values, the purple&nbsp; contains category labels, and green denotes series names. The two columns of category label data produces the two-layer labels (see <a title="Chart with a Dual Category Axis" href="http://peltiertech.com/WordPress/2008/04/22/chart-with-a-dual-category-axis/">Chart with a Dual Category Axis</a>). To preserve the lateral spacing, the purple cells with the hatching pattern contain spaces. The rest of the cells in this table are blank.</p>
<p align="center"><img title="clustered-stacked column chart" src="http://peltiertech.com/WordPress/wp-content/img200811/clusterstack.png" alt="clustered-stacked column chart" /></p>
<p>The separation of brands and the excess real estate required for the legend(s) are both improved, and it sure shows off a clever data arrangement. But the values and trends are no easier to compare than in the other chart types above.</p>
<p>Since we&#8217;re interested in trends, a line chart may help with comparisons. Labeling the series directly is less obtrusive than the legends, and more effective at identifying the data. The charts still look somewhat cluttered, and the slopes are all rather too shallow, flattening out the trends.</p>
<p align="center"><img title="line chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand1line.png" alt="line chart" /><img title="line chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand2line.png" alt="line chart" /></p>
<p>Perhaps clustering the data instead of stacking it can provide a better perspective (see <a title="Stacked vs. Clustered" href="http://peltiertech.com/WordPress/2008/08/27/stacked-vs-clustered/">Stacked vs. Clustered</a>). The trends are visible even though the charts have bars instead of lines. The legends are less obtrusive; that&#8217;s not an intrinsic property of clustered charts, but rather a consequence of having fewer series. The separation of the two brands still makes comparisons difficult.</p>
<p align="center"><img title="clustered stacked column chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand1cluster.png" alt="clustered stacked column chart" /><img title="clustered stacked column chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand2cluster.png" alt="clustered stacked column chart" /></p>
<p>Maybe we can combine the good features of the line and clustered column charts. Enter the <a href="http://peltiertech.com/Excel/ChartsHowTo/PanelChart1.html">panel</a> <a href="http://peltiertech.com/Excel/ChartsHowTo/PanelUnevenScales.html">chart</a>. The two charts below show the values and trends clearly, without a lot of clutter.</p>
<p align="center"><img title="panel chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand1panel.png" alt="panel chart" /><img title="panel chart" src="http://peltiertech.com/WordPress/wp-content/img200811/brand2panel.png" alt="panel chart" /></p>
<p>We still have the separation of the brands in the two panel charts above, but the openness of the panel chart allows us to display both brands in the same chart. This is pretty effective, perhaps the best of all the types I&#8217;ve reviewed.</p>
<p>Does anyone have any better ideas? Are there better approaches that I&#8217;ve neglected?</p>
<p align="center"><img title="compound panel chart" src="http://peltiertech.com/WordPress/wp-content/img200811/compoundpanel.png" alt="compound panel chart" /></p>
<p>In the next few days, I plan to write a set of instructions for building this chart. In addition, I thought this data would be a good vehicle to show a little exercise in data exploration, using pivot tables and pivot charts. I&#8217;ll comment on this post when I&#8217;ve added each of these pages, so if you subscribe below (comments are always welcome, but not needed to subscribe) you&#8217;ll receive a notification when I&#8217;ve updated.</p>
<p><strong>Update 16 November 2008</strong></p>
<p>I&#8217;ve written a couple of follow-up posts. In <a title="Explore Your Data With Pivot Tables" href="http://peltiertech.com/WordPress/2008/11/11/explore-your-data-with-pivot-tables/">Explore Your Data With Pivot Tables</a> I used this data to show how pivot tables can be used to investigate the data quickly and easily. Then in a second follow-up I showed <a title="How to Build a Simple Panel Chart" href="http://peltiertech.com/WordPress/2008/11/12/how-to-build-a-simple-panel-chart/">How to Build a Simple Panel Chart</a>.</p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F&amp;title=Challenge%20-%20Show%20Market%20Share%20Changes" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F&amp;title=Challenge%20-%20Show%20Market%20Share%20Changes" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F&amp;t=Challenge%20-%20Show%20Market%20Share%20Changes" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F&amp;title=Challenge%20-%20Show%20Market%20Share%20Changes" 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%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F&amp;title=Challenge%20-%20Show%20Market%20Share%20Changes" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F&amp;title=Challenge%20-%20Show%20Market%20Share%20Changes" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=i0dsb6"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=i0dsb6" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=7sgIN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=7sgIN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/448295968" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/10/challenge-show-market-share-changes/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F10%2Fchallenge-show-market-share-changes%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/10/challenge-show-market-share-changes/</feedburner:origLink></item>
		<item>
		<title>Ten Chart Design Principles: Guest Post</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/444588279/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/06/ten-chart-design-principles-guest-post/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:30:07 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Charting Principles]]></category>

		<category><![CDATA[Formatting]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=763</guid>
		<description>Mike Alexander of DataPig Technologies is a Microsoft Excel MVP who has written about using Excel for data analysis. Mike and I collaborated last month on the Excel Dashboard and Visualization Boot Camp, which went so well that we plan to offer it a few times a year.
Mike has written Excel 2007 Dashboards and Reports [...]</description>
			<content:encoded><![CDATA[<p><img style="border-width: 0; margin-right: 12px; float: left;" title="DataPig Technologies" src="http://peltiertech.com/WordPress/wp-content/img200811/dpwithPig8.png" alt="DataPig Technologies" /><strong>Mike Alexander</strong> of <a title="DataPig Technologies" href="http://www.datapigtechnologies.com/">DataPig Technologies</a> is a Microsoft Excel MVP who has written about using Excel for data analysis. Mike and I collaborated last month on the <a class="simple_alink" title="Excel Dashboard and Visualization Boot Camp" href="http://peltiertech.com/WordPress/2008/08/04/excel-dashboard-and-visualization-boot-camp/">Excel Dashboard and Visualization Boot Camp</a>, which went so well that we plan to offer it a few times a year.</p>
<p><a rel="nofollow" href="http://www.amazon.com/Excel-Dashboards-Reports-Dummies-Computer/dp/0470228148%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470228148"><img style="border-width: 0; margin-left: 12px; float: right;" src="http://ecx.images-amazon.com/images/I/516ZYhhTNaL._SL160_.jpg" alt="" /></a>Mike has written <a rel="nofollow" name="evtst|a|0470228148" href="http://www.amazon.com/Excel-Dashboards-Reports-Dummies-Computer/dp/0470228148%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470228148">Excel 2007 Dashboards and Reports For Dummies</a>, which is among the most comprehensive Dummies books I&#8217;ve come across. The book is geared towards Excel 2007, but its principles and techniques are valid for any version of Excel. Mike takes his readers through dashboard principles, data preparation and chart creation, advanced data techniques including pivot tables and dynamic ranges, automation of dashboards using VBA, and designing interactive dashboards.</p>
<p>Like all Dummies books, <a rel="nofollow" name="evtst|a|0470228148" href="http://www.amazon.com/Excel-Dashboards-Reports-Dummies-Computer/dp/0470228148%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470228148">Excel 2007 Dashboards and Reports For Dummies</a> has a &#8220;Part of Tens&#8221; chapter, including <strong>Ten Chart Design Principles</strong>, which Mike will write about in this post. While Mike has written these principles, they are in agreement with principles that other graphing and visualization experts would have presented. Without further ado, Here&#8217;s Mike:<span id="more-763"></span></p>
<hr style="margin-bottom: 10px" />
<h2 style="font-size: 1em; margin:0 0 18px;">Ten Chart Design Principles by Mike Alexander</h2>
<p>Excel makes charting so simple, it&#8217;s often tempting to accept the charts it creates no matter how bad the default colors or settings are. But I&#8217;m here to implore you to turn away from the glitzy lure of the default settings. You can easily avoid charting fiascos by following a few basic design principles:</p>
<ol style="margin-left: 32px">
<li>Avoid Fancy Formatting</li>
<li>Skip the Unnecessary Chart Junk</li>
<li>Format Large numbers where possible</li>
<li>Use Data Tables instead of Data Labels</li>
<li>Make Effective Use of Chart Titles</li>
<li>Sort your data before Charting</li>
<li>Limit the use of Pie charts</li>
<li>Don&#8217;t be afraid to parse data into separate charts</li>
<li>Maintain Appropriate Aspect Ratios</li>
<li>Don&#8217;t be afraid to not use a chart!</li>
</ol>
<h2 style="font-size: 1em; margin:0 0 18px;">1. Avoid Fancy Formatting</h2>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA01a.png" alt="" /></p>
<ul style="margin-left: 32px">
<li>Don’t apply background colors to the Chart or Plot Area.&nbsp; Colors in general should be reserved for key data points in your chart.</li>
<li>Don’t use 3D charts or 3D effects.&nbsp; No one is going to give you an Oscar for special effects./p&gt; </li>
<li>Avoid applying fancy effects such as gradients, pattern fills, shadows, glow, soft edges, and other formatting.&nbsp; Focus on the data and not shiny happy graphics.</li>
<li>Don’t try to enhance your charts with clip art or pictures.&nbsp; Not only do they do nothing to further data presentation, they often just look tacky.</li>
</ul>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA01b.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">2. Skip the Unnecessary Chart Junk</h2>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA02a.png" alt="" /></p>
<ul style="margin-left: 32px">
<li>Remove Gridlines </li>
<li>Remove Borders</li>
<li>Skip the Trend Lines </li>
<li>Avoid Data Label Overload</li>
<li>Don&#8217;t Show a Legend if you don&#8217;t have to</li>
<li>Remove Axes that Don&#8217;t Provide Value</li>
</ul>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA02b.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">3. Format Large numbers where possible</h2>
<p>When plotting very large numbers on a chart, you should consider formatting the values so that they are truncated for easy reading.</p>
<p>For instance, in this chart, I&#8217;ve formatted the values to be displayed as 10M and 17M instead of the hard-to-read 10,475,000 and 16,906,714.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA03.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">4. Use Data Tables instead of Data Labels</h2>
<p>A data table allows you to see the data values for each plotted data point, without overcrowding the chart itself. Although data tables increase the space your charts take up on your dashboard, they respond well to formatting and can be made to meld nicely into your charts. Data tables come in particularly handy if your clients are constantly asking to see the detailed information behind your charts.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA04.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">5. Make Effective Use of Chart Titles</h2>
<p>You can use chart titles to add an extra layer of information, presenting analysis derived from the data presented in the chart.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA05.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">6. Sort Your Data Before Charting</h2>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA06a.png" alt="" /></p>
<p>Unless there is an obvious natural order such as age or time, it&#8217;s generally good practice to sort your data when charting. By sorting, I mean sort the source data that feeds your chart in Ascending or Descending order by data value.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA06b.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">7. Limit the use of Pie charts</h2>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA07a.png" alt="" /></p>
<ul style="margin-left: 32px">
<li>Pie Charts typically take up more space than their cousins the line and bar charts.</li>
<li>Pie charts can&#8217;t clearly represent more than two or three data categories. </li>
<li>Bar Charts are an ideal alternative to Pie Charts.</li>
</ul>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA07b.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">8. Don&#8217;t be afraid to parse data into separate charts</h2>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA08a.png" alt="" /></p>
<p>A single chart can lose its effectiveness if you try to plot too much data into it. Step back and try to boil down what exactly the chart needs to do. What is the ultimate purpose of the chart?</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA08b.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">9. Maintain Appropriate Aspect Ratios</h2>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA09tall.png" alt="" /></p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA09wide.png" alt="" /></p>
<p>A skewed aspect ratio can distort your charts, exaggerating the trend in charts that are too tall, and flattening the trend in charts that are too wide.</p>
<p>Generally speaking, the most appropriate aspect ratio for a chart is one where the width of the chart is about twice as long as the height is tall.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA09okay.png" alt="" /></p>
<h2 style="font-size: 1em; margin:0 0 18px;">10. Don&#8217;t be afraid to not use a chart!</h2>
<p>You typically use a chart when there is some benefit to visually seeing, trends, relationships, or comparisons.</p>
<p>Ask yourself if there is a benefit to seeing your data in chart form. If the data is relayed better in a table, then that&#8217;s how it should be presented.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/MikeA10.png" alt="" /></p>
<hr style="margin-bottom: 10px" />
<h2 style="font-size: 1em; margin:0 0 18px;">Jon&#8217;s comments on Mike&#8217;s top ten.</h2>
<p>You didn&#8217;t think I could let this go, did you? As I noted in the introduction, I concur with all of Mike&#8217;s points, but there are a couple of things that would make Mike&#8217;s example charts even better.</p>
<p>2 and 3. The suggestions are spot-on, but the charts can be further clarified. Reduce confusion in the chart by maintaining a proportional axis scale (XY not Line chart), so the gaps between 2000 and 2003 and between 2003 and 2004 don&#8217;t look like the five year gaps earlier in the chart. This makes the upswing in the last few years even more striking.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/TexasDrivers.png" alt="" /></p>
<p>6. This is a good practice. However, you should sort by category if it makes sense. The example in item 7 should be sorted in order of increasing age. In this kind of plot, it also is important that the bins (i.e., age ranges of each category) be of equal width. If this is age of drivers, then the first age range should be something like 16 to 24, which becomes by far the largest value in the chart.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/AccidentsByAge.png" alt="" /></p>
<p>7. <strong>Jorge Camoes</strong> showed the best collection of pie charts in <a title="The Best Pie Charts Come From Germany" href="http://charts.jorgecamoes.com/the-best-pie-charts-come-from-germany/">The Best Pie Charts Come From Germany</a>.</p>
<p>8. This is a nice example of the use of what <a href="http://www.edwardtufte.com/">Edward Tufte</a> calls <a title="Small Multiples" href="http://www.infovis-wiki.net/index.php/Small_Multiples">small multiples</a>. Small multiples is part of the basis of <a title="Panel Charts" href="http://peltiertech.com/Excel/ChartsHowTo/PanelUnevenScales.html">panel charts</a>.</p>
<p>9. Adjust the aspect ratio of the chart and its X and Y axis scales so the &#8220;average&#8221; slope is around 45°. This is described by <strong>Kelly O&#8217;Day</strong> in <a title="Banking to 45° to Enhance Visualization" href="http://www.processtrends.com/pg_data_vis_bank_to_45.htm">Banking to 45° to Enhance Visualization</a>.</p>
<p>10. This was discussed by <strong>Tony Rose</strong> last week in <a title="Best Method for Illustrating a Data Point" href="http://supportanalytics.com/blog/2008/11/best-method-for-illustrating-a-data-point/">Best Method for Illustrating a [Single] Data Point</a>.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200811/TonyShowANumber.jpg" alt="" /></p>
<hr style="margin-bottom: 10px" />
<p>Among Mike&#8217;s other books are <a rel="nofollow" name="evtst|a|0789736012" href="http://www.amazon.com/Crunching-Microsoft-Office-Business-Solutions/dp/0789736012%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0789736012">Pivot Table Data Crunching for Microsoft Office Excel 2007</a> (with Bill Jelen), <a rel="nofollow" name="evtst|a|0470104880" href="http://www.amazon.com/Microsoft-Excel-Access-Integration-Office/dp/0470104880%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470104880">Microsoft Excel and Access Integration: With Microsoft Office 2007</a>, <a rel="nofollow" name="evtst|a|B001E2FFW6" href="http://www.amazon.com/Microsoft-Access-2007-Data-Analysis/dp/B001E2FFW6%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001E2FFW6">Microsoft Access 2007 Data Analysis</a>, and <a rel="nofollow" name="evtst|a|B001E2AKKI" href="http://www.amazon.com/Excel-2007-VBA-Programmers-Reference/dp/B001E2AKKI%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001E2AKKI">Excel 2007 VBA Programmer&#8217;s Reference</a> (with John Green, Stephen Bullen, and Rob Bovey).</p>
<p align="center"><a rel="nofollow" href="http://www.amazon.com/Crunching-Microsoft-Office-Business-Solutions/dp/0789736012%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0789736012"><img src="http://ecx.images-amazon.com/images/I/51IL2lZcrjL._SL160_.jpg" alt="" /></a> <a rel="nofollow" href="http://www.amazon.com/Microsoft-Access-2007-Data-Analysis/dp/B001E2FFW6%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001E2FFW6"><img src="http://ecx.images-amazon.com/images/I/516daYywCOL._SL160_.jpg" alt="" /></a> <a rel="nofollow" href="http://www.amazon.com/Microsoft-Excel-Access-Integration-Office/dp/B001E2DY06%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001E2DY06"><img src="http://ecx.images-amazon.com/images/I/51SJmSGC2rL._SL160_.jpg" alt="" /></a> <a rel="nofollow" href="http://www.amazon.com/Excel-2007-VBA-Programmers-Reference/dp/B001E2AKKI%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001E2AKKI"><img src="http://ecx.images-amazon.com/images/I/51XNl43c5zL._SL160_.jpg" alt="" /></a></p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F&amp;title=Ten%20Chart%20Design%20Principles%3A%20Guest%20Post" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F&amp;title=Ten%20Chart%20Design%20Principles%3A%20Guest%20Post" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F&amp;t=Ten%20Chart%20Design%20Principles%3A%20Guest%20Post" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F&amp;title=Ten%20Chart%20Design%20Principles%3A%20Guest%20Post" 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%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F&amp;title=Ten%20Chart%20Design%20Principles%3A%20Guest%20Post" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F&amp;title=Ten%20Chart%20Design%20Principles%3A%20Guest%20Post" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=n40aw7"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=n40aw7" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=TLsqN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=TLsqN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/444588279" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/06/ten-chart-design-principles-guest-post/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Ften-chart-design-principles-guest-post%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/06/ten-chart-design-principles-guest-post/</feedburner:origLink></item>
		<item>
		<title>Display One Chart Dynamically and Interactively</title>
		<link>http://feeds.feedburner.com/~r/peltiertech/EsrO/~3/444424547/</link>
		<comments>http://peltiertech.com/WordPress/2008/11/06/display-one-chart-dynamically-and-interactively/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 14:41:20 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
		
		<category><![CDATA[Dynamic Charts]]></category>

		<category><![CDATA[Chandoo]]></category>

		<category><![CDATA[interaction]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=816</guid>
		<description>Once again, I rely on Chandoo for inspiration for a charting tutorial. In Select and Show One Chart from Many he shows how to let a user choose which of several charts to show, in an interactive display. He uses data validation to enable the user to select from a finite list of charts, and [...]</description>
			<content:encoded><![CDATA[<p>Once again, I rely on <a title="Pointy Haired Dilbert" href="http://chandoo.org/wp">Chandoo</a> for inspiration for a charting tutorial. In <a title="How to Conditionally Show or Hide Charts" href="http://chandoo.org/wp/2008/11/05/select-show-one-chart-from-many/">Select and Show One Chart from Many</a> he shows how to let a user choose which of several charts to show, in an interactive display. He uses data validation to enable the user to select from a finite list of charts, and uses a little-known image linking trick in Excel to show the selected chart. Basically, selecting an item changes a dynamic range so it refers to the range beneath the selected chart, and the picture is linked to this dynamic range.</p>
<p align="center"><img title="Dynamic Final Report" src="http://peltiertech.com/WordPress/wp-content/img200811/FinalReport.png" alt="Dynamic Final Report" /></p>
<p>This linked-picture trick is related to Excel&#8217;s Camera tool, which means two things. First, it&#8217;s pretty cool. Second, using it more than a few times will consume resources and slow down the workbook&#8217;s response. If you are linking to one <em>picture</em> of many, this is the way to do it, but if you merely want to show different set of data in your chart, it&#8217;s more than you need. In this post I will show you an easy and resource-friendly way to achieve the same effects in your dynamic report.<span id="more-816"></span></p>
<h2 style="font-size: 13px; margin:0 0 18px;">The Report Layout</h2>
<p>I&#8217;ve set up my report as shown below. Cell F2 contains the selected quantity to be plotted, and I&#8217;ve named the cell &#8220;WhichChart&#8221;. The original data is in B17:E25, and a second data range linked to the first is in B28:E36. The borders around parts of the range B28:E36 show the chart source data range of the working chart, which I will discuss shortly.</p>
<p align="center"><img title="Dynamic Report Layout" src="http://peltiertech.com/WordPress/wp-content/img200811/ReportLayout.png" alt="Dynamic Report Layout" /></p>
<p>One or both of the data ranges can be moved to a different place on this sheet, or onto another sheet, so that the focus is on the chart itself.</p>
<h2 style="font-size: 13px; margin:0 0 18px;">Data Selection</h2>
<p>To make the selection of a chart more flexible, I changed the data validation list source of cell F2 (&#8221;WhichChart&#8221;) so it refers to the range C17:E17 rather than a hard-coded list (see the dialog below). This way, if I change one of the headers, I don&#8217;t need to update the data validation list.</p>
<p align="center"><img title="Dynamic Report Data Validation" src="http://peltiertech.com/WordPress/wp-content/img200811/DataValidationDialog.png" alt="Dynamic Report Data Validation" /></p>
<p>I generally prefer using a dropdown control or a listbox. A dropdown always shows the drop down arrow icon, so the user knows he can choose something even when the cell is not selected. A listbox shows all options without having to go to all the trouble of dropping down a list. But data validation is pretty easy to use, so it&#8217;s really a matter of choice.</p>
<h2 style="font-size: 13px; margin:0 0 18px;">The Dynamic Chart</h2>
<p>I then constructed a chart that contained all of Chandoo&#8217;s data and the formatting from Chandoo&#8217;s three charts. I used B18:B25 for the category (X-axis) labels, C17:E17 for the series names, and C18:E25 for the series Y data. To make the chart title dynamic, I selected the title, typed = in the formula bar, then selected the range C17:E17, and pressed Enter. The chart title then displayed the formula <tt class="tt">=Report!$C$17:$E$17</tt>. When multiple cells are selected like this, Excel concatenates the cell values, inserting a space between non-blank items.</p>
<p align="center"><img title="Dynamic Report Original Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/MultiChart01.png" alt="Dynamic Report Original Chart" /></p>
<h2 style="font-size: 13px; margin:0 0 18px;">The Dynamic Data</h2>
<p>The second data range is linked to the original data, with a twist. It compares the column header to the selection in F2 and shows or hides the column as appropriate. I selected the range C28:E36 with C28 the active cell, entered this formula, then pressed Ctrl+Enter to enter the formula into the entire selected range:</p>
<pre class="vba">=IF(C$17=WhichChart,C17,"")
 </pre>
<p>This hides the headers and Y data for the non-selected column of data. I changed the source data of the chart so that B29:B36 (purple outline) is used for the category (X axis) labels, C28:E28 (green outine) for the series names, and C29:E36 (blue outline) for the series Y data. I also changed the title link formula to <tt class="tt">=Report!$C$28:$E$28</tt>. The outline colors correspond to the colors that Excel highlights these ranges when the chart&#8217;s plot area or chart area is selected. When Sales is selected, the data range looks like this (with only the Sales column displayed):</p>
<p align="center"><img title="Dynamic Report Data" src="http://peltiertech.com/WordPress/wp-content/img200811/MultiData01.png" alt="Dynamic Report Data" /></p>
<p>and the chart looks like this:</p>
<p align="center"><img title="Dynamic Report Intermediate Chart" src="http://peltiertech.com/WordPress/wp-content/img200811/MultiChart02.png" alt="Dynamic Report Intermediate Chart" /></p>
<h2 style="font-size: 13px; margin:0 0 18px;">Final Touches</h2>
<p>This isn&#8217;t quite perfect yet, but it&#8217;s easy to finish. First, apply a custom number format of <tt class="tt">0;;;</tt> to the data labels in the chart, so the zero values (corresponding to the blank cells) are not shown. Second, format any one of the series in the chart so that it has an overlap of 100, so that all columns overlap, and there is no horizontal space wasted for columns with no data. Here is the finished chart:</p>
<p align="center"><img title="Dynamic Final Report" src="http://peltiertech.com/WordPress/wp-content/img200811/FinalReport.png" alt="Dynamic Final Report" /></p>
<p>Download this <a title="dynamic chart" href="http://peltiertech.com/WordPress/wp-content/img200811/select-chart-to-display-pts.zip">dynamic chart</a> (in a zipped workbook).</p>



If you liked this entry, please bookmark and share it:


	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F&amp;title=Display%20One%20Chart%20Dynamically%20and%20Interactively" 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://del.icio.us/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F&amp;title=Display%20One%20Chart%20Dynamically%20and%20Interactively" 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://www.facebook.com/sharer.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F&amp;t=Display%20One%20Chart%20Dynamically%20and%20Interactively" 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://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%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://twitter.com/home?status=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F" title="TwitThis"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F&amp;title=Display%20One%20Chart%20Dynamically%20and%20Interactively" 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%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F&amp;title=Display%20One%20Chart%20Dynamically%20and%20Interactively" title="Google"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F&amp;title=Display%20One%20Chart%20Dynamically%20and%20Interactively" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/>
<p><a href="http://feeds.feedburner.com/~a/peltiertech/EsrO?a=MiGpb1"><img src="http://feeds.feedburner.com/~a/peltiertech/EsrO?i=MiGpb1" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/peltiertech/EsrO?a=WDBHN"><img src="http://feeds.feedburner.com/~f/peltiertech/EsrO?i=WDBHN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/peltiertech/EsrO/~4/444424547" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/2008/11/06/display-one-chart-dynamically-and-interactively/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=peltiertech/EsrO&amp;itemurl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2F2008%2F11%2F06%2Fdisplay-one-chart-dynamically-and-interactively%2F</feedburner:awareness><feedburner:origLink>http://peltiertech.com/WordPress/2008/11/06/display-one-chart-dynamically-and-interactively/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=peltiertech/EsrO</feedburner:awareness></channel>
</rss><!-- Dynamic Page Served (once) in 0.698 seconds --><!-- Cached page served by WP-Cache -->
