<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: a ruby sparkline showing variation</title>
	<atom:link href="http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/feed/" rel="self" type="application/rss+xml" />
	<link>http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/</link>
	<description>development, by example</description>
	<lastBuildDate>Mon, 19 Mar 2012 12:48:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: i&#8217;ve moved my code &#171; silk and spinach</title>
		<link>http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/#comment-15388</link>
		<dc:creator><![CDATA[i&#8217;ve moved my code &#171; silk and spinach]]></dc:creator>
		<pubDate>Thu, 21 May 2009 13:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/#comment-15388</guid>
		<description><![CDATA[[...] one downside to all this is that I no longer have somewhere to host my simulation of coin tossing. Well, that&#8217;s a shame, but not the end of the world. If you want to try it you can clone the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] one downside to all this is that I no longer have somewhere to host my simulation of coin tossing. Well, that&#8217;s a shame, but not the end of the world. If you want to try it you can clone the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Rutherford</title>
		<link>http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/#comment-13460</link>
		<dc:creator><![CDATA[Kevin Rutherford]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 09:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/#comment-13460</guid>
		<description><![CDATA[Actually I tried all of the existing gems and libraries, both for sparklines and for SVG -- and in the end I just wrote a bunch of code that spits out SVG as text.  Maybe I should tidy it up and put it up on RAA sometime...]]></description>
		<content:encoded><![CDATA[<p>Actually I tried all of the existing gems and libraries, both for sparklines and for SVG &#8212; and in the end I just wrote a bunch of code that spits out SVG as text.  Maybe I should tidy it up and put it up on RAA sometime&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ARJ</title>
		<link>http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/#comment-13328</link>
		<dc:creator><![CDATA[ARJ]]></dc:creator>
		<pubDate>Fri, 11 Jan 2008 20:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/2007/07/25/a-ruby-sparkline-showing-variation/#comment-13328</guid>
		<description><![CDATA[There is a kind of sparklines gem here:

http://nubyonrails.com/pages/sparklines

I added a histogram (bar chart) function to that library, and colored bars that were above a given threshold (like the rest of the drawing styles do). I don&#039;t think that code went into the reworked version, although I was told it would be.

Anyway, things I like:
1) diverse set of drawing styles
2) not too rails-y, or rails oriented; nice generic Ruby (yay!) library is great
3) SVG is fine, since there&#039;s lots of convertered (RMagick works fine for people trying to get things done, counter-propaganda aside)

Nice sparkline though :)]]></description>
		<content:encoded><![CDATA[<p>There is a kind of sparklines gem here:</p>
<p><a href="http://nubyonrails.com/pages/sparklines" rel="nofollow">http://nubyonrails.com/pages/sparklines</a></p>
<p>I added a histogram (bar chart) function to that library, and colored bars that were above a given threshold (like the rest of the drawing styles do). I don&#8217;t think that code went into the reworked version, although I was told it would be.</p>
<p>Anyway, things I like:<br />
1) diverse set of drawing styles<br />
2) not too rails-y, or rails oriented; nice generic Ruby (yay!) library is great<br />
3) SVG is fine, since there&#8217;s lots of convertered (RMagick works fine for people trying to get things done, counter-propaganda aside)</p>
<p>Nice sparkline though :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

