<?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: Category Labels That Don&#8217;t Overlap the Data</title>
	<atom:link href="http://peltiertech.com/WordPress/category-labels-that-dont-overlap-the-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/category-labels-that-dont-overlap-the-data/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<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/category-labels-that-dont-overlap-the-data/comment-page-1/#comment-41954</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 06 Oct 2010 20:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1848#comment-41954</guid>
		<description>Jeff -

Y1+Delta and Y2-Delta aren&#039;t exactly right, but I got it right in the code I posted under the other article:
Y1+(Delta-Abs(Y1-Y2))/2
Y2-(Delta-Abs(Y1-Y2))/2</description>
		<content:encoded><![CDATA[<p>Jeff -</p>
<p>Y1+Delta and Y2-Delta aren&#8217;t exactly right, but I got it right in the code I posted under the other article:<br />
Y1+(Delta-Abs(Y1-Y2))/2<br />
Y2-(Delta-Abs(Y1-Y2))/2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/category-labels-that-dont-overlap-the-data/comment-page-1/#comment-41950</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Wed, 06 Oct 2010 20:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1848#comment-41950</guid>
		<description>That&#039;s a great back-door approach! And kinda obvious given the &#039;opposite&#039; approach you mention in your post. I feel like I should have put 2 plus 2 together myself on this one :-)
Thanks Jon</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great back-door approach! And kinda obvious given the &#8216;opposite&#8217; approach you mention in your post. I feel like I should have put 2 plus 2 together myself on this one :-)<br />
Thanks Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/category-labels-that-dont-overlap-the-data/comment-page-1/#comment-41905</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 06 Oct 2010 12:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1848#comment-41905</guid>
		<description>Hi Jeff -

For specific projects I&#039;ve often had algorithms for locating labels, using a hidden XY series to position the labels. Something like, if Y2&gt;Y1 but Y2&lt;Y1+Delta, then plot point (label) at Y1+Delta (and the other at Y2-Delta), where Delta was the minimum legible label spacing, dependent on axis scale.</description>
		<content:encoded><![CDATA[<p>Hi Jeff -</p>
<p>For specific projects I&#8217;ve often had algorithms for locating labels, using a hidden XY series to position the labels. Something like, if Y2&gt;Y1 but Y2&lt;Y1+Delta, then plot point (label) at Y1+Delta (and the other at Y2-Delta), where Delta was the minimum legible label spacing, dependent on axis scale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/category-labels-that-dont-overlap-the-data/comment-page-1/#comment-41824</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Wed, 06 Oct 2010 00:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1848#comment-41824</guid>
		<description>I love your &#039;opposite&#039; approach, Jon. Somehow I missed this post when you posted it last year, and since then I&#039;ve needlessly been using textboxes to display chart labels purely so I could have the flexibility to drag them out of the way. But this is way cooler. 

Do you by any chance have a tutorial on here somewhere that deals with overlapping series labels? I&#039;ve got a couple of charts that I&#039;ve used your &#039;label last point&#039; macro (excel 2007) in, but sometimes the two labels overlap.</description>
		<content:encoded><![CDATA[<p>I love your &#8216;opposite&#8217; approach, Jon. Somehow I missed this post when you posted it last year, and since then I&#8217;ve needlessly been using textboxes to display chart labels purely so I could have the flexibility to drag them out of the way. But this is way cooler. </p>
<p>Do you by any chance have a tutorial on here somewhere that deals with overlapping series labels? I&#8217;ve got a couple of charts that I&#8217;ve used your &#8216;label last point&#8217; macro (excel 2007) in, but sometimes the two labels overlap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ggplot2: Positioning Of Barplot Category Labels &#171; Learning R</title>
		<link>http://peltiertech.com/WordPress/category-labels-that-dont-overlap-the-data/comment-page-1/#comment-14731</link>
		<dc:creator>ggplot2: Positioning Of Barplot Category Labels &#171; Learning R</dc:creator>
		<pubDate>Mon, 01 Jun 2009 12:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1848#comment-14731</guid>
		<description>[...] 2009 June 1   tags: barplot, business, chart, excel, ggplot2, plot, R by learnr   Jon Peltier demonstrates two ways of labeling a bar chart when some values are positive and others [...]</description>
		<content:encoded><![CDATA[<p>[...] 2009 June 1   tags: barplot, business, chart, excel, ggplot2, plot, R by learnr   Jon Peltier demonstrates two ways of labeling a bar chart when some values are positive and others [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Primo</title>
		<link>http://peltiertech.com/WordPress/category-labels-that-dont-overlap-the-data/comment-page-1/#comment-13572</link>
		<dc:creator>Primo</dc:creator>
		<pubDate>Fri, 01 May 2009 07:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1848#comment-13572</guid>
		<description>I loved Harvard Graphics - I used a DOS version for years after I switched to Windows, I couldn&#039;t understand why anyone would use Excel for drawing graphs.  The Microsoft Graph program that Excel used was very basic and produced the ugliest graphs I&#039;ve ever seen.  And there was an add-on that extended the graph types to (as I remember) way beyond what Excel does now.</description>
		<content:encoded><![CDATA[<p>I loved Harvard Graphics &#8211; I used a DOS version for years after I switched to Windows, I couldn&#8217;t understand why anyone would use Excel for drawing graphs.  The Microsoft Graph program that Excel used was very basic and produced the ugliest graphs I&#8217;ve ever seen.  And there was an add-on that extended the graph types to (as I remember) way beyond what Excel does now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

