<?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: Plotting with non-numeric data</title>
	<atom:link href="http://data-sorcery.org/2009/06/13/plotting-with-non-numeric-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://data-sorcery.org/2009/06/13/plotting-with-non-numeric-data/</link>
	<description></description>
	<lastBuildDate>Sat, 05 May 2012 13:46:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: wojtek</title>
		<link>http://data-sorcery.org/2009/06/13/plotting-with-non-numeric-data/#comment-1087</link>
		<dc:creator><![CDATA[wojtek]]></dc:creator>
		<pubDate>Mon, 10 Jan 2011 09:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=160#comment-1087</guid>
		<description><![CDATA[Hello David,
my congratulations for the excellent package incanter. Using xy-plot I have noticed that independent variable is probably(?) sorted before plotting. That is the reason why phase plots look litle bit strange. Below is the code:
(let [a (map (fn [x] (sin x)) (range 0 (* Math/PI 2) 0.1))
	    b (map (fn [x] (cos x)) (range 0 (* Math/PI 2) 0.1))]
	    (view (xy-plot a b)))
My best wishes for the New Year.
Wojtek
PS. Do you plan to include some ODE solvers in you package. It will be even more useful (my point of view)]]></description>
		<content:encoded><![CDATA[<p>Hello David,<br />
my congratulations for the excellent package incanter. Using xy-plot I have noticed that independent variable is probably(?) sorted before plotting. That is the reason why phase plots look litle bit strange. Below is the code:<br />
(let [a (map (fn [x] (sin x)) (range 0 (* Math/PI 2) 0.1))<br />
	    b (map (fn [x] (cos x)) (range 0 (* Math/PI 2) 0.1))]<br />
	    (view (xy-plot a b)))<br />
My best wishes for the New Year.<br />
Wojtek<br />
PS. Do you plan to include some ODE solvers in you package. It will be even more useful (my point of view)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

