<?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>The Pythonian &#187; sorting</title>
	<atom:link href="http://thepythonian.com/tag/sorting/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepythonian.com</link>
	<description>All about the Python Programming Language</description>
	<lastBuildDate>Tue, 10 Aug 2010 18:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Visualization of Graphs</title>
		<link>http://thepythonian.com/2009/04/16/visualization-of-graphs/</link>
		<comments>http://thepythonian.com/2009/04/16/visualization-of-graphs/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 07:12:43 +0000</pubDate>
		<dc:creator>thePythonian</dc:creator>
				<category><![CDATA[Graphing]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[social graphs]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[trees]]></category>

		<guid isPermaLink="false">http://thepythonian.com/?p=11</guid>
		<description><![CDATA[Dynamic Graph Visualization
<p>The ability to use python as a high level language for nodal creation for acrylic trees can show some pretty results which can impress anyone, even marketing types. Below is a list of python graphing libraries and API&#8217;s which Python can call, some of which use Graphviz to render the graphs/charts.</p>

PyDot
NetworkX
python-graph
Gython
UBIGRAPH
SNA (Six-Degrees Network Analyizer)
Python [...]]]></description>
			<content:encoded><![CDATA[<h2>Dynamic Graph Visualization</h2>
<p>The ability to use python as a high level language for nodal creation for <a title="Graph Visualization" href="http://www.cs.umd.edu/hcil/graphvis/">acrylic trees</a> can show some pretty results which can impress anyone, even marketing types. Below is a list of python graphing libraries and API&#8217;s which Python can call, some of which use <a rel="nofollow" href="http://www.research.att.com/sw/tools/graphviz/">Graphviz</a> to render the graphs/charts.</p>
<ul>
<li><a title="pydot" href="http://code.google.com/p/pydot/">PyDot</a></li>
<li><a title="NetworkX " href="http://networkx.lanl.gov/index.html">NetworkX</a></li>
<li><a title="python-graph" href="http://code.google.com/p/python-graph/">python-graph</a></li>
<li><a title="GUESS" href="http://graphexploration.cond.org/">Gython</a></li>
<li><a title="UBIGRAPH" href="http://ubietylab.net/ubigraph/">UBIGRAPH</a></li>
<li><a title="SNA" href="http://sourceforge.net/projects/sna/">SNA</a> (Six-Degrees Network Analyizer)</li>
<li><a title="Python Call Graph" href="http://pycallgraph.slowchop.com/">Python Call Graph</a></li>
<li><a title="PyNSource" href="http://www.andypatterns.com/index.php/products/pynsource_-_uml_tool_for_python/">PyNSource</a> (UML graphing)</li>
<li><a title="igraph" href="http://igraph.sourceforge.net/index.html">igraph</a></li>
<li><a title="Gprof2Dot" href="http://code.google.com/p/jrfonseca/wiki/Gprof2Dot">Gprof2Dot</a></li>
</ul>
<p><span style="text-decoration: none; color: #000000;">Also, more information about data visualization techiniques at this <a title="Data Visualization" href="http://ictlogy.net/wiki/index.php?title=Data_Visualization">link site</a>.<br />
</span></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://thepythonian.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://thepythonian.com/2009/04/16/visualization-of-graphs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
