<?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>ForTheScience.org &#187; gnuplot</title>
	<atom:link href="http://forthescience.org/blog/category/topics/computer-science/languages/gnuplot/feed/" rel="self" type="application/rss+xml" />
	<link>http://forthescience.org/blog</link>
	<description>A blog about science and programming</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:05:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change separator in gnuplot</title>
		<link>http://forthescience.org/blog/2009/04/16/change-separator-in-gnuplot/</link>
		<comments>http://forthescience.org/blog/2009/04/16/change-separator-in-gnuplot/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 01:01:25 +0000</pubDate>
		<dc:creator>Stefano Borini</dc:creator>
				<category><![CDATA[gnuplot]]></category>

		<guid isPermaLink="false">http://forthescience.org/blog/?p=80</guid>
		<description><![CDATA[Gnuplot is a great software. Very useful for easily plotting datapoints without fuss and complicated interface. However, the default accepted format is a table defined by space-separated values. If you have comma separated values, then you have to change the delimiter. But how?
This command
set datafile separator ","
will do the trick.
]]></description>
		<wfw:commentRss>http://forthescience.org/blog/2009/04/16/change-separator-in-gnuplot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
