<?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: Visual data organization.</title>
	<link>http://ask.metafilter.com/39353/Visual-data-organization/</link>
	<description>Comments on Ask MetaFilter post Visual data organization.</description>
	<pubDate>Thu, 01 Jun 2006 20:45:18 -0800</pubDate>
	<lastBuildDate>Thu, 01 Jun 2006 20:45:18 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Visual data organization.</title>
		<link>http://ask.metafilter.com/39353/Visual-data-organization</link>	
		<description>I would like to make a chart like &lt;a href=&quot;http://www.trixieupdate.com/telemetry/sleep/&quot;&gt;this&lt;/a&gt; to track my daily computer usage. Any ideas on how I could do this? Any free software you can recommend? Any way of doing it with Excel? &lt;br /&gt;&lt;br /&gt; The creater of the chart I linked to sells his own software, but it&apos;s meant for keeping track of baby lifestyle data and looks like it&apos;s a bit more than I need anyway.&lt;br&gt;
&lt;br&gt;
I&apos;m particularly interested in being able to &lt;b&gt;specify unique start and end times&lt;/b&gt; for each block of computer usage.&lt;br&gt;
&lt;br&gt;
The closest I&apos;ve come to what I want is &lt;a href=&quot;http://i57.photobucket.com/albums/g231/rfhall/Picture1.png&quot;&gt;this&lt;/a&gt;, but since it&apos;s in an Excel spreadsheet I can&apos;t specify start and end times the way I&apos;d like to and intervals sort of overlap since a &lt;i&gt;box&lt;/i&gt; is specifying each ten minute interval instead of a point.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.39353</guid>
		<pubDate>Thu, 01 Jun 2006 20:00:47 -0800</pubDate>
		<dc:creator>bubukaba</dc:creator>
		
			<category>data</category>
		
			<category>excel</category>
		
			<category>charts</category>
		
			<category>software</category>
		
	</item> <item>
		<title>By: b1tr0t</title>
		<link>http://ask.metafilter.com/39353/Visual-data-organization#607673</link>	
		<description>You can do it in excel using a stacked chart. If you expect to have many blocks of computer usage it will get messy.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39353-607673</guid>
		<pubDate>Thu, 01 Jun 2006 20:45:18 -0800</pubDate>
		<dc:creator>b1tr0t</dc:creator>
	</item><item>
		<title>By: iamabot</title>
		<link>http://ask.metafilter.com/39353/Visual-data-organization#607679</link>	
		<description>The charting is easy enough, you can do some of it with rrdtool which can generate pretty pictures off of many many many datasets.&lt;br&gt;
&lt;br&gt;
Standardizing or automating the collecting is what I think is going to be a larger challenge, of course with rrdtool and some other tools you can collect data on various points of utilization on your system(s).&lt;br&gt;
&lt;br&gt;
Requires some technical know how, but worth it in the end.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39353-607679</guid>
		<pubDate>Thu, 01 Jun 2006 20:55:59 -0800</pubDate>
		<dc:creator>iamabot</dc:creator>
	</item><item>
		<title>By: zpousman</title>
		<link>http://ask.metafilter.com/39353/Visual-data-organization#607809</link>	
		<description>My vote? Used &lt;i&gt;*Stacked Sparklines.*&lt;/i&gt; &lt;a href=&quot;http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR&amp;topic_id=1&amp;topic=&quot;&gt;Here&apos;s the Edward Tufte discussion&lt;/a&gt; (and article) about them.&lt;br&gt;
&lt;br&gt;
Here&apos;s a &lt;a href=&quot;http://sparkline.org/&quot;&gt;PHP library&lt;/a&gt;, and a &lt;a href=&quot;http://www.infovis.net/printMag.php?num=156&amp;lang=2&quot;&gt;very good description&lt;/a&gt; of them from an InfoViz online magazine.&lt;br&gt;
&lt;br&gt;
The hard part about this is that it&apos;s going to require *some* programming chops to make it work. This is not a super simple thing, but it&apos;s pretty well supported. So maybe you could download the sample code and hack it up from there.&lt;br&gt;
&lt;br&gt;
For the Mac, there was some software I ran for a hot second called &lt;a href=&quot;http://www.versiontracker.com/dyn/moreinfo/macosx/27905&quot;&gt;Onlife&lt;/a&gt;. It does pretty much exactly what you want. Here&apos;s a screenshot:&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://image.versiontracker.com/scrnsht/78968/277169/746day-view-top.png&quot;&gt;&lt;/img&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39353-607809</guid>
		<pubDate>Fri, 02 Jun 2006 05:46:53 -0800</pubDate>
		<dc:creator>zpousman</dc:creator>
	</item><item>
		<title>By: zpousman</title>
		<link>http://ask.metafilter.com/39353/Visual-data-organization#607810</link>	
		<description>By the way, you say that you want to &quot;specify unique start and end times,&quot; like: 10:37, launched Word. But you don&apos;t. You&apos;ll never keep this up. So you need to do it automatically. This is what computers were invented for -- to keep track of things that you are not good at (or are too busy for doing human things!).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39353-607810</guid>
		<pubDate>Fri, 02 Jun 2006 05:49:20 -0800</pubDate>
		<dc:creator>zpousman</dc:creator>
	</item><item>
		<title>By: Mr. Gunn</title>
		<link>http://ask.metafilter.com/39353/Visual-data-organization#607915</link>	
		<description>Do you have MS Office?  The Journal will allow you to do this, but it&apos;s only as fine-grained as you make it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39353-607915</guid>
		<pubDate>Fri, 02 Jun 2006 08:23:29 -0800</pubDate>
		<dc:creator>Mr. Gunn</dc:creator>
	</item><item>
		<title>By: bubukaba</title>
		<link>http://ask.metafilter.com/39353/Visual-data-organization#608085</link>	
		<description>Oops, it&apos;s probably a little late to add this (that&apos;s what I get for posting a question and then going to sleep) - I don&apos;t necessarily need my chart to keep track of things automatically, since I&apos;ve been pretty good so far about keeping track of my start and end times myself. I just need it to let me hand-enter the specific times that I collect.&lt;br&gt;
&lt;br&gt;
Also, I am on a Mac.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.39353-608085</guid>
		<pubDate>Fri, 02 Jun 2006 11:06:12 -0800</pubDate>
		<dc:creator>bubukaba</dc:creator>
	</item>
	</channel>
</rss>
