<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>visophyte: shiny? shiny. &#187; Blogs</title>
	<atom:link href="http://www.visophyte.org/blog/category/visualizing/visualizing-blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visophyte.org/blog</link>
	<description>Andrew Sutherland writes things but (almost) always includes pictures to look at.</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A step sideways</title>
		<link>http://www.visophyte.org/blog/2007/09/11/a-step-sideways/</link>
		<comments>http://www.visophyte.org/blog/2007/09/11/a-step-sideways/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 04:22:39 +0000</pubDate>
		<dc:creator>Andrew Sutherland</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Visualizing]]></category>
		<category><![CDATA[visophyte]]></category>

		<guid isPermaLink="false">http://www.visophyte.org/blog/2007/09/11/a-step-sideways/</guid>
		<description><![CDATA[This seemed like a better idea in my head: What is it? It&#8217;s a variant on the blog visualization below from this post, but using crescent/lune slices instead and with no sustain (aka, if there&#8217;s no data point, we don&#8217;t draw anything). It self-normalizes so that the maximum value range takes up a full 180 [...]]]></description>
			<content:encoded><![CDATA[<p>This seemed like a better idea in my head:</p>
<p><img src="http://www.visophyte.org/blog/wp-content/uploads/2007/09/ringstack-center-blog-vis.png" alt="when others ask why, I clearly am not even listening." /></p>
<p>What is it?  It&#8217;s a variant on the blog visualization below from <a href="/blog/2007/06/09/blog-vis-with-trendy-stacked-linechart/">this post</a>, but using crescent/lune slices instead and with no sustain (aka, if there&#8217;s no data point, we don&#8217;t draw anything).  It self-normalizes so that the maximum value range takes up a full 180 degrees.  It does not bother to account for the loss of area when apportioning the slices, though it could.  I doubt that would make up for the perceptual issues anyway.</p>
<p><img src="/blog/wp-content/uploads/2007/06/frinkiac-shoutbox-linestack-tally_link-1.png" title="older and maybe better" alt="older and maybe better" height="100" width="640" /></p>
<p>The good news is that the visualization motivated me to properly abstract the previously inane special-cased implementations for rings/curves to a path-based implementation like reasonable people would expect.  (Refactoring still to be done.)</p>
<p>In other news, I&#8217;ve changed up the revision control for my chronicle-recorder patches after it became clear my stacked git approach was not going to cleanly allow concurrent development on my new laptop.  The new way is a bunch of bzr branches; the &#8216;rev control&#8217; page link on the left is the authority on what is what.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.visophyte.org/blog/2007/09/11/a-step-sideways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog vis with trendy stacked linechart</title>
		<link>http://www.visophyte.org/blog/2007/06/09/blog-vis-with-trendy-stacked-linechart/</link>
		<comments>http://www.visophyte.org/blog/2007/06/09/blog-vis-with-trendy-stacked-linechart/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 03:22:29 +0000</pubDate>
		<dc:creator>Andrew Sutherland</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[visophyte]]></category>

		<guid isPermaLink="false">http://www.visophyte.org/blog/2007/06/09/blog-vis-with-trendy-stacked-linechart/</guid>
		<description><![CDATA[So, motivated by recent prettiness (C26000&#8242;s Last.fm Extra Stats &#8216;Wave Graph&#8216; and its inspiration Lee Byron&#8217;s Layered Histogram, which also reminds me of the fundamentally different but visually close-enough IBM Research/Viégas/Wattenberg&#8217;s history flow), I have put in some preliminary aggregation logic and a &#8216;stacked linechart&#8217; visualization. It&#8217;s quite the poor cousin to Lee Byron&#8217;s stuff, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.visophyte.org/blog/wp-content/uploads/2007/06/frinkiac-shoutbox-linestack-flat-1.png" alt="Frinkiac WordPress Shoutbox Stacked Linechart Flat Coloring" /></p>
<p>So, motivated by recent prettiness (<a href="http://www.last.fm/user/C26000/journal/2006/07/30/195693/">C26000&#8242;s Last.fm Extra Stats</a> &#8216;<a href="http://img252.imageshack.us/my.php?image=top100wavegraphdc6.png">Wave Graph</a>&#8216; and its inspiration <a href="http://megamu.com/lastfm/">Lee Byron&#8217;s Layered Histogram</a>, which also reminds me of the fundamentally different but visually close-enough IBM Research/Viégas/Wattenberg&#8217;s <a href="http://www.research.ibm.com/visual/projects/history_flow/index.htm">history flow</a>), I have put in some preliminary aggregation logic and a &#8216;stacked linechart&#8217; visualization.  It&#8217;s quite the poor cousin to Lee Byron&#8217;s stuff, but we&#8217;ve got to start somewhere.</p>
<p>Although histogram is probably a better term for the result, the visualization is actually ignorant that there&#8217;s aggregation going on, so stacked linechart it is.  The data is the same data (wordpress shoutbox &#8216;shouts&#8217;) from my last post, but instead of block stacking to get a de facto histogram, the binned time-intervals are aggregated by author.  The stacked linechart consumes these and &#8212; presto &#8212; a de facto trendy histogram.  The main difference here is that the bin period is 7 days, although bugs remain.  I am going to replace my haphazard date logic with <a href="http://labix.org/python-dateutil">python-dateutil</a> shortly to resolve this problem.</p>
<p><img src="http://www.visophyte.org/blog/wp-content/uploads/2007/06/frinkiac-shoutbox-linestack-tally_link-1.png" alt="Frinkiac WordPress Shoutbox Stacked Linechart Link Tally Coloring" /></p>
<p>Of course, the whole point of visophyte is (excessive) flexibility, so let&#8217;s at least leverage that.  The above is the same data, but with the fill&#8217;s saturation varying with the total number of hyperlinks included in &#8216;shouts&#8217; for that time interval, producing a quasi-retro wire-frame effect.  Stronger/bolder colors = more links, lighter/faded colors = less/no links.  Some day, perhaps a pretty spline version, but up next is getting back to Thunderbird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.visophyte.org/blog/2007/06/09/blog-vis-with-trendy-stacked-linechart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A return to blog visualization, kinda</title>
		<link>http://www.visophyte.org/blog/2007/06/01/a-return-to-blog-visualization-kinda/</link>
		<comments>http://www.visophyte.org/blog/2007/06/01/a-return-to-blog-visualization-kinda/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 10:21:31 +0000</pubDate>
		<dc:creator>Andrew Sutherland</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[visophyte]]></category>

		<guid isPermaLink="false">http://www.visophyte.org/blog/2007/06/01/a-return-to-blog-visualization-kinda/</guid>
		<description><![CDATA[A visualization of the shoutbox traffic on www.frinkiac.org since the dawn of time or the blog, whichever came later. Colors are defined by the &#8216;shouting&#8217; user (hue), the linearly scaled log of the word count of the contents (saturation), and a constant for value to get darker lines. So &#8216;brighter&#8217; colors = longer shouts and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.visophyte.org/blog/wp-content/uploads/2007/06/frinkiac-wordpress-shoutbox-1.png" alt="Frinkiac WordPress Shoutbox VU-Style Vis Mark 1" /></p>
<p>A visualization of the shoutbox traffic on <a href="http://www.frinkiac.org/">www.frinkiac.org</a> since the dawn of time or the blog, whichever came later.   Colors are defined by the &#8216;shouting&#8217; user (hue), the linearly scaled log of the word count of the contents (saturation), and a constant for value to get darker lines.  So &#8216;brighter&#8217; colors = longer shouts and &#8216;lighter&#8217; colors = shorter shouts.  All colors are regrettably ugly.  The dawn of time is on the left, modern times is on the right.  I think the clustering routine has decided each column is three days, although that may get a little shaky at the end of the months (quick-n-dirty date logic.)</p>
<p>This should look similar to&#8230;</p>
<p><a href="http://www.onlythewind.org/mt/s/docs/koalarainbow/examples.html"><img src="http://www.visophyte.org/blog/wp-content/uploads/2007/06/vu-30.png" alt="Old Movable Type Koala Rainbow VU Vis" border="0" /></a></p>
<p>ye olde KoalaRainbow 0.* for MovableType.  The MTKR one is actually blog posts and comments and doesn&#8217;t distinguish based on the author, but the point is that I am beginning to be able to do all the things I used to be able to do.  This helps flesh out the set of base visualizations and ensure that the architecture doesn&#8217;t have any obvious holes in things.  Although the visophyte vis definition is perhaps still more verbose than I would like, it doesn&#8217;t make me lose hope like the procedural MTKR one did (click on the latter picture and scroll down to witness the ugliness).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.visophyte.org/blog/2007/06/01/a-return-to-blog-visualization-kinda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

