<?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: Logarithmic Axes in Excel Charts</title>
	<atom:link href="http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:19:32 +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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/comment-page-1/#comment-19377</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 21 Sep 2009 01:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2382#comment-19377</guid>
		<description>I don&#039;t think it&#039;s a bug, it&#039;s just how Excel stores formatting data.

Say you have five series, then you hide the rows with data for series 2 and 4. Then you only have three series (1, 3, and 5). The chart uses the formatting for the first three series to format them, and forgets the formatting for the last two series. Then unhiding rows applies the formatting for the three series to series 1, 2, and 3, while series 4 and 5 have no remembered formatting, so the default is used.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it&#8217;s a bug, it&#8217;s just how Excel stores formatting data.</p>
<p>Say you have five series, then you hide the rows with data for series 2 and 4. Then you only have three series (1, 3, and 5). The chart uses the formatting for the first three series to format them, and forgets the formatting for the last two series. Then unhiding rows applies the formatting for the three series to series 1, 2, and 3, while series 4 and 5 have no remembered formatting, so the default is used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/comment-page-1/#comment-19323</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Sat, 19 Sep 2009 18:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2382#comment-19323</guid>
		<description>Jon,

Your help with dynamic charts has been absolutely invaluable in the past and I would like to buy you a cup of coffee.  Several, if I may.  Just need to find that link on your site...remember seeing it on one of your pages.

Anyway, I ran into a VERY SERIOUS EXCEL 2003 BUG and I am hoping you have the solution.

I have a clustered column chart in Excel 2003 with hidden data source rows (which I use for the whole dynamic chart thing).  Whenever I save and close the file and then reopen it, the data value labels are randomly reset to their defaults.

How do I stop Excel from resetting those data values to their default formats?

Here is how to reproduce this bug:

1.  Create a clustered column chart with at least 4 columns.
2.  Format each data column to display its data value.
3.  Format each data value label to align vertically (90 degrees) and position &quot;inside end&quot;.
4.  Hide 3 or 4 of the source rows and save and close the file.
5.  Reopen the file and unhide the rows.

Some of the column labels have their data labels RANDOMLY RESET TO THEIR DEFAULT.

Is there a solution to this bug?

Thanks,

Lawrence</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Your help with dynamic charts has been absolutely invaluable in the past and I would like to buy you a cup of coffee.  Several, if I may.  Just need to find that link on your site&#8230;remember seeing it on one of your pages.</p>
<p>Anyway, I ran into a VERY SERIOUS EXCEL 2003 BUG and I am hoping you have the solution.</p>
<p>I have a clustered column chart in Excel 2003 with hidden data source rows (which I use for the whole dynamic chart thing).  Whenever I save and close the file and then reopen it, the data value labels are randomly reset to their defaults.</p>
<p>How do I stop Excel from resetting those data values to their default formats?</p>
<p>Here is how to reproduce this bug:</p>
<p>1.  Create a clustered column chart with at least 4 columns.<br />
2.  Format each data column to display its data value.<br />
3.  Format each data value label to align vertically (90 degrees) and position &#8220;inside end&#8221;.<br />
4.  Hide 3 or 4 of the source rows and save and close the file.<br />
5.  Reopen the file and unhide the rows.</p>
<p>Some of the column labels have their data labels RANDOMLY RESET TO THEIR DEFAULT.</p>
<p>Is there a solution to this bug?</p>
<p>Thanks,</p>
<p>Lawrence</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sal Paradise</title>
		<link>http://peltiertech.com/WordPress/logarithmic-axes-in-excel-charts/comment-page-1/#comment-18727</link>
		<dc:creator>Sal Paradise</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2382#comment-18727</guid>
		<description>Just for reference, anyone who uses Excel 2000 for scientific log charts should be very careful. For whatever reason, Excel does not properly space the tick marks. The graphs seem to be fine themselves, but the tick marks are usually shifted a bit, so I end up having to edit them in illustrator with a proper logarithmic scale background.

I don&#039;t know if this is a problem with 2003 or 2007. It appears mostly with many cycles (6 or more) on a dual-logarithmic scale.</description>
		<content:encoded><![CDATA[<p>Just for reference, anyone who uses Excel 2000 for scientific log charts should be very careful. For whatever reason, Excel does not properly space the tick marks. The graphs seem to be fine themselves, but the tick marks are usually shifted a bit, so I end up having to edit them in illustrator with a proper logarithmic scale background.</p>
<p>I don&#8217;t know if this is a problem with 2003 or 2007. It appears mostly with many cycles (6 or more) on a dual-logarithmic scale.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
