<?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: Step Chart Without Risers</title>
	<atom:link href="http://peltiertech.com/WordPress/line-chart-without-risers/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/line-chart-without-risers/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:51:10 +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: derek</title>
		<link>http://peltiertech.com/WordPress/line-chart-without-risers/comment-page-1/#comment-1282</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Thu, 05 Jun 2008 15:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=83#comment-1282</guid>
		<description>demaws, sometimes the data becomes a story about how big the instantaneous rises and falls were, and when they occurred. When that happens, it may be better to have a graph that&#039;s all risers and no steps, like a sort of time-lined waterfall graph. (a step graph without risers is a sort of quantitative Gantt chart) 

More subtle intermediate cases might benefit from risers and steps that have different formatting, as recommended in Edward Tufte&#039;s 1983 classic &lt;a href=&quot;http://www.amazon.com/gp/reader/096139210X&quot; rel=&quot;nofollow&quot;&gt;&lt;i&gt;The Visual Display of Quantitative Information&lt;/i&gt;&lt;/a&gt;. The last chapter I think.</description>
		<content:encoded><![CDATA[<p>demaws, sometimes the data becomes a story about how big the instantaneous rises and falls were, and when they occurred. When that happens, it may be better to have a graph that&#8217;s all risers and no steps, like a sort of time-lined waterfall graph. (a step graph without risers is a sort of quantitative Gantt chart) </p>
<p>More subtle intermediate cases might benefit from risers and steps that have different formatting, as recommended in Edward Tufte&#8217;s 1983 classic <a href="http://www.amazon.com/gp/reader/096139210X" rel="nofollow"><i>The Visual Display of Quantitative Information</i></a>. The last chapter I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/line-chart-without-risers/comment-page-1/#comment-1002</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sun, 25 May 2008 22:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=83#comment-1002</guid>
		<description>demaws - &quot;Maybe I’ll just have to plot it myself and see how it looks.&quot;

That&#039;s exactly right. So much of charting is experimental. Partly to investigate relationships in the data, and partly to see how best to illustrate these relationships.</description>
		<content:encoded><![CDATA[<p>demaws &#8211; &#8220;Maybe I’ll just have to plot it myself and see how it looks.&#8221;</p>
<p>That&#8217;s exactly right. So much of charting is experimental. Partly to investigate relationships in the data, and partly to see how best to illustrate these relationships.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demaws</title>
		<link>http://peltiertech.com/WordPress/line-chart-without-risers/comment-page-1/#comment-978</link>
		<dc:creator>demaws</dc:creator>
		<pubDate>Sun, 25 May 2008 04:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=83#comment-978</guid>
		<description>Very Nice! The step graph clearly has affordances that lets it communicate way more information about this particular dataset. Getting rid of the risers was a thoughtful touch.

I&#039;m still worried about how the step chart would look if the data was much more erratic than gradual (i.e. lots of up and downs). Would it convey the trend just as clearly as a line chart then? Maybe I&#039;ll just have to plot it myself and see how it looks.

Also got around to looking around your website. Interesting stuff.</description>
		<content:encoded><![CDATA[<p>Very Nice! The step graph clearly has affordances that lets it communicate way more information about this particular dataset. Getting rid of the risers was a thoughtful touch.</p>
<p>I&#8217;m still worried about how the step chart would look if the data was much more erratic than gradual (i.e. lots of up and downs). Would it convey the trend just as clearly as a line chart then? Maybe I&#8217;ll just have to plot it myself and see how it looks.</p>
<p>Also got around to looking around your website. Interesting stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/line-chart-without-risers/comment-page-1/#comment-966</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 24 May 2008 12:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=83#comment-966</guid>
		<description>It wasn&#039;t x error bars; it was a proper scatter series, from a data block very like yours above. My mistake, that caused me to abandon the line series, was to have the gap row with a gap value, &lt;i&gt;and a gap date&lt;/i&gt;. The line series then insisted on including the risers, forcing me to source a second series from the same data block. 

I went back and put dates in the gap lines, and the risers went away, making a scatter series unnecessary. Thanks for that. 

I would still want a second series for individually-formatted risers, although doubtless a macro can be written to do that on a point-by-point basis to a single series.</description>
		<content:encoded><![CDATA[<p>It wasn&#8217;t x error bars; it was a proper scatter series, from a data block very like yours above. My mistake, that caused me to abandon the line series, was to have the gap row with a gap value, <i>and a gap date</i>. The line series then insisted on including the risers, forcing me to source a second series from the same data block. </p>
<p>I went back and put dates in the gap lines, and the risers went away, making a scatter series unnecessary. Thanks for that. </p>
<p>I would still want a second series for individually-formatted risers, although doubtless a macro can be written to do that on a point-by-point basis to a single series.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

