<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Marimekko Charts</title>
	<atom:link href="http://peltiertech.com/WordPress/marimekko-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/marimekko-charts/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:03:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: James</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-20067</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 01 Oct 2009 18:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-20067</guid>
		<description>Many thanks Jon, I can see I have some more bedtime reading here . . . hope you are well, this is the first blog I have ever had any really useful information from, all best James (Gloucestershire, UK)</description>
		<content:encoded><![CDATA[<p>Many thanks Jon, I can see I have some more bedtime reading here . . . hope you are well, this is the first blog I have ever had any really useful information from, all best James (Gloucestershire, UK)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-20064</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-20064</guid>
		<description>James -

Arranging blocks by size (not color) is already pretty complicated to handle with column charts, as I described in &lt;a href=&quot;http://peltiertech.com/WordPress/stack-columns-in-order-of-size/&quot; rel=&quot;nofollow&quot;&gt;Stack Columns In Order Of Size&lt;/a&gt; and in &lt;a href=&quot;http://peltiertech.com/WordPress/stack-columns-in-order-of-size-with-vba/&quot; rel=&quot;nofollow&quot;&gt;Stack Columns In Order Of Size With VBA&lt;/a&gt;. In the latter article I also noted that this change makes the chart much more difficult to interpret.</description>
		<content:encoded><![CDATA[<p>James -</p>
<p>Arranging blocks by size (not color) is already pretty complicated to handle with column charts, as I described in <a href="http://peltiertech.com/WordPress/stack-columns-in-order-of-size/" rel="nofollow">Stack Columns In Order Of Size</a> and in <a href="http://peltiertech.com/WordPress/stack-columns-in-order-of-size-with-vba/" rel="nofollow">Stack Columns In Order Of Size With VBA</a>. In the latter article I also noted that this change makes the chart much more difficult to interpret.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-20059</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-20059</guid>
		<description>Hi, is there any way to sort the data such that for each company, their largest share of a market appears at the bottom of the chart, so one company might have laptops closest to the x-axis, another company might have servers - it would mean finding a way to decouple the &#039;category data&#039; so it can be individually moved / prioritised for each company . . . . can this be done in Excel or does it need a package of some sort? All best, James.</description>
		<content:encoded><![CDATA[<p>Hi, is there any way to sort the data such that for each company, their largest share of a market appears at the bottom of the chart, so one company might have laptops closest to the x-axis, another company might have servers &#8211; it would mean finding a way to decouple the &#8216;category data&#8217; so it can be individually moved / prioritised for each company . . . . can this be done in Excel or does it need a package of some sort? All best, James.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-19155</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 16 Sep 2009 00:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-19155</guid>
		<description>Charles -

Presumably you are formatting the series so it has no markers and no lines? And you&#039;ve cleared the cells that have the Y values for the labels? If you don&#039;t clear the cells, but use a formula that returns &quot;&quot;, the &quot;&quot; is text not a blank, so Excel treats it as a zero. To keep the formulas, change &quot;&quot; to NA(), which puts the #N/A error in the cell, but doesn&#039;t plot a point.</description>
		<content:encoded><![CDATA[<p>Charles -</p>
<p>Presumably you are formatting the series so it has no markers and no lines? And you&#8217;ve cleared the cells that have the Y values for the labels? If you don&#8217;t clear the cells, but use a formula that returns &#8220;&#8221;, the &#8220;&#8221; is text not a blank, so Excel treats it as a zero. To keep the formulas, change &#8220;&#8221; to NA(), which puts the #N/A error in the cell, but doesn&#8217;t plot a point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-19141</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-19141</guid>
		<description>Hey Jon - thanks for this great site.

I&#039;m having issues with the label-lines in the chart; after following the steps, I remove 0%&#039;s from the table but the lines persist. Effectively, for each series I have one labeling point where Y&gt;0, but for all other points (X&gt;0) it&#039;s recording distinct points on the chart with Y=0...any thoughts on how I remove these unwanted points?</description>
		<content:encoded><![CDATA[<p>Hey Jon &#8211; thanks for this great site.</p>
<p>I&#8217;m having issues with the label-lines in the chart; after following the steps, I remove 0%&#8217;s from the table but the lines persist. Effectively, for each series I have one labeling point where Y&gt;0, but for all other points (X&gt;0) it&#8217;s recording distinct points on the chart with Y=0&#8230;any thoughts on how I remove these unwanted points?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-16313</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 15 Jul 2009 11:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-16313</guid>
		<description>One of the &lt;a href=&quot;http://peltiertech.com/WordPress/the-problem-with-marimekkos/&quot; rel=&quot;nofollow&quot;&gt;shortcomings of Marimekko charts&lt;/a&gt; is that they present a picture of a single point in time. Even if the audience had full color glossy reproductions of several charts, comparisons between them would be difficult to make.

This is a hard realization, after so much work, but you should consider other types of charts, or groupings of charts, which effectively show how the various items change with time. For example, line charts (or bar/column charts) with time as the X axis, perhaps in panel chart form. I have some examples in &lt;a href=&quot;http://peltiertech.com/Excel/ChartsHowTo/PanelUnevenScales.html&quot; rel=&quot;nofollow&quot;&gt;Panel Charts with Different Scales&lt;/a&gt; and &lt;a href=&quot;http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/&quot; rel=&quot;nofollow&quot;&gt;How to Build a 2x2 Panel Chart&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>One of the <a href="http://peltiertech.com/WordPress/the-problem-with-marimekkos/" rel="nofollow">shortcomings of Marimekko charts</a> is that they present a picture of a single point in time. Even if the audience had full color glossy reproductions of several charts, comparisons between them would be difficult to make.</p>
<p>This is a hard realization, after so much work, but you should consider other types of charts, or groupings of charts, which effectively show how the various items change with time. For example, line charts (or bar/column charts) with time as the X axis, perhaps in panel chart form. I have some examples in <a href="http://peltiertech.com/Excel/ChartsHowTo/PanelUnevenScales.html" rel="nofollow">Panel Charts with Different Scales</a> and <a href="http://peltiertech.com/WordPress/how-to-build-a-2x2-panel-chart/" rel="nofollow">How to Build a 2&#215;2 Panel Chart</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-16304</link>
		<dc:creator>Kalle</dc:creator>
		<pubDate>Wed, 15 Jul 2009 08:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-16304</guid>
		<description>I have now created three charts one for the fiscal year 07, 08 and 09. It consist of 6 countries and each country have 5 groups. The changes over the years has not been major so when I will use this in a PP the audience might have a hard time to see the difference over the years. 

My question is if you know any good way of showing what the differnce is between the charts other then just adding the numbers?</description>
		<content:encoded><![CDATA[<p>I have now created three charts one for the fiscal year 07, 08 and 09. It consist of 6 countries and each country have 5 groups. The changes over the years has not been major so when I will use this in a PP the audience might have a hard time to see the difference over the years. </p>
<p>My question is if you know any good way of showing what the differnce is between the charts other then just adding the numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-16282</link>
		<dc:creator>Kalle</dc:creator>
		<pubDate>Tue, 14 Jul 2009 09:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-16282</guid>
		<description>Hi Jon, 

I tried it now in Excel 2003 and it works fine and it was the Time Scale that I got wrong in the 2007 version but that was somehow easier with older version but now I know were to look. 

Thanks for a great blog

Kalle</description>
		<content:encoded><![CDATA[<p>Hi Jon, </p>
<p>I tried it now in Excel 2003 and it works fine and it was the Time Scale that I got wrong in the 2007 version but that was somehow easier with older version but now I know were to look. </p>
<p>Thanks for a great blog</p>
<p>Kalle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-16260</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 13 Jul 2009 20:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-16260</guid>
		<description>Works for me in 2007/SP2. Your description is not sufficiently detailed to tell me where you got stuck.</description>
		<content:encoded><![CDATA[<p>Works for me in 2007/SP2. Your description is not sufficiently detailed to tell me where you got stuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://peltiertech.com/WordPress/marimekko-charts/comment-page-1/#comment-16258</link>
		<dc:creator>Kalle</dc:creator>
		<pubDate>Mon, 13 Jul 2009 20:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1557#comment-16258</guid>
		<description>=) 

That would be great cause I got stuck again doing it step by step.. =/ 

The problem the &quot;time scale&quot; step, either I have formated wrong or the time scale in the 2007 version does not work!

How is it going with that post?? =)</description>
		<content:encoded><![CDATA[<p>=) </p>
<p>That would be great cause I got stuck again doing it step by step.. =/ </p>
<p>The problem the &#8220;time scale&#8221; step, either I have formated wrong or the time scale in the 2007 version does not work!</p>
<p>How is it going with that post?? =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
