<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: 3 variables in a 2D graph</title>
	<link>http://ask.metafilter.com/48581/3-variables-in-a-2D-graph/</link>
	<description>Comments on Ask MetaFilter post 3 variables in a 2D graph</description>
	<pubDate>Sat, 14 Oct 2006 11:54:33 -0800</pubDate>
	<lastBuildDate>Sat, 14 Oct 2006 11:54:33 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: 3 variables in a 2D graph</title>
		<link>http://ask.metafilter.com/48581/3-variables-in-a-2D-graph</link>	
		<description>What&apos;s a creative way to graphically visualize user-rating vs time, taking # of ratings into account? &lt;br /&gt;&lt;br /&gt; Say the x-axis is months and y-axis is average rating for that month. If one month only has 2 ratings, the plotted point will look as important as in a month where there are 1000 ratings.&lt;br&gt;
&lt;br&gt;
Two ideas I&apos;ve had:&lt;br&gt;
&lt;br&gt;
- bigger dots for higher volume months&lt;br&gt;
- plot point every 100 votes, with the x-coordinate of the point at the mean time of the 100 votes (so points won&apos;t be evenly spaced)&lt;br&gt;
&lt;br&gt;
Can anyone think of anything better?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.48581</guid>
		<pubDate>Sat, 14 Oct 2006 11:45:20 -0800</pubDate>
		<dc:creator>lpctstr;</dc:creator>
		
			<category>informationvisualization</category>
		
			<category>graph</category>
		
	</item> <item>
		<title>By: true</title>
		<link>http://ask.metafilter.com/48581/3-variables-in-a-2D-graph#739429</link>	
		<description>- color / intensity of the dots (would have to be more than a point to do this though).&lt;br&gt;
&lt;br&gt;
- plot numbers instead of points?&lt;br&gt;
&lt;br&gt;
- add a line to the graph for moving average of last 100 votes? It would be fairly easy to see that a point with only a few ratings woudn&apos;t push the average at all</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48581-739429</guid>
		<pubDate>Sat, 14 Oct 2006 11:54:33 -0800</pubDate>
		<dc:creator>true</dc:creator>
	</item><item>
		<title>By: claudius</title>
		<link>http://ask.metafilter.com/48581/3-variables-in-a-2D-graph#739432</link>	
		<description>How about mean and &lt;a href=&quot;http://en.wikipedia.org/wiki/Confidence_interval&quot;&gt;confidence interval&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
You could either use the cumulative confidence interval, so the rating appears to converge on its average over time, or the confidence interval for that month, so that the uncertainty of of each month is clear.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48581-739432</guid>
		<pubDate>Sat, 14 Oct 2006 11:56:14 -0800</pubDate>
		<dc:creator>claudius</dc:creator>
	</item><item>
		<title>By: Mr. Gunn</title>
		<link>http://ask.metafilter.com/48581/3-variables-in-a-2D-graph#739573</link>	
		<description>The standard way would be to add error bars to your points, using the standard deviation or standard error of the monthly rating.  However, in my experience with ratings sites, there&apos;s usually not that much spread.  My preferred way would be to see all the data, which would mean plotting the time the vote was entered vs. the rating, and maybe drawing a line from month to month representing the average.  You&apos;d present something not entirely unlike &lt;a href=&quot;http://www.data-surge.com/datasurgecorpo/grapher.htm&quot;&gt;this graph&lt;/a&gt;.  You could also just stack the votes on top of one another, not unlike &lt;a href=&quot;http://or.water.usgs.gov/cgi-bin/grapher/graphxy_setup.pl?site_id=14183000&quot;&gt;this graph&lt;/a&gt;.  (Scroll down and hit the make graph button.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48581-739573</guid>
		<pubDate>Sat, 14 Oct 2006 16:50:36 -0800</pubDate>
		<dc:creator>Mr. Gunn</dc:creator>
	</item>
	</channel>
</rss>
