<?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/"
		>
<channel>
	<title>Comments on: Polar bar plot in Python</title>
	<atom:link href="http://scienceoss.com/polar-bar-plot-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://scienceoss.com/polar-bar-plot-in-python/</link>
	<description>useful tidbits for using open source software in science</description>
	<lastBuildDate>Thu, 19 Jan 2012 02:43:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Derek</title>
		<link>http://scienceoss.com/polar-bar-plot-in-python/comment-page-1/#comment-1138</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 22 Aug 2011 15:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/?p=10#comment-1138</guid>
		<description>For a windrose, look at:
http://youarealegend.blogspot.com/2008/09/windrose.html</description>
		<content:encoded><![CDATA[<p>For a windrose, look at:<br />
<a href="http://youarealegend.blogspot.com/2008/09/windrose.html" rel="nofollow">http://youarealegend.blogspot.com/2008/09/windrose.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fail &#171; Alternate Seat of TYR</title>
		<link>http://scienceoss.com/polar-bar-plot-in-python/comment-page-1/#comment-1064</link>
		<dc:creator>fail &#171; Alternate Seat of TYR</dc:creator>
		<pubDate>Sun, 21 Nov 2010 17:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/?p=10#comment-1064</guid>
		<description>[...] over this, does anyone know if NetworkX even lets you position nodes using polar coordinates? This looks useful. This is far from [...]</description>
		<content:encoded><![CDATA[<p>[...] over this, does anyone know if NetworkX even lets you position nodes using polar coordinates? This looks useful. This is far from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://scienceoss.com/polar-bar-plot-in-python/comment-page-1/#comment-203</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 24 Sep 2008 21:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://scienceoss.com/?p=10#comment-203</guid>
		<description>Thanks for the article. I have been playing with this for a couple days and everything seems to work except for a couple issues. You can actually simply center the label by adding &#039;align=center&#039; as such

ax.bar(x,[1,2,3,4,5,6], width=width, align=&#039;center&#039;)

The first problem I am having is to have each pie have a fixed angle and prevent overlapping. I have 16 coordinates and I need each pie to be 22.5 degrees. There doesn&#039;t seem to be anything in the documentation about this.

The next problem is to have the angles start with 0 at the top and go clockwise like a regular compass. I am trying to make a wind rose with speed/direction. Let me know if you come across anything.

Thanks,

Justin</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I have been playing with this for a couple days and everything seems to work except for a couple issues. You can actually simply center the label by adding &#8216;align=center&#8217; as such</p>
<p>ax.bar(x,[1,2,3,4,5,6], width=width, align=&#8217;center&#8217;)</p>
<p>The first problem I am having is to have each pie have a fixed angle and prevent overlapping. I have 16 coordinates and I need each pie to be 22.5 degrees. There doesn&#8217;t seem to be anything in the documentation about this.</p>
<p>The next problem is to have the angles start with 0 at the top and go clockwise like a regular compass. I am trying to make a wind rose with speed/direction. Let me know if you come across anything.</p>
<p>Thanks,</p>
<p>Justin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

