<?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: Sample Parallel Coordinate Chart</title>
	<atom:link href="http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/</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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/comment-page-1/#comment-169867</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 02 Jan 2012 23:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=493#comment-169867</guid>
		<description>Hi Christy -

Using different scores can be problematic. It is important to ensure that those reading the chart are aware of the different scales.

In order for the different measures to fill the whole Y axis range, you could normalize the scores for each category, where the plotted score

Z = (Y - Ymin)/(Ymax-Ymin)

ranges from 0 to 1.</description>
		<content:encoded><![CDATA[<p>Hi Christy -</p>
<p>Using different scores can be problematic. It is important to ensure that those reading the chart are aware of the different scales.</p>
<p>In order for the different measures to fill the whole Y axis range, you could normalize the scores for each category, where the plotted score</p>
<p>Z = (Y &#8211; Ymin)/(Ymax-Ymin)</p>
<p>ranges from 0 to 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christy</title>
		<link>http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/comment-page-1/#comment-169792</link>
		<dc:creator>Christy</dc:creator>
		<pubDate>Mon, 02 Jan 2012 18:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=493#comment-169792</guid>
		<description>I am wondering how to make such a parallel coordinates figure where the scale of severity, in this case, is different for each visit.  For example, on visit 1 and 2 the scores range from 0-4, but on visit 3 a different type of score is taken that ranges from 120-200.  So, dual y-axes?

thanks</description>
		<content:encoded><![CDATA[<p>I am wondering how to make such a parallel coordinates figure where the scale of severity, in this case, is different for each visit.  For example, on visit 1 and 2 the scores range from 0-4, but on visit 3 a different type of score is taken that ranges from 120-200.  So, dual y-axes?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/comment-page-1/#comment-52463</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 08 Dec 2010 00:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=493#comment-52463</guid>
		<description>KDS -

You need to define your parameters a, b, and c. Put them into a range of cells, and name the cells param_a, param_b, param_c. Then put the y values into a column, say, A2:A100. In B2 enter this formula:

=if(A2&gt;=0,param_c^(param_a*A2)+param_b*A2-1,-param_c^(param_a*A2)+param_b*A2+1)

and fill down column B.</description>
		<content:encoded><![CDATA[<p>KDS -</p>
<p>You need to define your parameters a, b, and c. Put them into a range of cells, and name the cells param_a, param_b, param_c. Then put the y values into a column, say, A2:A100. In B2 enter this formula:</p>
<p>=if(A2&gt;=0,param_c^(param_a*A2)+param_b*A2-1,-param_c^(param_a*A2)+param_b*A2+1)</p>
<p>and fill down column B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KDS</title>
		<link>http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/comment-page-1/#comment-51884</link>
		<dc:creator>KDS</dc:creator>
		<pubDate>Sat, 04 Dec 2010 19:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=493#comment-51884</guid>
		<description>Hi Jon,

Thank you for all the excellent tutorials. I am working on a Parallel Coordinate graph for which the raw data has values between -1 and 24000 and am looking for an appropriate way to scale since I want to distinguish between 1 and 0, so far I&#039;ve found 

Bagwell, C Bruce. 2005. “Hyperlog-a flexible log-like transform for negative, zero, and positive valued data.” Cytometry. Part A : the journal of the International Society for Analytical Cytology 64:34-42. http://www.ncbi.nlm.nih.gov/pubmed/15700280.

but...am not sure how to implement it. Any ideas?

This is for my thesis and others have not been able to help so thank you very much!</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Thank you for all the excellent tutorials. I am working on a Parallel Coordinate graph for which the raw data has values between -1 and 24000 and am looking for an appropriate way to scale since I want to distinguish between 1 and 0, so far I&#8217;ve found </p>
<p>Bagwell, C Bruce. 2005. “Hyperlog-a flexible log-like transform for negative, zero, and positive valued data.” Cytometry. Part A : the journal of the International Society for Analytical Cytology 64:34-42. <a href="http://www.ncbi.nlm.nih.gov/pubmed/15700280" rel="nofollow">http://www.ncbi.nlm.nih.gov/pubmed/15700280</a>.</p>
<p>but&#8230;am not sure how to implement it. Any ideas?</p>
<p>This is for my thesis and others have not been able to help so thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/comment-page-1/#comment-3822</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 10 Sep 2008 10:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=493#comment-3822</guid>
		<description>Derek -

That helps to show the amount of data for each line:
&lt;p align=&quot;center&quot;&gt;&lt;img title=&quot;parallel coordinates chart&quot; src=&quot;http://peltiertech.com/WordPress/wp-content/img200809/PatientParallelCoordChart04.png&quot; alt=&quot;parallel coordinates chart&quot;&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Derek -</p>
<p>That helps to show the amount of data for each line:</p>
<p align="center"><img title="parallel coordinates chart" src="http://peltiertech.com/WordPress/wp-content/img200809/PatientParallelCoordChart04.png" alt="parallel coordinates chart"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/sample-parallel-coordinate-chart/comment-page-1/#comment-3815</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Wed, 10 Sep 2008 08:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=493#comment-3815</guid>
		<description>It might be worth jittering the data a bit to avoid the lines all falling on top of one another: 

&lt;code&gt;=B5+0.1*NORMSINV(RAND())&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It might be worth jittering the data a bit to avoid the lines all falling on top of one another: </p>
<p><code>=B5+0.1*NORMSINV(RAND())</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

