<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PTS Blog &#187; Formatting</title>
	<atom:link href="http://peltiertech.com/WordPress/category/formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress</link>
	<description>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Fri, 20 Nov 2009 15:03:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Logarithmic Axes in Excel Charts</title>
		<link>http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/</link>
		<comments>http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:00:50 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2382</guid>
		<description><![CDATA[In Custom Axis, Y = 1, 2, 4, 8, 16 I showed axes with base 2 logarithmic scales in both Excel 2003 and 2007. In Excel 2003 it is necessary to transform the data to get the intended result. In Excel 2007, the axis can be achieved with the untransformed data.
In the previous post, the data [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://peltiertech.com/WordPress/custom-axis-y-1-2-4-8-16/"title="Custom Axis, Y = 1, 2, 4, 8, 16 | PTS Blog" >Custom Axis, Y = 1, 2, 4, 8, 16</a> I showed axes with base 2 logarithmic scales in both Excel 2003 and 2007. In Excel 2003 it is necessary to transform the data to get the intended result. In Excel 2007, the axis can be achieved with the untransformed data.</p>
<p>In the previous post, the data was widely spaced, so it filled a base 10 log scale with two decades with only a reasonable amount of space above and below the data.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/axislogbase2chart7.png" alt="Excel 2003 Log Scale Axis" /></p>
<p>If the data isn&#8217;t spread out so nicely, you lose the opportunity to use a regular logarithmic axis. We&#8217;ll look at this for Excel 2003 and for Excel 2007, and then we&#8217;ll look at native logarithmic axis labeling.</p>
<p><strong><span id="more-2382"></span>Excel 2003</strong></p>
<p>The data in the table below has a narrow range, from 8 to 12, and the range spans a power of ten.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax03data.png" alt="" /></p>
<p>Here is the data charted using a linear axis.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax03chart01linear.png" alt="" /></p>
<p>When we apply a logarithmic scale axis, the data spans across 10, so by default the axis ranges from 1 to 100. The data is squeezed into the middle of the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax03chart02log10.png" alt="" /></p>
<p>Since Excel 2003 only permits the axis to begin and end at powers of ten, we&#8217;re stuck with this, and the fanciest labeling doesn&#8217;t make the data easier to read.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax03chart03log10labels.png" alt="" /></p>
<p>Following the steps in <a href="http://peltiertech.com/WordPress/custom-axis-y-1-2-4-8-16/"title="Custom Axis, Y = 1, 2, 4, 8, 16 | PTS Blog" >Custom Axis, Y = 1, 2, 4, 8, 16</a> we can plot the logs of the data on a linear scale, from log(8) = 0.903 to log(12) = 1.079.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax03chart04logY.png" alt="" /></p>
<p>We can hide the default labels, add a series with points where we want our custom labels using log(Y) data, and use the Y values as data labels.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax03chart06logYlabels.png" alt="" /></p>
<p>Here&#8217;s the chart. With such a narrow spread in the data, it&#8217;s not immediately apparent that the Y scale isn&#8217;t linear, but if you took out your ruler (you still have one of those, right? you&#8217;re not completely digital?) you can tell that the span between 8 and 9 is larger than that between 11 and 12.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax03chart07logYfini.png" alt="" /></p>
<p><strong>Excel 2007</strong></p>
<p>As described in <a href="http://peltiertech.com/WordPress/custom-axis-y-1-2-4-8-16/"title="Custom Axis, Y = 1, 2, 4, 8, 16 | PTS Blog" >Custom Axis, Y = 1, 2, 4, 8, 16</a>, Excel 2007 makes working with log scales a bit easier.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07data.png" alt="" /></p>
<p>Here is the data plotted on a linear scale.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07chart01linear.png" alt="" /></p>
<p>Here is the same chart, with the scale transformed to a logarithmic scale, using the default base 10. Same as Excel 2003.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07chart03log10def.png" alt="" /></p>
<p>Here the log scale has been changed to base 2.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07chart02log2def.png" alt="" /></p>
<p>In 2007 we can change the min and max of the log axis to values other than 10 (i.e., other than the base). Here the axis ranges from 8 to 80, still a decade on the base 10 log scale. Instead of the minor ticks being located at multiples of ten (20, 30, 40, 50,&#8230;), they are located at multiples of 8 (16, 24, 32, 40,&#8230;)</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07chart04log10_8_80.png" alt="" /></p>
<p>We can also change the maximum so that the axis spans a non-integral number of cycles. Here the maximum is 12 to fit the data. This looks the same using base 10 or base 2.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07chart05log2_8_12.png" alt="" /></p>
<p>We don&#8217;t get labels other than at the minimum because the axis spans less than a power of base 10 or of base 2, but we can use the same protocol as above to add points with data labels. The advantage Excel 2007 has over 2003 is that we can use the actual values to locate the points, and we can simply use the Y value data label option. In Excel 2003 we had to use the log of the Y positions, and either manually edit the labels, or use a third-party add-in. (Even though the add-in is great, it still is something extra required.)</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07chart06loglabels.png" alt="" /></p>
<p>Finished. Again, just like Excel 2003, only easier.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07chart07logfini.png" alt="" /></p>
<p><strong>Log Axis Labeling</strong></p>
<p>Below are a few variations on a log axis that spans six cycles. These were produced in Excel 2003, but they would be the same in 2007. The scales show both major and minor tick marks, which are available for any base except for 2.</p>
<p>The first scale runs from 1 to 1,000,000, and the second from 1/1,000,000 to 1. The third and fourth run from 1 to 1,000,000 like the first, but instead of the default major unit (major tick spacing) of 10, the third has a major unit of 100 and the fourth of 1000. The minor tick spacing is ignored.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax6by1.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax-6by1.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax6by2.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax6by3.png" alt="" /></p>
<p>If you use the default major unit, minor ticks are placed at multiples of the number at the start of the cycle. In the Excel 2007 chart above that used a base 10 log scale and ranged from 8 to 80, the minor ticks were at multiples of 8 (16, 24, 32, 40,&#8230;). In our first axis below, the bottom of the decade is at 1, so minor ticks are at multiples of 1 (2, 3, 4, 5,&#8230;). The the second axis, the bottom of the decade is at 0.1, so minor ticks are at 0.2, 0.3, 0.4, and so forth.</p>
<p>In 2003, when the non-default major unit is used, the space between major tick marks is divided up as if it were a single cycle (not two or three. Instead of the ticks being located at 2, 3, 4, etc, for a major unit of two cycles, the minor ticks are located at the square of the one-cycle values, that is, at 4, 9, 16, etc. For a major unit of three cycles, the minor ticks are located at the cube of the one-cycle values, that is, at 8, 27, 64, etc. Interesting.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax1by1labels.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax-1by1labels.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax2by2labels.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax3by3labels.png" alt="" /></p>
<p>Excel 2007 does this a bit differently, and for a two-cycle major unit, it makes sense. The first pair of axes below show a scale of 1 to 100, first with the major unit defined by the  default one cycle, then by two cycles. I&#8217;ve added labels to many of the minor ticks to help illustrate this behavior. The two cycle axis has the first minor tick where the first cycle ends and the next cycle starts, then the rest of the ticks are where they were defined for the second cycle. This puts the ticks at the very logical values of 10, 20, 30, etc.</p>
<p>With larger spans between major ticks, Excel 2007 seems to get confused. The second pair of axes shows three cycles with major units of one and three cycles. The three-cycle axis places minor ticks where the two-axis tick did in the first instance, at multiples of 10 between 10 and 90. There is no tick at 100, nor any between 100 and 1000. Not shown is a four-cycle axis. This puts minor ticks at multiples of 10 between 10 and 90, and at multiples of 1000 between 1000 and 9000, but skips the decade between 100 and 1000.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/logax07_2by1.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax07_2by2.png" alt="" /><span style="color: #ffffff;"> &#8211; - &#8211; </span><img src="http://peltiertech.com/images/2009-08/logax07_3by1.png" alt="" /> <img src="http://peltiertech.com/images/2009-08/logax07_3by3.png" alt="" /></p>
<p>This is pretty obscure. It doesn&#8217;t make sense to use multiple cycles as the major unit. In a two-cycle major unit, Excel 2007 uses more logical minor tick spacing, while the minor tick spacing is broken for larger major units.  Excel 2003 uses a consistent minor tick spacing which is logical in its own way, but not readily understandable.</p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;title=Logarithmic%20Axes%20in%20Excel%20Charts&amp;bodytext=In%C2%A0Custom%20Axis%2C%20Y%20%3D%201%2C%202%2C%204%2C%208%2C%2016%20I%20showed%20axes%20with%20base%202%20logarithmic%20scales%20in%20both%20Excel%202003%20and%202007.%20In%20Excel%202003%20it%20is%20necessary%20to%20transform%20the%20data%20to%20get%20the%20intended%20result.%20In%20Excel%202007%2C%20the%20axis%20can%20be%20achieved%20with%20the%20untransform" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;title=Logarithmic%20Axes%20in%20Excel%20Charts&amp;notes=In%C2%A0Custom%20Axis%2C%20Y%20%3D%201%2C%202%2C%204%2C%208%2C%2016%20I%20showed%20axes%20with%20base%202%20logarithmic%20scales%20in%20both%20Excel%202003%20and%202007.%20In%20Excel%202003%20it%20is%20necessary%20to%20transform%20the%20data%20to%20get%20the%20intended%20result.%20In%20Excel%202007%2C%20the%20axis%20can%20be%20achieved%20with%20the%20untransform" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;t=Logarithmic%20Axes%20in%20Excel%20Charts" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Logarithmic%20Axes%20in%20Excel%20Charts%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;title=Logarithmic%20Axes%20in%20Excel%20Charts" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;title=Logarithmic%20Axes%20in%20Excel%20Charts&amp;annotation=In%C2%A0Custom%20Axis%2C%20Y%20%3D%201%2C%202%2C%204%2C%208%2C%2016%20I%20showed%20axes%20with%20base%202%20logarithmic%20scales%20in%20both%20Excel%202003%20and%202007.%20In%20Excel%202003%20it%20is%20necessary%20to%20transform%20the%20data%20to%20get%20the%20intended%20result.%20In%20Excel%202007%2C%20the%20axis%20can%20be%20achieved%20with%20the%20untransform" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;title=Logarithmic%20Axes%20in%20Excel%20Charts" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;t=Logarithmic%20Axes%20in%20Excel%20Charts" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Logarithmic%20Axes%20in%20Excel%20Charts&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;title=Logarithmic%20Axes%20in%20Excel%20Charts&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=In%C2%A0Custom%20Axis%2C%20Y%20%3D%201%2C%202%2C%204%2C%208%2C%2016%20I%20showed%20axes%20with%20base%202%20logarithmic%20scales%20in%20both%20Excel%202003%20and%202007.%20In%20Excel%202003%20it%20is%20necessary%20to%20transform%20the%20data%20to%20get%20the%20intended%20result.%20In%20Excel%202007%2C%20the%20axis%20can%20be%20achieved%20with%20the%20untransform" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flogarithmic-axes-in-excel-charts%2F&amp;submitHeadline=Logarithmic%20Axes%20in%20Excel%20Charts&amp;submitSummary=In%C2%A0Custom%20Axis%2C%20Y%20%3D%201%2C%202%2C%204%2C%208%2C%2016%20I%20showed%20axes%20with%20base%202%20logarithmic%20scales%20in%20both%20Excel%202003%20and%202007.%20In%20Excel%202003%20it%20is%20necessary%20to%20transform%20the%20data%20to%20get%20the%20intended%20result.%20In%20Excel%202007%2C%20the%20axis%20can%20be%20achieved%20with%20the%20untransform&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Horizontal Bands in the Background of an Excel 2007 Chart</title>
		<link>http://peltiertech.com/WordPress/horizontal-bands-in-background-of-excel-2007-chart/</link>
		<comments>http://peltiertech.com/WordPress/horizontal-bands-in-background-of-excel-2007-chart/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 05:00:43 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Background]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2357</guid>
		<description><![CDATA[In Horizontally Banded Chart Background I showed how to create colored horizontal bands in the background of a chart.

I first wrote up that tutorial back when I was using Excel 97, and the protocol remained the same for Excel versions through Excel 2003. The protocol is pretty much the same in Excel 2007, too, but the [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://peltiertech.com/Excel/ChartsHowTo/HorizBands.html" rel="nofollow" title="Horizontally Banded Chart Background | PTS Charts" >Horizontally Banded Chart Background</a> I showed how to create colored horizontal bands in the background of a chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand08.png" alt="Horizontal Band Background Chart Step 8" /></p>
<p>I first wrote up that tutorial back when I was using Excel 97, and the protocol remained the same for Excel versions through Excel 2003. The protocol is pretty much the same in Excel 2007, too, but the rearrangement of the interface into the Office 2007 ribbon has made the old instructions difficult to follow.</p>
<p><span id="more-2357"></span>Let&#8217;s use the same data as in the previous example (with recent dates). This is the data for the main series of values in the chart. The average and standard deviation for the values in B5:B21 are displayed in B1 and B2.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBandData.png" alt="Data for Horizontal Band Background Example" /></p>
<p><!--more-->The data for the bands is given below. We&#8217;ll use stacked area type series. The value in E2 is three sigma below the mean, so the formula in E2 is <tt class="tt">=$B$1-3*$B$2</tt>. The thickness of each remaining band is one standard deviation, so the formula in F2:K2 is <tt class="tt">=$B$2</tt>. The formula in E3 is <tt class="tt">=E2</tt>, and this is copied and pasted into F2:K2.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBandStats.png" alt="Statistics for Horizontal Band Background Example" /></p>
<p>The data in A4:B21 is used to make a simple line chart. The Y axis min and max limits have been set to fixed  values of 0 and 22, so they don&#8217;t change as we&#8217;re adding and formatting the rest of the series.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand01.png" alt="Horizontal Band Background Chart Step 1" /></p>
<p>Copy D1:K3, select the chart, and use Paste Special to add the data as new series, with data in columns, categories in the first column (but don&#8217;t replace existing categories), and series names in the first row.</p>
<p>These series are added as line chart type series, but we can&#8217;t see them (In 2003 we could, so the next step was easier). The values 0 and 1 on the time scale axis are plotted off scale, so we will move the series to the secondary axis. We can&#8217;t click on the series to format them, so we have to use the Chart Element control to select them. This control is present at the left edge of the Layout and Format tabs, the last two Chart Tools tabs.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/SelectChartElements.png" alt="Chart Element Control on Chart Tools Tabs" /></p>
<p>All of the chart elements are listed in this dropdown control. You can select the hidden series using this control.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/SelectChartSeries.png" alt="Selecting a Series Using the Chart Element Control" /></p>
<p>One by one, select one of these new series, press Ctrl+1 to open the Format Series dialog, and on the first tab you see, select the Secondary Axis option. The line chart series are now visible. The lower series shows the -3 SD data The upper series is really all of the other added series, which coincide because the Y values are all the same.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand02.png" alt="Horizontal Band Background Chart Step 2" /></p>
<p>When Excel assigns a series to the secondary axis, often it only adds a secondary value (Y) axis, which we see at the right edge of the chart. We need the secondary category (X) axis to make the background work. On the Chart Tools &#8211; Layout tab, click the Axes dropdown (near the middle of the tab), select Secondary Horizontal Axis, and choose the Show Left to Right Axis option. (Why does it feel like they&#8217;ve dumbed it down a little too far?)</p>
<p>One of the changes in Excel 2007 that decimates productivity and efficiency is that you cannot use the F4 key (shortcut for Repeat Last Action) here. In 2003 you could assign one series to the secondary axis, then select another series using the arrow keys and press F4 to quickly assign is to the secondary axis.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand03.png" alt="Horizontal Band Background Chart Step 3" /></p>
<p>We want the 0 and 1 of this secondary axis to extend to the edges of the chart, but we have to wait until after the next step.</p>
<p>We also want to convert the line chart series into stacked area chart series. One by one, select each added series by right clicking, and choose Chart Type from the pop up menu. Select the Stacked Area subtype of the Area Chart type. Do this seven times to get the stacked colored bands.</p>
<p>Here is another situation in which you cannot use the F4 Repeat Last Action shortcut. In 2003 you could change the chart type of one series, then select another series using the arrow keys and press F4 to quickly change it to the same chart type.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand04.png" alt="Horizontal Band Background Chart Step 4" /></p>
<p>Now we can fix the secondary category (X) axis. Select the axis, press Ctrl+1 to open the Format Axis dialog, and at the bottom of the first tab you see, select the On Tick Marks option for Position Axis.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand05.png" alt="Horizontal Band Background Chart Step 5" /></p>
<p>Now let&#8217;s clean up the axes. Format the secondary category (X) axis so that no parts of it are visible: choose None for major and minor tick mark type and for axis labels, all on the first tab, Axis Options. On the Line Color tab, choose No Line. Select the secondary value (Y) axis and press Delete. This forces the stacked area series to use the primary value (Y) axis. Format the dates in the primary category (X) axis so they are easier to read.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand06.png" alt="Horizontal Band Background Chart Step 6" /></p>
<p>Those colors have to go. Here is the chart with stacked area series fills formatted with the Standard Colors in the Chart Tools &#8211; Format tab&#8217;s Shape Fill dropdown. The lowest area series is formatted with no fill, and the plot area is filled with red.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand07.png" alt="Horizontal Band Background Chart Step 7" /></p>
<p>Those are a little too bold, so use the More Fill Colors option to tone down the fills. I used the Standard Colors as a basis, then on the Custom tab of the Colors dialog, switched to the HSL color model, and changed the Luminosity setting to a higher number in the range of 180 to 200.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-08/HorizBand08.png" alt="Horizontal Band Background Chart Step 8" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;title=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart&amp;bodytext=In%C2%A0Horizontally%20Banded%20Chart%20Background%20I%20showed%20how%20to%20create%20colored%20horizontal%20bands%20in%20the%20background%20of%20a%20chart.%0D%0A%0D%0A%0D%0A%0D%0AI%20first%20wrote%20up%20that%20tutorial%20back%20when%20I%20was%20using%20Excel%2097%2C%20and%20the%20protocol%20remained%20the%20same%20for%20Excel%20versions%20through" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;title=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart&amp;notes=In%C2%A0Horizontally%20Banded%20Chart%20Background%20I%20showed%20how%20to%20create%20colored%20horizontal%20bands%20in%20the%20background%20of%20a%20chart.%0D%0A%0D%0A%0D%0A%0D%0AI%20first%20wrote%20up%20that%20tutorial%20back%20when%20I%20was%20using%20Excel%2097%2C%20and%20the%20protocol%20remained%20the%20same%20for%20Excel%20versions%20through" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;t=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%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%2Fhorizontal-bands-in-background-of-excel-2007-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=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;title=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%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%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;title=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart&amp;annotation=In%C2%A0Horizontally%20Banded%20Chart%20Background%20I%20showed%20how%20to%20create%20colored%20horizontal%20bands%20in%20the%20background%20of%20a%20chart.%0D%0A%0D%0A%0D%0A%0D%0AI%20first%20wrote%20up%20that%20tutorial%20back%20when%20I%20was%20using%20Excel%2097%2C%20and%20the%20protocol%20remained%20the%20same%20for%20Excel%20versions%20through" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;title=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;t=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;title=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=In%C2%A0Horizontally%20Banded%20Chart%20Background%20I%20showed%20how%20to%20create%20colored%20horizontal%20bands%20in%20the%20background%20of%20a%20chart.%0D%0A%0D%0A%0D%0A%0D%0AI%20first%20wrote%20up%20that%20tutorial%20back%20when%20I%20was%20using%20Excel%2097%2C%20and%20the%20protocol%20remained%20the%20same%20for%20Excel%20versions%20through" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhorizontal-bands-in-background-of-excel-2007-chart%2F&amp;submitHeadline=Horizontal%20Bands%20in%20the%20Background%20of%20an%20Excel%202007%20Chart&amp;submitSummary=In%C2%A0Horizontally%20Banded%20Chart%20Background%20I%20showed%20how%20to%20create%20colored%20horizontal%20bands%20in%20the%20background%20of%20a%20chart.%0D%0A%0D%0A%0D%0A%0D%0AI%20first%20wrote%20up%20that%20tutorial%20back%20when%20I%20was%20using%20Excel%2097%2C%20and%20the%20protocol%20remained%20the%20same%20for%20Excel%20versions%20through&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/horizontal-bands-in-background-of-excel-2007-chart/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Excel Chart Color Update</title>
		<link>http://peltiertech.com/WordPress/excel-chart-color-update/</link>
		<comments>http://peltiertech.com/WordPress/excel-chart-color-update/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:00:55 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[color]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2165</guid>
		<description><![CDATA[In Using Colors in Excel Charts I discussed a lot of details about Excel colors, predominantly in Excel 2003, and specifically with charting in mind. I mentioned the Color Brewer, a neat little utility for selecting colors and designing color palettes. In ColorBrewer2.org Mark Harrower of Axis Maps announced Color Brewer 2, which updates the [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://peltiertech.com/WordPress/using-colors-in-excel-charts/"title="Using Colors in Excel Charts" >Using Colors in Excel Charts</a> I discussed a lot of details about Excel colors, predominantly in Excel 2003, and specifically with charting in mind. I mentioned the Color Brewer, a neat little utility for selecting colors and designing color palettes. In <a href="http://www.axismaps.com/blog/2009/06/colorbrewer2org/" rel="nofollow" >ColorBrewer2.org</a> Mark Harrower of Axis Maps announced Color Brewer 2, which updates the 8-year-old Color Brewer (that&#8217;s 56 in dog years, and 80 in web years, as Mark says). The new tool is available at <a href="http://colorbrewer2.org/" rel="nofollow" >ColorBrewer2.org</a>.</p>
<p><span id="more-2165"></span>After my earlier article about chart colors, I used a ColorBrewer-derived palette in Excel 2003. At this point, though, I&#8217;ve decided I&#8217;m not terribly fond of this palette: the colors are fine together, but they are not the &#8220;pure&#8221; colors I&#8217;d like. The red has an orange tinge, the green is shaded somewhat towards blue, the blue is a bit purplish, etc.</p>
<p>So I&#8217;ve changed palettes to be more in line with the colors that one would expect to find, as set forth by Stephen Few.</p>
<p>Here are the default Excel palette, my previous palette, and my current palette. Notable changes are the evolution from Excel&#8217;s unattractive default charting colors in the bottom two rows of the palette, to the ColorBrewer derived colors, to the Few inspired colors. In the earlier custom palette (center) I also lightened up some grays in the right column of the palette, and also changed the green color (fourth tile in the third row) to something more visible. I replaced some default colors from the fifth row of the palette with the lighter versions of the Few inspired colors, so I moved these replaced colors to the top row, where the default colors are all too dark to distinguish (though I may decide to bring back the brown color).</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/PaletteDefault.png" alt="Default Excel 2003 Color Palette" /><span style="color: #ffffff;"> &#8211; - &#8211; </span><img src="http://peltiertech.com/images/2009-06/PaletteEarlier.png" alt="Jon's Earlier Excel 2003 Color Palette" /><span style="color: #ffffff;"> &#8211; - &#8211; </span><img src="http://peltiertech.com/images/2009-06/PaletteCurrent.png" alt="Jon's Current Excel 2003 Color Palette" /></p>
<p>Here is the ColorBrewer2.0 screen for the colors in my earlier palette. Compare the bottom row of the center palette above to the column of colors in the bottom left of the ColorBrewer screen.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/ColorBrewer2a.png" alt="Updated ColorBrewer2.0 Display, Basis for Jon's Earlier Palette" /></p>
<p>And here is an excerpt from Stephen Few&#8217;s white paper <a href="http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf" rel="nofollow" >Practical Rules for Using Color in Charts</a> where he talks about colors. I&#8217;ve used Few&#8217;s darkest set of colors (middle row) for my dark chart colors, I&#8217;ve lightened his medium-dark colors (top row) somewhat for my chart fill colors, and I&#8217;ve added highlighting colors which are slightly darker than his light colors (bottom row).</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/FewColors.png" alt="Stephen Few's Explanation of Colors, Basis for Jon's Current Palette" /></p>
<p>Why am I still worrying about the Excel 2003 color palette? I suppose I should start using Excel 2007 more, especially since the release of the Excel 2010 beta is imminent. But I have not yet become comfortable in Excel 2007, especially for charting, so I would just as soon use 2003. I will keep using 2003 for my chart images, and if a protocol in 2007 differs by enough to confuse readers, I will then capture whatever screen shots are needed.</p>
<p>If you are thinking about colors for a blog or web page theme rather than for Excel, check out the <a href="http://colorschemedesigner.com/" rel="nofollow" title="Color Scheme Designer" >Color Sceme Designer</a>. It is pretty flexible. Its emphasis is on graphic design colors for web page schemes, not for charting (though the two purposes are related).</p>
<p><strong>Update 30 June 2009</strong></p>
<p>I&#8217;ve updated the Palette Chooser utility so it includes the original and adjusted Few-inspired palettes. The Palette Chooser was created in Excel 2003, and should also work in Excel 2002 and 2000. I don’t know whether it will work in Excel 97 or in any flavor of MacExcel, and it is irrelevant to Excel 2007.</p>
<p>Download and unzip the <a href="http://peltiertech.com/images/2009-06/PaletteChooser.zip" rel="nofollow" title="Palette Chooser zipped workbook" >Palette Chooser zipped workbook</a>. When the file is opened, the Format menu has an added item called Custom Palette; this menu item is removed when the file is closed.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/PaletteChooserMenu.png" alt="Palette Chooser Menu" /></p>
<p>Colors are stored in the Colors worksheet of PaletteChooser.xls. Palettes are laid out in four-column ranges, with the color index, red, green, and blue values for each color to be modified. Follow the same format to define your own color palette, then assign a worksheet-level name to the range containing your definitions. This name is what is listed in the Palette Chooser dialog.</p>
<p>To modify the palette of a workbook, activate it first before selecting the Custom Palette menu item. The Custom Palette command launches the Palette Chooser dialog. The listbox includes a Reset item, which reverts to the palette which was active in the workbook when the dialog launched. The other listbox items are palettes defined by the named ranges containing the color information.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/PaletteChooserDialog.png" alt="Palette Chooser Dialog" /></p>
<p>Here are the <strong>Set2_Dark2</strong> (my previous palette) and <strong>Paired</strong> palettes, based on ColorBrewer:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/Palette_Set2_Dark2.png" alt="Jon's Earlier Excel 2003 Color Palette" /><span style="color: #ffffff;"> &#8211; - &#8211; </span><img src="http://peltiertech.com/images/2009-06/Palette_Paired.png" alt="Paired-Color Excel 2003 Color Palette" /></p>
<p>Here are the <strong>Pastel1_Set1</strong> and <strong>Pastel2_Set2</strong> palettes, also based on ColorBrewer:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/Palette_Pastel1_Set1.png" alt="Excel 2003 Pastel-1 Color Palette" /><span style="color: #ffffff;"> &#8211; - &#8211; </span><img src="http://peltiertech.com/images/2009-06/Palette_Pastel2_Set2.png" alt="Excel 2003 Pastel-2 Color Palette" /></p>
<p>Here are the original and adjusted <strong>Stephen Few-inspired palettes</strong>:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/Palette_SFew.png" alt="Excel 2003 Color Palette Inspired by Stephen Few" /><span style="color: #ffffff;"> &#8211; - &#8211; </span><img src="http://peltiertech.com/images/2009-06/Palette_SFew2.png" alt="Excel 2003 Color Palette Inspired by Stephen Few and Adjusted by Jon Peltier" /></p>
<p><br class="spacer_" /></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;title=Excel%20Chart%20Color%20Update&amp;bodytext=In%20Using%20Colors%20in%20Excel%20Charts%20I%20discussed%20a%20lot%20of%20details%20about%20Excel%20colors%2C%20predominantly%20in%20Excel%202003%2C%20and%20specifically%20with%20charting%20in%20mind.%20I%20mentioned%20the%20Color%20Brewer%2C%20a%20neat%20little%20utility%20for%20selecting%20colors%20and%20designing%20color%20palette" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;title=Excel%20Chart%20Color%20Update&amp;notes=In%20Using%20Colors%20in%20Excel%20Charts%20I%20discussed%20a%20lot%20of%20details%20about%20Excel%20colors%2C%20predominantly%20in%20Excel%202003%2C%20and%20specifically%20with%20charting%20in%20mind.%20I%20mentioned%20the%20Color%20Brewer%2C%20a%20neat%20little%20utility%20for%20selecting%20colors%20and%20designing%20color%20palette" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;t=Excel%20Chart%20Color%20Update" 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%2Fexcel-chart-color-update%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=Excel%20Chart%20Color%20Update%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;title=Excel%20Chart%20Color%20Update" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;title=Excel%20Chart%20Color%20Update&amp;annotation=In%20Using%20Colors%20in%20Excel%20Charts%20I%20discussed%20a%20lot%20of%20details%20about%20Excel%20colors%2C%20predominantly%20in%20Excel%202003%2C%20and%20specifically%20with%20charting%20in%20mind.%20I%20mentioned%20the%20Color%20Brewer%2C%20a%20neat%20little%20utility%20for%20selecting%20colors%20and%20designing%20color%20palette" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;title=Excel%20Chart%20Color%20Update" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;t=Excel%20Chart%20Color%20Update" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Excel%20Chart%20Color%20Update&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;title=Excel%20Chart%20Color%20Update&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=In%20Using%20Colors%20in%20Excel%20Charts%20I%20discussed%20a%20lot%20of%20details%20about%20Excel%20colors%2C%20predominantly%20in%20Excel%202003%2C%20and%20specifically%20with%20charting%20in%20mind.%20I%20mentioned%20the%20Color%20Brewer%2C%20a%20neat%20little%20utility%20for%20selecting%20colors%20and%20designing%20color%20palette" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-chart-color-update%2F&amp;submitHeadline=Excel%20Chart%20Color%20Update&amp;submitSummary=In%20Using%20Colors%20in%20Excel%20Charts%20I%20discussed%20a%20lot%20of%20details%20about%20Excel%20colors%2C%20predominantly%20in%20Excel%202003%2C%20and%20specifically%20with%20charting%20in%20mind.%20I%20mentioned%20the%20Color%20Brewer%2C%20a%20neat%20little%20utility%20for%20selecting%20colors%20and%20designing%20color%20palette&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/excel-chart-color-update/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Hide Series Data Label if Value is Zero</title>
		<link>http://peltiertech.com/WordPress/hide-series-data-label-if-value-is-zero/</link>
		<comments>http://peltiertech.com/WordPress/hide-series-data-label-if-value-is-zero/#comments</comments>
		<pubDate>Tue, 12 May 2009 09:30:59 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[data labels]]></category>
		<category><![CDATA[number formats]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1916</guid>
		<description><![CDATA[With a little knowledge of number formats and a healthy dose of creativity, you can work around apparent shortcomings in Excel&#8217;s charting mechanism, neaten up your charts, and produce effects that are otherwise difficult.
In the Microsoft newsgroup, someone asked how to hide the data labels in his stacked column chart if the values are zero.
The [...]]]></description>
			<content:encoded><![CDATA[<p>With a little knowledge of number formats and a healthy dose of creativity, you can work around apparent shortcomings in Excel&#8217;s charting mechanism, neaten up your charts, and produce effects that are otherwise difficult.</p>
<p>In the Microsoft newsgroup, someone asked how to hide the data labels in his stacked column chart if the values are zero.</p>
<p>The problem is, a stacked column data point with a zero value has height of zero, and the label sits on the boundary between the two points on either side. In the example below, the labels for series C are fine, but the labels for series B in the Beta stack and for series A in the Alpha stack have no points to label.</p>
<p align="center"><span id="more-1916"></span><img src="http://peltiertech.com/images/2009-05/hidelabel1.png" alt="stacked columns with series name labels on points with zero values" /></p>
<p>The trick is to use the value option for the data labels, rather than the series name option. The series names have been replaced by values, and zeros appear where the unwanted series name labels are in the chart above.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-05/hidelabel2.png" alt="stacked columns with Y value labels on points with zero values" /></p>
<p>Then apply custom number formats to show only the appropriate labels. In <a href="http://peltiertech.com/Excel/NumberFormats.html" rel="nofollow" >Number Formats in Excel</a> I show how the number format provides formats for positive, negative, and zero values, and for text, with the individual formats separated by semicolons:</p>
<pre class="vbasmall">&lt;positive&gt;;&lt;negative&gt;;&lt;zero&gt;;&lt;text&gt;
 </pre>
<p>Apply the following three number formats to the three sets of value data labels:</p>
<pre class="vbasmall">"A";;;   "B";;;   "C";;;
 </pre>
<p>What these formats do is use the characters in quotes in place of any positive numbers, and use &#8220;&#8221; (from between the semicolons) for negatives, zeros, and text. The undesired labels are now gone. The labels in the number format strings can be longer than a single character, of course; A, B, and C were easy labels to use for this illustration.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-05/hidelabel3.png" alt="stacked columns with fake name labels only on points with positive values" /></p>
<p><br class="spacer_" /></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;title=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero&amp;bodytext=With%20a%20little%20knowledge%20of%20number%20formats%20and%20a%20healthy%20dose%20of%20creativity%2C%20you%20can%20work%20around%20apparent%20shortcomings%20in%20Excel%27s%20charting%20mechanism%2C%20neaten%20up%20your%20charts%2C%20and%20produce%20effects%20that%20are%20otherwise%20difficult.%0D%0A%0D%0AIn%20the%20Microsoft%20newsgrou" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;title=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero&amp;notes=With%20a%20little%20knowledge%20of%20number%20formats%20and%20a%20healthy%20dose%20of%20creativity%2C%20you%20can%20work%20around%20apparent%20shortcomings%20in%20Excel%27s%20charting%20mechanism%2C%20neaten%20up%20your%20charts%2C%20and%20produce%20effects%20that%20are%20otherwise%20difficult.%0D%0A%0D%0AIn%20the%20Microsoft%20newsgrou" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;t=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero" 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%2Fhide-series-data-label-if-value-is-zero%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=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;title=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero" 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%2Fhide-series-data-label-if-value-is-zero%2F&amp;title=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero&amp;annotation=With%20a%20little%20knowledge%20of%20number%20formats%20and%20a%20healthy%20dose%20of%20creativity%2C%20you%20can%20work%20around%20apparent%20shortcomings%20in%20Excel%27s%20charting%20mechanism%2C%20neaten%20up%20your%20charts%2C%20and%20produce%20effects%20that%20are%20otherwise%20difficult.%0D%0A%0D%0AIn%20the%20Microsoft%20newsgrou" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;title=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;t=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;title=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=With%20a%20little%20knowledge%20of%20number%20formats%20and%20a%20healthy%20dose%20of%20creativity%2C%20you%20can%20work%20around%20apparent%20shortcomings%20in%20Excel%27s%20charting%20mechanism%2C%20neaten%20up%20your%20charts%2C%20and%20produce%20effects%20that%20are%20otherwise%20difficult.%0D%0A%0D%0AIn%20the%20Microsoft%20newsgrou" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fhide-series-data-label-if-value-is-zero%2F&amp;submitHeadline=Hide%20Series%20Data%20Label%20if%20Value%20is%20Zero&amp;submitSummary=With%20a%20little%20knowledge%20of%20number%20formats%20and%20a%20healthy%20dose%20of%20creativity%2C%20you%20can%20work%20around%20apparent%20shortcomings%20in%20Excel%27s%20charting%20mechanism%2C%20neaten%20up%20your%20charts%2C%20and%20produce%20effects%20that%20are%20otherwise%20difficult.%0D%0A%0D%0AIn%20the%20Microsoft%20newsgrou&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/hide-series-data-label-if-value-is-zero/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mike Alexander&#8217;s Favorite Chart Labeling Tricks (Guest Post)</title>
		<link>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/</link>
		<comments>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:30:51 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Axis Formatting]]></category>
		<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[Mike Alexander]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1843</guid>
		<description><![CDATA[My colleague and fellow Excel MVP Mike Alexander of DataPig Technologies has sent me another article, so instead of the blog being silent while I take today off, it will be graced with more of Mike&#8217;s wisdom. Last November, Mike shared with us his Ten Chart Design Principles.
Mike and I have taught advanced Excel classes [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-width: 0pt; margin-right: 12px; float: left;" title="DataPig Technologies" src="http://peltiertech.com/WordPress/wp-content/img200811/dpwithPig8.png" alt="DataPig Technologies" />My colleague and fellow Excel MVP Mike Alexander of <a href="http://www.datapigtechnologies.com/" rel="nofollow" title="DataPig Technologies" >DataPig Technologies</a> has sent me another article, so instead of the blog being silent while I take today off, it will be graced with more of Mike&#8217;s wisdom. Last November, Mike shared with us his <a href="http://peltiertech.com/WordPress/ten-chart-design-principles-guest-post/"title="Ten Chart Design Principles" >Ten Chart Design Principles</a>.</p>
<p><a href="http://www.amazon.com/Excel-Dashboards-Reports-Dummies-Computer/dp/0470228148%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470228148" rel="nofollow" ><img style="border-width: 0pt; margin-left: 12px; float: right;" src="http://ecx.images-amazon.com/images/I/516ZYhhTNaL._SL160_.jpg" alt="" /></a>Mike and I have taught advanced Excel classes together, and next month we will host the <a href="http://peltiertech.com/WordPress/second-excel-dashboard-boot-camp-may-2009/"title="Second Annual Excel Dashboard Boot Camp - May 2009" >Second Annual Excel Dashboard Boot Camp</a>. This will be a three-day extravaganza that will take you through the mechanisms of Excel data analysis and charting for purposes of creating effective dashboard-style visualizations.</p>
<p>Mike has written <a href="http://www.amazon.com/Excel-Dashboards-Reports-Dummies-Computer/dp/0470228148%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470228148"onclick="javascript:pageTracker._trackPageview('/outgoing/www.amazon.com/Excel-Dashboards-Reports-Dummies-Computer/dp/0470228148%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470228148');" rel="nofollow" name="evtst|a|0470228148" >Excel 2007 Dashboards and Reports For Dummies</a>, which is among the most comprehensive Dummies books I’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>Without further ado, Here’s Mike:</p>
<hr style="margin-bottom: 10px;" />
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">A Few of My Favorite Chart Labeling Tricks by Mike Alexander</h2>
<p>Often times, a few basic labeling tricks can enhance your chart labels and help bring out an extra layer of analysis.  Here are a few of my favorite ways to enhance my chart labels. <span id="more-1843"></span></p>
<p><em><strong>Conditionally Color the Y axis</strong></em></p>
<p>Did you know you can apply a conditional format to your chart labels based on their values?  Using custom number-formatting, you can repurpose the Excel’s number formatting to apply your own conditions.   For example, if you highlight a range of cells and go to the number format dialog box, you can click on Custom in the ‘Category’ list   Then you can enter in something like <tt class="tt">[Red][&lt;=200]#,##0;[Blue][&gt;200]#,##0</tt>.</p>
<p>This will color any number &lt;= 200 Red, and any number &gt;200 Blue.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/NumberFormatColors.png" alt="Custom number format to apply colors to cell values based on values" /></p>
<p>Charting this range will give you colored chart labels! You can&#8217;t do this with conditional formatting.</p>
<p>This will color any number &lt;= 200 Red, and any number &gt;200 Blue.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/NumberFormatColorAxis.png" alt="Custom number format to apply colors to axis tick labels based on values" /></p>
<p>Jon explains these number format techniques in detail in <a href="http://peltiertech.com/Excel/NumberFormats.html" rel="nofollow" >Number Formats in Microsoft Excel</a>.</p>
<p><em><strong>Add layers to your X-Axis Chart labels </strong></em></p>
<p>Have you ever created a pivot chart and got results like this?</p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/LayeredXAxisLabels.png" alt="Layered Category Axis Labels" /></p>
<p>You’ll notice that the X-axis has layered/nested labels. That is, month labels and associated years  Well, you can achieve this result without a pivot chart by simply including another column of labels in your source data as shown here:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/LayeredXAxisLabelData.png" alt="Data for Layered Category Axis Labels" /></p>
<p><strong><em>Embed Data Values into your X-Axis Labels</em></strong></p>
<p>We all know that you can use Data Tables to show the actual data values for your charts.  But there are situations where you may want to show the values for only one series in your chart.  For example, take a look at this chart:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/XAxisLabelData.png" alt="Embedded Data in Category Axis Labels" /></p>
<p>How did I get the Data Table to show only the values for % Labor cost  and not People Count?  The answer: I didn’t use the Data Table option. I used Excel’s Alt+Enter trick.</p>
<p>If you’re in a cell and you hold down Alt while you hit enter, Excel will place a carriage return character into the cell, forcing your values to show on two lines.</p>
<p>You can take advantage of this behavior in your data labels. As you can see, the source for the Primary X-Axis label is a combination of the Month name and % Labor Cost (separated by a carriage return).</p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/XAxisLabelDataFmla.png" alt="Formula that Embeds Data in Category Axis Labels" /></p>
<p>Here is a sample of the formula used to get this setup.  After you enter this formula, click in the space between the quotes and hit Alt+Enter.  This will trigger the carriage return.</p>
<p>Note the use of the TEXT function.  This is necessary so that the number formatting (in this case, percentages) is retained after you apply the carriage return.  See this link for more info on that:  <a href="http://www.techonthenet.com/excel/formulas/text.php" rel="nofollow" >http://www.techonthenet.com/excel/formulas/text.php</a>.</p>
<p><br class="spacer_" /></p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/XAxisLabelDataMarker.png" alt="Embedded Data and Symbol in Category Axis Labels" /></p>
<p>Again, this is just a formula trick that concatenates all the values I want to see in my X-Axis label.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-04/XAxisLabelDataMarkerFmla.png" alt="Formula that Embeds Data and Symbol in Category Axis Labels" /></p>
<p><br class="spacer_" /></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;title=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29&amp;bodytext=My%20colleague%20and%20fellow%20Excel%20MVP%20Mike%20Alexander%20of%20DataPig%20Technologies%20has%20sent%20me%20another%20article%2C%20so%20instead%20of%20the%20blog%20being%20silent%20while%20I%20take%20today%20off%2C%20it%20will%20be%20graced%20with%20more%20of%20Mike%27s%20wisdom.%20Last%20November%2C%20Mike%20shared%20with%20us%20his%20Ten" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;title=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29&amp;notes=My%20colleague%20and%20fellow%20Excel%20MVP%20Mike%20Alexander%20of%20DataPig%20Technologies%20has%20sent%20me%20another%20article%2C%20so%20instead%20of%20the%20blog%20being%20silent%20while%20I%20take%20today%20off%2C%20it%20will%20be%20graced%20with%20more%20of%20Mike%27s%20wisdom.%20Last%20November%2C%20Mike%20shared%20with%20us%20his%20Ten" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;t=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29" 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%2Fmike-alexanders-favorite-chart-labeling-tricks%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=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;title=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29" 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%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;title=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29&amp;annotation=My%20colleague%20and%20fellow%20Excel%20MVP%20Mike%20Alexander%20of%20DataPig%20Technologies%20has%20sent%20me%20another%20article%2C%20so%20instead%20of%20the%20blog%20being%20silent%20while%20I%20take%20today%20off%2C%20it%20will%20be%20graced%20with%20more%20of%20Mike%27s%20wisdom.%20Last%20November%2C%20Mike%20shared%20with%20us%20his%20Ten" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;title=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;t=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;title=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=My%20colleague%20and%20fellow%20Excel%20MVP%20Mike%20Alexander%20of%20DataPig%20Technologies%20has%20sent%20me%20another%20article%2C%20so%20instead%20of%20the%20blog%20being%20silent%20while%20I%20take%20today%20off%2C%20it%20will%20be%20graced%20with%20more%20of%20Mike%27s%20wisdom.%20Last%20November%2C%20Mike%20shared%20with%20us%20his%20Ten" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fmike-alexanders-favorite-chart-labeling-tricks%2F&amp;submitHeadline=Mike%20Alexander%27s%20Favorite%20Chart%20Labeling%20Tricks%20%28Guest%20Post%29&amp;submitSummary=My%20colleague%20and%20fellow%20Excel%20MVP%20Mike%20Alexander%20of%20DataPig%20Technologies%20has%20sent%20me%20another%20article%2C%20so%20instead%20of%20the%20blog%20being%20silent%20while%20I%20take%20today%20off%2C%20it%20will%20be%20graced%20with%20more%20of%20Mike%27s%20wisdom.%20Last%20November%2C%20Mike%20shared%20with%20us%20his%20Ten&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/mike-alexanders-favorite-chart-labeling-tricks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Double Legend in a Single Chart</title>
		<link>http://peltiertech.com/WordPress/double-legend-in-a-single-chart/</link>
		<comments>http://peltiertech.com/WordPress/double-legend-in-a-single-chart/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 11:00:04 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Legend]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1579</guid>
		<description><![CDATA[In The Problem with Marimekkos, I used a panel chart to separate the data from a single complex and hard-to-decipher chart into four much simpler charts, following the lead of Stephen Few of Perceptual Edge. I used a trick to place two separate legends into the bottom two panels of the chart.

I introduced a method [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://peltiertech.com/WordPress/the-problem-with-marimekkos/"title="The Problem with Marimekkos" >The Problem with Marimekkos</a>, I used a panel chart to separate the data from a single complex and hard-to-decipher chart into four much simpler charts, following the lead of <a href="http://www.perceptualedge.com/example13.php" rel="nofollow" title="A Design Problem - Marimekko Chart" >Stephen Few of Perceptual Edge</a>. I used a trick to place two separate legends into the bottom two panels of the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FauxLegend4.png" alt="Dual Legend 4" /></p>
<p>I introduced a method for placing two legends into a chart in <a href="http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/"title="Legend Entry Tricks in Excel Charts" >Legend Entry Tricks in Excel Charts</a>, and a few additional tricks were discussed in the comments of that post. These techniques were not what you might call elegant, requiring non-dynamic graphical objects or superposition of multiple charts.</p>
<p>In this post&#8217;s panel chart, the legends are not really official Excel chart legend objects. But if there&#8217;s one thing I&#8217;ve learned, it&#8217;s that I can usually coerce one easy to use chart element to substitute for another which is more difficult to deal with.</p>
<p><span id="more-1579"></span>The clever reader may recognize the legend keys and legend entries in the panel chart as markers and data labels of an XY series added to the chart. The XY series and labels use the following data. The X values in the first column indicate that the points will be aligned above the 14th and 35th columns of the lower panels. To get these numbers I merely counted columns or spaces between groups of columns, starting with 1 for the half-space at the left edge of the chart. The Y values correspond to the vertical scale of the bottom left panel. These values can be adjusted to fine-tune the positions of the fake legend entries.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FauxLegendData.png" alt="Data for Dual Legend" /></p>
<p>Copy the first two columns of this data range, select the unlabeled chart. . .</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FauxLegend1.png" alt="Dual Legend 1" /></p>
<p>. . . and use Paste Special to add the data as a new series, with category data in the first column. I had already added a handful of XY series to the chart to produce the four vertical scales in the chart, so my newly added series was automagically added as an XY series. If your series was added the the chart as a column series, right click on it, choose Chart Type, and select an XY type. Then you probably have to format the new XY series to use the primary chart axes.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FauxLegend2.png" alt="Dual Legend 2" /></p>
<p>Run, don&#8217;t walk, to <strong>Rob Bovey</strong>&#8217;s <strong>Applications Professionals</strong> web site, and download his <a href="http://appspro.com/Utilities/ChartLabeler.htm" rel="nofollow" title="Rob Bovey's Free Excel Chart Labeler Utility" >Chart Labeler</a>. Rob calls it the XY Chart Labeler, but it works for any chart type that supports data labels. It&#8217;s free, easy to install, and easy to use. Add the labels from the third column of the data range shown above to the points of the XY series.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FauxLegend3.png" alt="Dual Legend 3" /></p>
<p>Finally, format the XY series. Remove the connecting line, and fill each marker with the color of the bars that it represents.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/FauxLegend4.png" alt="Dual Legend 4" /></p>
<p>Pretty sneaky! That trick alone is worth the price of membership to this blog.</p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;title=Double%20Legend%20in%20a%20Single%20Chart&amp;bodytext=In%20The%20Problem%20with%20Marimekkos%2C%20I%20used%20a%20panel%20chart%20to%20separate%20the%20data%20from%20a%20single%20complex%20and%20hard-to-decipher%20chart%20into%20four%20much%20simpler%20charts%2C%20following%20the%20lead%20of%20Stephen%20Few%20of%20Perceptual%20Edge.%20I%20used%20a%20trick%20to%20place%20two%20separate%20legen" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;title=Double%20Legend%20in%20a%20Single%20Chart&amp;notes=In%20The%20Problem%20with%20Marimekkos%2C%20I%20used%20a%20panel%20chart%20to%20separate%20the%20data%20from%20a%20single%20complex%20and%20hard-to-decipher%20chart%20into%20four%20much%20simpler%20charts%2C%20following%20the%20lead%20of%20Stephen%20Few%20of%20Perceptual%20Edge.%20I%20used%20a%20trick%20to%20place%20two%20separate%20legen" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;t=Double%20Legend%20in%20a%20Single%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%2Fdouble-legend-in-a-single-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=Double%20Legend%20in%20a%20Single%20Chart%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;title=Double%20Legend%20in%20a%20Single%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%2Fdouble-legend-in-a-single-chart%2F&amp;title=Double%20Legend%20in%20a%20Single%20Chart&amp;annotation=In%20The%20Problem%20with%20Marimekkos%2C%20I%20used%20a%20panel%20chart%20to%20separate%20the%20data%20from%20a%20single%20complex%20and%20hard-to-decipher%20chart%20into%20four%20much%20simpler%20charts%2C%20following%20the%20lead%20of%20Stephen%20Few%20of%20Perceptual%20Edge.%20I%20used%20a%20trick%20to%20place%20two%20separate%20legen" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;title=Double%20Legend%20in%20a%20Single%20Chart" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;t=Double%20Legend%20in%20a%20Single%20Chart" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Double%20Legend%20in%20a%20Single%20Chart&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;title=Double%20Legend%20in%20a%20Single%20Chart&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=In%20The%20Problem%20with%20Marimekkos%2C%20I%20used%20a%20panel%20chart%20to%20separate%20the%20data%20from%20a%20single%20complex%20and%20hard-to-decipher%20chart%20into%20four%20much%20simpler%20charts%2C%20following%20the%20lead%20of%20Stephen%20Few%20of%20Perceptual%20Edge.%20I%20used%20a%20trick%20to%20place%20two%20separate%20legen" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fdouble-legend-in-a-single-chart%2F&amp;submitHeadline=Double%20Legend%20in%20a%20Single%20Chart&amp;submitSummary=In%20The%20Problem%20with%20Marimekkos%2C%20I%20used%20a%20panel%20chart%20to%20separate%20the%20data%20from%20a%20single%20complex%20and%20hard-to-decipher%20chart%20into%20four%20much%20simpler%20charts%2C%20following%20the%20lead%20of%20Stephen%20Few%20of%20Perceptual%20Edge.%20I%20used%20a%20trick%20to%20place%20two%20separate%20legen&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/double-legend-in-a-single-chart/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Order of Legend Entries in Excel Charts</title>
		<link>http://peltiertech.com/WordPress/order-of-legend-entries-in-excel-charts/</link>
		<comments>http://peltiertech.com/WordPress/order-of-legend-entries-in-excel-charts/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 11:00:43 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Legend]]></category>
		<category><![CDATA[Legend Entry]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1504</guid>
		<description><![CDATA[One of the mysteries of modern life is the order in which series appear in the legend of an Excel chart. People have been driven mad while attempting to reorganize legends in their charts. I&#8217;ve spent years working with Excel charts, and I&#8217;ve made some observations and generalizations about Excel chart legends. These are only [...]]]></description>
			<content:encoded><![CDATA[<p>One of the mysteries of modern life is the order in which series appear in the legend of an Excel chart. People have been driven mad while attempting to reorganize legends in their charts. I&#8217;ve spent years working with Excel charts, and I&#8217;ve made some observations and generalizations about Excel chart legends. These are only valid for charts in Excel 2003 and earlier, as there seem to be some substantial differences in behavior introduced by Excel 2007.</p>
<p><strong>Summary of Legend Entry Order Rules</strong></p>
<p>Before presenting the rules for legend entry order, a couple of terms need to be defined:</p>
<p><span id="more-1504"></span><em><strong>Axis Group</strong></em> &#8211; An axis group is the collection of all series plotted on an axis. There is always a primary axis group in a chart, and sometimes a secondary axis group.</p>
<p><strong><em>Chart Group</em></strong> &#8211; A chart group is the collection of all series of a given type within an axis group. For example, there may be a primary line type chart group, or a secondary column type chart group.</p>
<p>When you manually reorder series in a chart, the series available for you to reorder at any given time are all part of a single chart group. You won&#8217;t even see other series in the list.</p>
<p>Here are the rules for legend entry order, in vertically listed legends, for charts with horizontal category (X) axes and vertical (Y) axes. The rules are explained and illustrated in the article below.</p>
<ul style="margin-left: 24px;">
<li>Series are listed according to chart type, in this order: Area, Column and Bar, Line, and XY.</li>
<li>Within each chart type, primary axis series are listed first, followed by secondary axis series.</li>
<li>Series within each <em>chart group</em> are listed according to plot order. </li>
<li>If the first <em>chart group</em> listed represents stacked series, series within all <em>chart groups</em> are listed in reverse order.</li>
</ul>
<p><strong>Effect of Series Type on Order of Legend Entries </strong></p>
<p>Series are listed according to chart type, regardless of their plot order. The order of chart types in the legend is area, then column or bar, then line, and finally XY. This matches the bottom-to-top stacking order of the series in the chart.</p>
<p>Here are two combination charts with the same chart types. The area series is listed first and the line series is listed last, regardless of the plot orders of the series (the number at the beginning of the legend entry label).</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaColumnLine.png" alt="Legend Order in Combination Chart with Areas, Columns, and Lines" /><img src="http://peltiertech.com/images/2009-02/LegendOrderLineColumnArea.png" alt="Legend Order in Combination Chart with Areas, Columns, and Lines" /></p>
<p><strong>Effect of Axis on Order of Legend Entries</strong></p>
<p>Series on the primary axis are listed before series on the secondary axis.</p>
<p>In the left hand chart below, the first two series are on the primary axis and the last two are on the secondary axis. In the right hand chart, this is reversed. In both cases, the primary axis series are listed first in the legend.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaPri12Sec34.png" alt="Legend Order in Chart with Primary and Secondary Axes" /><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaPri34Sec12.png" alt="Legend Order in Combination Chart with Primary and Secondary Axes" /></p>
<p>This relationship is true as long as all series are of the same chart type (e.g., all are area, column, or line chart series).</p>
<p><strong>Effect of Series Type and Axis on Order of Legend Entries </strong></p>
<p>If the combination chart has series on both primary and secondary axes, the plot order is dictated first by chart type, then within each chart type by axis. A combination of series that share chart type and axis is called a <em>chart group</em>.</p>
<p>The area chart series in the charts below are listed first, whether they are plotted on the primary or secondary axis.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaPriColSec.png" alt="Legend Order in Combination Chart with Primary Areas and Secondary Columns" /><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaSecColPri.png" alt="Legend Order in Combination Chart with Secondary Areas and Primary Columns" /></p>
<p><strong>Order of Legend Entries in Stacked Charts<br />
 </strong></p>
<p>Generally series are listed in the legend in the order they are plotted. However, in vertically stacked charts (line, column, and area), if the legend lists the series vertically, the entries are reversed so they match the stacking order: series one on the botton, series two above series one, etc. In the following examples, the series are plotted in the order one, two, and three.</p>
<p>Here are unstacked and stacked line charts, with normal and reverse legend entry order.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderLine.png" alt="Legend Order in Line Chart" /><img src="http://peltiertech.com/images/2009-02/LegendOrderLineStack.png" alt="Legend Order in Stacked Line Chart" /></p>
<p>Here are unstacked and stacked column charts.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderColumn.png" alt="Legend Order in Column Chart" /><img src="http://peltiertech.com/images/2009-02/LegendOrderColumnStack.png" alt="Legend Order in Stacked Column Chart" /></p>
<p>Here are unstacked and stacked area charts.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderArea.png" alt="Legend Order in Area Chart" /><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaStack.png" alt="Legend Order in Stacked Area Chart" /></p>
<p>In a bar chart, whether clustered or stacked, entries in a vertically aligned legend are listed in the same order as they appear in the chart. The alignment matches the order of the bars in the chart, even if the order of the bars is reversed by plotting an axis in the reverse order.</p>
<p><em><strong>Effect of Stacking, Axis, and Chart Type on Legend Entry Order</strong></em></p>
<p>The order of all series within a chart group is reversed if the first chart group listed in the legend is stacked.</p>
<p>In the case where all series types are the same on primary and secondary axes, what matters is the stacking of the primary axis series. Unstacked primary series 1 and 2 in the chart at left are listed first, so no series are listed in reverse order, even though secondary series 3 and 4 are stacked. Primary stacked series 3 and 4 are listed first in the chart at right, so primary axis series 3 and 4 are reversed, as are secondary axis series 1 and 2, even though secondary series 1 and 2 are not stacked.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaPri12SecStack34.png" alt="Legend Order in Chart with Primary and Secondary Axes" /><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaPriStack34Sec12.png" alt="Legend Order in Combination Chart with Primary and Secondary Axes" /></p>
<p>In the case where there are different chart types on primary and secondary axes, the behavior is dictated by the first chart group listed in the legend. In the chart at left, the secondary area series are stacked, so all chart groups (both the secondary area and primary column series) are listed in reverse order, regardless of whether the columns are stacked. In the chart at right, the secondary area series are unstacked, so no chart groups (neither secondary area nor primary column series) are listed in reverse order, even if the primary columns are stacked.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaStackSecColPri.png" alt="Legend Order in Combination Chart with Secondary Stacked Areas and Primary Columns" /><img src="http://peltiertech.com/images/2009-02/LegendOrderAreaSecColStackPri.png" alt="Legend Order in Combination Chart with Secondary Areas and Primary Stacked Columns" /></p>
<p><strong>Unique Horizontal Bar Chart Legend Entry Ordering</strong></p>
<p>Here are a clustered bar chart and a stacked bar chart, with series listed in the order they appear.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderBar.png" alt="Legend Order in Bar Chart" /><img src="http://peltiertech.com/images/2009-02/LegendOrderBarStack.png" alt="Legend Order in Stacked Bar Chart" /></p>
<p>Here are a clustered bar chart with the category axis plotted in reverse order, and a stacked bar chart with thevalue axis plotted in reverse order. Again, the series are listed in the order that they appear in the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendOrderBarReverseCat.png" alt="Legend Order in Bar Chart with Reversed Category Axis" /><img src="http://peltiertech.com/images/2009-02/LegendOrderBarStackReverseVal.png" alt="Legend Order in Stacked Bar Chart with Reversed Value Axis" /></p>
<p>This reordering of a legend based on a reversal of the order of an axis only appears in a bar chart with a vertically aligned legend.</p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;title=Order%20of%20Legend%20Entries%20in%20Excel%20Charts&amp;bodytext=One%20of%20the%20mysteries%20of%20modern%20life%20is%20the%20order%20in%20which%20series%20appear%20in%20the%20legend%20of%20an%20Excel%20chart.%20People%20have%20been%20driven%20mad%20while%20attempting%20to%20reorganize%20legends%20in%20their%20charts.%20I%27ve%20spent%20years%20working%20with%20Excel%20charts%2C%20and%20I%27ve%20made%20som" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;title=Order%20of%20Legend%20Entries%20in%20Excel%20Charts&amp;notes=One%20of%20the%20mysteries%20of%20modern%20life%20is%20the%20order%20in%20which%20series%20appear%20in%20the%20legend%20of%20an%20Excel%20chart.%20People%20have%20been%20driven%20mad%20while%20attempting%20to%20reorganize%20legends%20in%20their%20charts.%20I%27ve%20spent%20years%20working%20with%20Excel%20charts%2C%20and%20I%27ve%20made%20som" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;t=Order%20of%20Legend%20Entries%20in%20Excel%20Charts" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Order%20of%20Legend%20Entries%20in%20Excel%20Charts%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;title=Order%20of%20Legend%20Entries%20in%20Excel%20Charts" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;title=Order%20of%20Legend%20Entries%20in%20Excel%20Charts&amp;annotation=One%20of%20the%20mysteries%20of%20modern%20life%20is%20the%20order%20in%20which%20series%20appear%20in%20the%20legend%20of%20an%20Excel%20chart.%20People%20have%20been%20driven%20mad%20while%20attempting%20to%20reorganize%20legends%20in%20their%20charts.%20I%27ve%20spent%20years%20working%20with%20Excel%20charts%2C%20and%20I%27ve%20made%20som" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;title=Order%20of%20Legend%20Entries%20in%20Excel%20Charts" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;t=Order%20of%20Legend%20Entries%20in%20Excel%20Charts" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Order%20of%20Legend%20Entries%20in%20Excel%20Charts&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;title=Order%20of%20Legend%20Entries%20in%20Excel%20Charts&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=One%20of%20the%20mysteries%20of%20modern%20life%20is%20the%20order%20in%20which%20series%20appear%20in%20the%20legend%20of%20an%20Excel%20chart.%20People%20have%20been%20driven%20mad%20while%20attempting%20to%20reorganize%20legends%20in%20their%20charts.%20I%27ve%20spent%20years%20working%20with%20Excel%20charts%2C%20and%20I%27ve%20made%20som" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Forder-of-legend-entries-in-excel-charts%2F&amp;submitHeadline=Order%20of%20Legend%20Entries%20in%20Excel%20Charts&amp;submitSummary=One%20of%20the%20mysteries%20of%20modern%20life%20is%20the%20order%20in%20which%20series%20appear%20in%20the%20legend%20of%20an%20Excel%20chart.%20People%20have%20been%20driven%20mad%20while%20attempting%20to%20reorganize%20legends%20in%20their%20charts.%20I%27ve%20spent%20years%20working%20with%20Excel%20charts%2C%20and%20I%27ve%20made%20som&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/order-of-legend-entries-in-excel-charts/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Legend Entry Tricks in Excel Charts</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/</link>
		<comments>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 11:00:07 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[Legend]]></category>
		<category><![CDATA[Legend Entry]]></category>
		<category><![CDATA[Legend Key]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490</guid>
		<description><![CDATA[This is a continuation of Legends in Excel Charts &#8211; Formats, Size, Shape, and Position, which started a discussion about the legends in Excel charts. That article talked about legend formatting, and how the best legend is no legend at all: it&#8217;s more effective to put the text labels right on the data. But sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>This is a continuation of <a href="http://peltiertech.com/WordPress/legends-excel-charts-formats-size-shape-position/"title="Legends in Excel Charts - Formats, Size, Shape, and Position" >Legends in Excel Charts &#8211; Formats, Size, Shape, and Position</a>, which started a discussion about the legends in Excel charts. That article talked about legend formatting, and how the best legend is no legend at all: it&#8217;s more effective to put the text labels right on the data. But sometimes you just need a legend. The article also showed the default legend configurations, and showed how to change these to suit.</p>
<p>This article continues the discussion, showing how to use the legend components&#8211;legend entries and legend keys&#8211;to access more advanced legend functionality.</p>
<p><span id="more-1490"></span><strong>Legend Entries</strong></p>
<p>Legend entries are treated somewhat independently of each other. You can select a legend entry with two single clicks, one to select the whole legend and the other to select the entry itself.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendEntry.png" alt="Legend Entry" /></p>
<p>You can format the text of the legend entry. I&#8217;ve bolded the legend entry &#8220;two&#8221; and to enhance the highlighting of this series I&#8217;ve used a thicker line in the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendEntryBold.png" alt="Format the Legend Entry" /></p>
<p>You can selectively remove a legend entry by selecting it and deleting it, while leaving the series in the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendEntryDelete.png" alt="Deleting the Legend Entry Removes it From the Legend" /></p>
<p>In order to restore any legend entries to the legend, you must delete the whole legend, then add the default legend back to the chart, and reapply any custom formatting.</p>
<p>Don&#8217;t select the legend key before pressing the Delete key . . .</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendKey.png" alt="Legend Key" /></p>
<p>. . . because you will delete the series itself, not just the legend entry.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendKeyDelete.png" alt="Deleting the Legend Key Deletes the Series" /></p>
<p>However, you can select the legend key then format it, which in turn formats the series in the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendKeyFormat.png" alt="Formatting the Legend Key Formats the Series" /></p>
<p>This last section does not apply to Excel 2007. You cannot select the legend entry in a chart in Excel 2007. I don&#8217;t know why this was changed, because it seemed a nice alternative way to access a series when you otherwise could not select it.</p>
<p><strong>Multiple Legends in a Chart</strong></p>
<p>Sometimes people want to split the legend into different parts. This is not possible. However, like many other visual effects in Excel charts, you can fake it. Here I have two charts, my working chart on the left, and a dummy chart on the right. In the working chart, I have removed the entries I don&#8217;t want in one of the legends. In the dummy chart I have removed the entries that are in the working chart&#8217;s legend.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendHalf.png" alt="Half of a Legend" /><img src="http://peltiertech.com/images/2009-02/LegendHalf2.png" alt="Other Half of a Legend" /></p>
<p>I then used a screen capture program (I use <strong>SnagIt</strong>) to copy the legend from the dummy chart, then I selected the working chart, and pasted this image into the chart, and moved it to where I wanted it.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendDual.png" alt="Dual Legends" /></p>
<p>This is not a dynamic solution: if a label or series format changes, the static image which comprises the second legend may have to be refreshed. This is why I make a separate dummy chart as above. Both charts use the same data and series formats, so I only need to repeat the copy and paste to update my dual legend chart.</p>
<p><em>Follow up posts in the blog: <a href="http://peltiertech.com/WordPress/order-of-legend-entries-in-excel-charts/"title="Order of Legend Entries in Excel Charts" >Order of Legend Entries in Excel Charts</a>, which describes some of the intricacies of legend entry order, and <a href="http://peltiertech.com/WordPress/double-legend-in-a-single-chart/"title="Double Legend in a Single Chart" >Double Legend in a Single Chart</a>, which shows a dummy series trick to add multiple legends to a single chart.</em></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;title=Legend%20Entry%20Tricks%20in%20Excel%20Charts&amp;bodytext=This%20is%20a%20continuation%20of%20Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position%2C%20which%20started%20a%20discussion%20about%20the%20legends%20in%20Excel%20charts.%20That%20article%20talked%20about%20legend%20formatting%2C%20and%20how%20the%20best%20legend%20is%20no%20legend%20at%20all%3A%20it%27s%20more%20" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;title=Legend%20Entry%20Tricks%20in%20Excel%20Charts&amp;notes=This%20is%20a%20continuation%20of%20Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position%2C%20which%20started%20a%20discussion%20about%20the%20legends%20in%20Excel%20charts.%20That%20article%20talked%20about%20legend%20formatting%2C%20and%20how%20the%20best%20legend%20is%20no%20legend%20at%20all%3A%20it%27s%20more%20" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;t=Legend%20Entry%20Tricks%20in%20Excel%20Charts" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Legend%20Entry%20Tricks%20in%20Excel%20Charts%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;title=Legend%20Entry%20Tricks%20in%20Excel%20Charts" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;title=Legend%20Entry%20Tricks%20in%20Excel%20Charts&amp;annotation=This%20is%20a%20continuation%20of%20Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position%2C%20which%20started%20a%20discussion%20about%20the%20legends%20in%20Excel%20charts.%20That%20article%20talked%20about%20legend%20formatting%2C%20and%20how%20the%20best%20legend%20is%20no%20legend%20at%20all%3A%20it%27s%20more%20" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;title=Legend%20Entry%20Tricks%20in%20Excel%20Charts" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;t=Legend%20Entry%20Tricks%20in%20Excel%20Charts" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Legend%20Entry%20Tricks%20in%20Excel%20Charts&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;title=Legend%20Entry%20Tricks%20in%20Excel%20Charts&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=This%20is%20a%20continuation%20of%20Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position%2C%20which%20started%20a%20discussion%20about%20the%20legends%20in%20Excel%20charts.%20That%20article%20talked%20about%20legend%20formatting%2C%20and%20how%20the%20best%20legend%20is%20no%20legend%20at%20all%3A%20it%27s%20more%20" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegend-entry-tricks-in-excel-charts%2F&amp;submitHeadline=Legend%20Entry%20Tricks%20in%20Excel%20Charts&amp;submitSummary=This%20is%20a%20continuation%20of%20Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position%2C%20which%20started%20a%20discussion%20about%20the%20legends%20in%20Excel%20charts.%20That%20article%20talked%20about%20legend%20formatting%2C%20and%20how%20the%20best%20legend%20is%20no%20legend%20at%20all%3A%20it%27s%20more%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Legends in Excel Charts &#8211; Formats, Size, Shape, and Position</title>
		<link>http://peltiertech.com/WordPress/legends-excel-charts-formats-size-shape-position/</link>
		<comments>http://peltiertech.com/WordPress/legends-excel-charts-formats-size-shape-position/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:00:13 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[Legend]]></category>
		<category><![CDATA[Legend Entry]]></category>
		<category><![CDATA[Legend Key]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1484</guid>
		<description><![CDATA[Most charts use some kind of legend to help readers decode the charted data. Excel charts have legends by default, and these legends have a great deal of flexibility (as well as some frustrating constraints).
The best legend is actually no legend at all. A legend by its very nature is somewhat separated from the chart, [...]]]></description>
			<content:encoded><![CDATA[<p>Most charts use some kind of legend to help readers decode the charted data. Excel charts have legends by default, and these legends have a great deal of flexibility (as well as some frustrating constraints).</p>
<p>The best legend is actually no legend at all. A legend by its very nature is somewhat separated from the chart, so a reader must move his eyes back and forth to decode the chart. Placing labels directly on or adjacent to the plotted data is more effective, but it can be more work, and for charts with a lot of data that&#8217;s entangled together, data labels may not be practical.</p>
<p><span id="more-1484"></span><strong>Legend Formatting</strong></p>
<p>The default formatting for the borders in a chart is black. The plot area is also filled with a muddy gray color, but I&#8217;ve removed that already.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendBlackLines.png" alt="Legend with Default Black Borders" /></p>
<p>That&#8217;s so many dark lines that I forget I&#8217;m supposed to look there for some data. This can be improved by removing the outermost border and using a light gray for the plot area and legend borders.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendGrayLines.png" alt="Legend with Gray Borders" /></p>
<p>In fact, that&#8217;s still too many visible lines, but I&#8217;ll use the light gray in this article so the outlines of the plot and legend are clear.</p>
<p>Without any extraneous borders at all, the data stands out in the chart. Ah, now that&#8217;s why we made a graph, to show the data.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendNoLines.png" alt="Legend without Borders" /></p>
<p>The problem with a legend is that it&#8217;s somewhat removed from the data. You can move the legend so it&#8217;s more integrated into the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendCloser.png" alt="Legend Closer to the Action" /></p>
<p>You could even tweak the colors in the legend, to make the legend blend in.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendCloserColors.png" alt="Legend with Colored Text" /></p>
<p>Of course, the best legend at all is no legend. Identify the data instead with labels attached to the data series.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendLabelLast.png" alt="Legend Removed in Favor of Data Labels" /></p>
<p>The labels are a bit close together, but matching their text colors to the series colors improves the separation between adjacent labels.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendLabelLastColors.png" alt="Legend Removed in Favor of Colored Data Labels" /></p>
<p><strong>Legend Placement</strong></p>
<p>The Excel 2003 Format Legend dialog is shown below, with the Placement tab visible. There are five predefined placements, and the default placement is Right.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendFormatDialog.png" alt="Format Legend Dialog (Excel 2003)" /></p>
<p>Here is a chart with the legend in the default Right position.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendRight.png" alt="Default Right Legend Position" /></p>
<p>This chart has its legend in the awkward Left position. If the value axis were on the opposite side of the chart, this would not be so awkward.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendLeft.png" alt="Left Legend Position" /></p>
<p>This legend is at the top of the chart.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendTop.png" alt="Top Legend Position" /></p>
<p>This legend is at the bottom of the chart. This is probably less effective than the top position, because the horizontal axis comes between the legend and the chart it describes.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendBottom.png" alt="Bottom Legend Position" /></p>
<p>This legend is in the least useful corner position. Even Excel knows this is an untenable position. When this position is selected, the chart scrunches up into the opposite corner, and the chart&#8217;s text autoshrinks to 5.5 pt. When you change the font to a legible size, like 8 pt, the legend moves to near the right position and the chart itself expands to its original size.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendCorner.png" alt="Corner Legend Position" /></p>
<p>The default placements, at least right and top, are okay. But Excel leaves too much space around the legend and between the legend and the rest of the chart. I start with a default legend position, then reposition and resize the legend to suit my tastes.</p>
<p><strong>Automatic Resizing and Rearranging of the Legend</strong></p>
<p>Let&#8217;s return to the the Top position to see a few characteristics of the legend. The legend entries are evenly distributed across the legend.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendTop.png" alt="Top Legend Position" /></p>
<p>Suppose the labelsin the legend entries different lengths. All of the entries move to maintain a nice distribution.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendTopVariWidth.png" alt="Top Legend Position" /></p>
<p>If the legend entries are about the same width, but the chart itself cannot accommodate them all, Excel wraps them to fit.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendTop4plus2.png" alt="Legend Resized to Fit" /></p>
<p><strong>Manually Resizing and Rearranging the Legend</strong></p>
<p>When you select the legend, its edges and corners are highlighted with the familiar handles that allow resizing.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendResize1.png" alt="Legend Resizing" /></p>
<p>When you begin resizing the legend, the boundaries around the legend entries are displayed.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendResize2.png" alt="Legend Resizing" /></p>
<p>As this legend is made narrower, the first legend entry wraps to two lines. The other legend entries assume the same dimensions as the largest one, and to accommodate the taller entries, the last one is pushed below the bottom edge of the legend.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendResize3.png" alt="Legend Resizing" /></p>
<p>When the mouse is released, only five entries are visible.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendResize4.png" alt="Legend Resizing" /></p>
<p>The legend has to be stretched downward to provide room for the last entry.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendResize5.png" alt="Legend Resizing" /></p>
<p>Now they all fit, but the spacing doesn&#8217;t look very nice. Unless all legend entries have to wrap, it&#8217;s probably better to make the legend wide enough to prevent wrapping.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendResize6.png" alt="Legend Resizing" /></p>
<p>As soon as the legend is being manually resized, all legend entries assume the same dimensions. The other five entries in this legend forget that they had resized themselves to accommodate the longer &#8220;one hundred&#8221; label.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/LegendResize7.png" alt="Legend Resizing" /></p>
<p>This legend has been rearranged into a 2 row by three column grid.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/Legend2x3.png" alt="2 by 3 Legend Grid" /></p>
<p>This legend has been resized to a 3 row by 2 column grid.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/Legend3x2.png" alt="3 by 2 Legend Grid" /></p>
<p>By default, the entries are listed in order, filling rows first, then columns. For example, the entries for one and two are side by side.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/Legend135.png" alt="Legend Resizing" /></p>
<p>If you&#8217;d like the entries to be listed in order filling columns then rows, with one above two above three, you need to rearrange the order of series in the chart. Series one is plotted first, four second, two third, five fourth, and so on.</p>
<p align="center"><img src="http://peltiertech.com/images/2009-02/Legend123.png" alt="Legend Resizing" /></p>
<p><em>Follow up posts in the blog: <a href="http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/"title="Legend Entry Tricks in Excel Charts" >Legend Entry Tricks in Excel Charts</a>, which will feature formatting tricks enabled by the individual entries in a chart legend, <a href="http://peltiertech.com/WordPress/order-of-legend-entries-in-excel-charts/"title="Order of Legend Entries in Excel Charts" >Order of Legend Entries in Excel Charts</a>, which will describe some of the intricacies of legend entry order, and <a href="http://peltiertech.com/WordPress/double-legend-in-a-single-chart/"title="Double Legend in a Single Chart" >Double Legend in a Single Chart</a>, which shows a dummy series approach to adding multiple legends in a chart.</em></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;title=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position&amp;bodytext=Most%20charts%20use%20some%20kind%20of%20legend%20to%20help%20readers%20decode%20the%20charted%20data.%20Excel%20charts%20have%20legends%20by%20default%2C%20and%20these%20legends%20have%20a%20great%20deal%20of%20flexibility%20%28as%20well%20as%20some%20frustrating%20constraints%29.%0D%0A%0D%0AThe%20best%20legend%20is%20actually%20no%20legend%20" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;title=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position&amp;notes=Most%20charts%20use%20some%20kind%20of%20legend%20to%20help%20readers%20decode%20the%20charted%20data.%20Excel%20charts%20have%20legends%20by%20default%2C%20and%20these%20legends%20have%20a%20great%20deal%20of%20flexibility%20%28as%20well%20as%20some%20frustrating%20constraints%29.%0D%0A%0D%0AThe%20best%20legend%20is%20actually%20no%20legend%20" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;t=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position" 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%2Flegends-excel-charts-formats-size-shape-position%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=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;title=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position" 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%2Flegends-excel-charts-formats-size-shape-position%2F&amp;title=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position&amp;annotation=Most%20charts%20use%20some%20kind%20of%20legend%20to%20help%20readers%20decode%20the%20charted%20data.%20Excel%20charts%20have%20legends%20by%20default%2C%20and%20these%20legends%20have%20a%20great%20deal%20of%20flexibility%20%28as%20well%20as%20some%20frustrating%20constraints%29.%0D%0A%0D%0AThe%20best%20legend%20is%20actually%20no%20legend%20" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;title=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;t=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;title=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=Most%20charts%20use%20some%20kind%20of%20legend%20to%20help%20readers%20decode%20the%20charted%20data.%20Excel%20charts%20have%20legends%20by%20default%2C%20and%20these%20legends%20have%20a%20great%20deal%20of%20flexibility%20%28as%20well%20as%20some%20frustrating%20constraints%29.%0D%0A%0D%0AThe%20best%20legend%20is%20actually%20no%20legend%20" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Flegends-excel-charts-formats-size-shape-position%2F&amp;submitHeadline=Legends%20in%20Excel%20Charts%20-%20Formats%2C%20Size%2C%20Shape%2C%20and%20Position&amp;submitSummary=Most%20charts%20use%20some%20kind%20of%20legend%20to%20help%20readers%20decode%20the%20charted%20data.%20Excel%20charts%20have%20legends%20by%20default%2C%20and%20these%20legends%20have%20a%20great%20deal%20of%20flexibility%20%28as%20well%20as%20some%20frustrating%20constraints%29.%0D%0A%0D%0AThe%20best%20legend%20is%20actually%20no%20legend%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/legends-excel-charts-formats-size-shape-position/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Show Two Groups of Data in One Chart</title>
		<link>http://peltiertech.com/WordPress/show-two-groups-of-data-in-one-chart/</link>
		<comments>http://peltiertech.com/WordPress/show-two-groups-of-data-in-one-chart/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:00:27 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[chart data]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1197</guid>
		<description><![CDATA[Earlier this week, Tony Rose wrote about Highlighting Data in a Chart. He used an example called The Mixed Commodities Bag from Business Week, a magazine whose graphics always lead to discussion, for better or worse. I&#8217;ve reproduced the chart below using my graphics engine of choice, though I didn&#8217;t spend a lot of time [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this week, <a href="http://supportanalytics.com/" rel="nofollow" title="Tony" >Tony Rose</a> wrote about <a href="http://supportanalytics.com/blog/2008/12/highlighting-data-in-a-chart/" rel="nofollow" title="Highlighting Data in a Chart" >Highlighting Data in a Chart</a>. He used an example called <a href="http://images.businessweek.com/ss/08/11/1126_numbers/4.htm"title="The Mixed Commodities Bag" rel="nofollow" >The Mixed Commodities Bag</a> from <strong>Business Week</strong>, a magazine whose graphics always lead to discussion, for better or worse. I&#8217;ve reproduced the chart below using my graphics engine of choice, though I didn&#8217;t spend a lot of time to make the category labels just right. The caption comes from the Business Week page.</p>
<p align="center"><img title="Average Annual Percentage Change - Original" src="http://peltiertech.com/images/2008-12/AnnualPctgChangeOriginal.png" alt="Average Annual Percentage Change - Original" /></p>
<p style="margin-left: 24px; margin-right: 24px;"><em>Although returns vary for individual goods, overall commodities have gained an average 1% a year over the past five years and an average 7% a year since 1988—even after the latest plunge.</em></p>
<p>The chart isn&#8217;t totally bad, either. It makes a good attempt to show the components of the overall commodities data. I wasn&#8217;t happy with the rounded rectangle, I felt it obscured the data as much as included it. I also thought the right to left alignment of the chart was backwards, at least for Western audiences.</p>
<p><span id="more-1197"></span>I proposed moving the individual commodities to the left part of the graph, and the overall commodities and market index to the right. I proposed lighter fill colors for the individual commodities, and labeling that better separated the individual commodities from the combined commodities. Here is my version of the chart:</p>
<p align="center"><img title="Average Annual Percentage Change - Improved" src="http://peltiertech.com/images/2008-12/AnnualPctgChangeImproved.png" alt="Average Annual Percentage Change - Improved" /></p>
<p>But some boss, or editor, or client will want an arrow. So I dropped in an arrow that was as unobtrusive as I could make it.</p>
<p align="center"><img title="Average Annual Percentage Change - Improved - and an Arrow Too!" src="http://peltiertech.com/images/2008-12/AnnualPctgChangeImpvdArrow.png" alt="Average Annual Percentage Change - Improved - and an Arrow Too!" /></p>
<p>I think it&#8217;s an improvement, do you agree?</p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;title=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart&amp;bodytext=Earlier%20this%20week%2C%20Tony%20Rose%20wrote%20about%20Highlighting%20Data%20in%20a%20Chart.%20He%20used%20an%20example%20called%20The%20Mixed%20Commodities%20Bag%20from%20Business%20Week%2C%20a%20magazine%20whose%20graphics%20always%20lead%20to%20discussion%2C%20for%20better%20or%20worse.%20I%27ve%20reproduced%20the%20chart%20below%20u" 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://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;title=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart&amp;notes=Earlier%20this%20week%2C%20Tony%20Rose%20wrote%20about%20Highlighting%20Data%20in%20a%20Chart.%20He%20used%20an%20example%20called%20The%20Mixed%20Commodities%20Bag%20from%20Business%20Week%2C%20a%20magazine%20whose%20graphics%20always%20lead%20to%20discussion%2C%20for%20better%20or%20worse.%20I%27ve%20reproduced%20the%20chart%20below%20u" 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/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;t=Show%20Two%20Groups%20of%20Data%20in%20One%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%2Fshow-two-groups-of-data-in-one-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=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;title=Show%20Two%20Groups%20of%20Data%20in%20One%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%2Fshow-two-groups-of-data-in-one-chart%2F&amp;title=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart&amp;annotation=Earlier%20this%20week%2C%20Tony%20Rose%20wrote%20about%20Highlighting%20Data%20in%20a%20Chart.%20He%20used%20an%20example%20called%20The%20Mixed%20Commodities%20Bag%20from%20Business%20Week%2C%20a%20magazine%20whose%20graphics%20always%20lead%20to%20discussion%2C%20for%20better%20or%20worse.%20I%27ve%20reproduced%20the%20chart%20below%20u" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;title=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;t=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;title=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart&amp;source=PTS+Blog+PTS+Excel+Charts+and+Tutorials+Blog&amp;summary=Earlier%20this%20week%2C%20Tony%20Rose%20wrote%20about%20Highlighting%20Data%20in%20a%20Chart.%20He%20used%20an%20example%20called%20The%20Mixed%20Commodities%20Bag%20from%20Business%20Week%2C%20a%20magazine%20whose%20graphics%20always%20lead%20to%20discussion%2C%20for%20better%20or%20worse.%20I%27ve%20reproduced%20the%20chart%20below%20u" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fshow-two-groups-of-data-in-one-chart%2F&amp;submitHeadline=Show%20Two%20Groups%20of%20Data%20in%20One%20Chart&amp;submitSummary=Earlier%20this%20week%2C%20Tony%20Rose%20wrote%20about%20Highlighting%20Data%20in%20a%20Chart.%20He%20used%20an%20example%20called%20The%20Mixed%20Commodities%20Bag%20from%20Business%20Week%2C%20a%20magazine%20whose%20graphics%20always%20lead%20to%20discussion%2C%20for%20better%20or%20worse.%20I%27ve%20reproduced%20the%20chart%20below%20u&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/show-two-groups-of-data-in-one-chart/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
