<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Raised By Turtles&#187; graphics</title>
	<atom:link href="http://raisedbyturtles.org/tag/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://raisedbyturtles.org</link>
	<description>None of the News that's Fit to Print</description>
	<lastBuildDate>Wed, 09 May 2012 01:51:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fun with Google Charts</title>
		<link>http://raisedbyturtles.org/google-charts-examples/</link>
		<comments>http://raisedbyturtles.org/google-charts-examples/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 19:19:30 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software and Computing]]></category>
		<category><![CDATA[Web Fun]]></category>
		<category><![CDATA[google charts]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=201</guid>
		<description><![CDATA[I just discovered Google Charts. I&#8217;d never heard of it before, but I&#8217;m the sort of person who reads an article and scans for numbers and flips for charts, so this seemed pretty cool. Essentially, it&#8217;s an API that lets you create a chart with a simple URL. How hard is it to create a [...]]]></description>
			<content:encoded><![CDATA[<p>I just discovered <a href="http://code.google.com/apis/chart/">Google Charts</a>. I&#8217;d never heard of it before, but I&#8217;m the sort of person who reads an article and scans for numbers and flips for charts, so this seemed pretty cool. Essentially, it&#8217;s an API that lets you create a chart with a simple URL.<br />
<span id="more-201"></span><br />
How hard is it to create a chart? Well, let&#8217;s just bring up the ol&#8217; Google-o-meter and see:</p>
<p><img src="http://chart.apis.google.com/chart?chs=300x150&#038;chd=t:85&#038;cht=gom&#038;chl=Easy" alt="Google-o-meter demo" /></p>
<p>Created simply with one line of HTML like so:</p>
<blockquote><p>&lt;img src=&quot;http://chart.apis.google.com/chart?chs=300&#215;150&amp;chd=t:85&amp;cht=gom&amp;chl=Easy&quot; alt=&quot;Google-o-meter demo&quot; /&gt;</p></blockquote>
<p>You may ask, how many writers on this blog have tried the Google Charts API? Let&#8217;s see:</p>
<p><img src="http://chart.apis.google.com/chart?chs=300x200&#038;chd=t:1|0&#038;cht=bvg&#038;chds=0,2&#038;chbh=a&#038;chtt=RBT+Authors+using+Charts&#038;chco=4D89F9|C6D9FD&#038;chdl=Yes|No" alt="Bar Chart" /></p>
<p>And here&#8217;s the HTML:</p>
<blockquote><p>&lt;img src=&quot;http://chart.apis.google.com/chart?chs=300&#215;200&amp;chd=t:1|0&amp;cht=bvg&amp;chds=0,2&amp;chbh=a&amp;chtt=RBT+Authors+using+Charts&amp;chco=4D89F9|C6D9FD&amp;chdl=Yes|No&quot; alt=&quot;Bar Chart&quot; /&gt;</p></blockquote>
<p>And where did those authors come from?</p>
<p><img src="http://chart.apis.google.com/chart?chs=440x220&#038;chd=t:0&#038;chld=CA&#038;cht=t&#038;chtm=usa&#038;chco=FFFFFF,0000FF,FF0000&#038;chf=bg,s,EAF7FE" alt="Map of the US"/></p>
<p>And again, one simple line of HTML:</p>
<blockquote><p>&lt;img src=&quot;http://chart.apis.google.com/chart?chs=440&#215;220&amp;chd=t:0&amp;chld=CA&amp;cht=t&amp;chtm=usa&amp;chco=FFFFFF,0000FF,FF0000&amp;chf=bg,s,EAF7FE&quot; alt=&quot;Map of the US&quot;/&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/google-charts-examples/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

