<?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>Sankey Diagrams &#187; software</title>
	<atom:link href="http://www.sankey-diagrams.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sankey-diagrams.com</link>
	<description>A Sankey diagram says more than 1000 pie charts</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:38:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sankey Diagrams in Python</title>
		<link>http://www.sankey-diagrams.com/sankey-diagrams-in-python/</link>
		<comments>http://www.sankey-diagrams.com/sankey-diagrams-in-python/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 10:28:55 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[Samples]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1901</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p> 	I am impressed by the Sankey diagrams produced with &#8216;sankeypython&#8217;, a new open source project. I first came across this <a href="http://comments.gmane.org/gmane.comp.python.matplotlib.general/21422">in a discussion forum</a>, where Yannick Copin from France presented his work using matprotlib. <a href="http://sourceforge.net/projects/sankeypython/">The project is now at Sourceforge</a>, and several Sankey Diagrams in Python samples can be seen there.<br />

<a href="http://www.sankey-diagrams.com/wp-content/gallery/o_gallery_205/screenshot1-sankey-for-python.jpg" title="Sankey for Python sample from http://sourceforge.net/projects/sankeypython/" class="shutterset_singlepic40" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/40__500x_screenshot1-sankey-for-python.jpg" alt="Sankey for Python sample 1" title="Sankey for Python sample 1" />
</a>
<br />
The most important functionality is available, such as labels for flows and units. Diagrams have a basic left-to-right orientation, with vertical arrows branching out on both sides. Color changes seem to be realized by combining several systems. There are apparently no node objects where the flows directly hook to (as is common in other tools), but by interlacing differently colored Sankey arrows a process step becomes kind of implicit.<br />

<a href="http://www.sankey-diagrams.com/wp-content/gallery/o_gallery_205/screenshot5-sankey-for-python.jpg" title="Sankey for Python sample from http://sourceforge.net/projects/sankeypython/" class="shutterset_singlepic43" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/43__500x_screenshot5-sankey-for-python.jpg" alt="Sankey for Python sample 5" title="Sankey for Python sample 5" />
</a>
 </p>
<p>This has only been up on Sourceforge since June 2011, so it will be interesting to follow further development on &#8216;Sankey Diagrams in Python&#8217;. I have added the project to <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">the list of Sankey diagram software</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/sankey-diagrams-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fineo and ParSets</title>
		<link>http://www.sankey-diagrams.com/fineo-and-parsets/</link>
		<comments>http://www.sankey-diagrams.com/fineo-and-parsets/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 16:36:58 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Methodology]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1822</guid>
		<description><![CDATA[Two Sankey-style diagramming tools which I have shamefully neglected until today are ParSets and Fineo. Both visualization tools have been released to the public in 2009 (first publication on ParSets in a research paper in 2006, predecessor project of Fineo, the Design Research Map project first mentioned in 2008). The main idea behind both tools [...]]]></description>
			<content:encoded><![CDATA[<p> 	Two Sankey-style diagramming tools which I have shamefully neglected until today are <a href="http://eagereyes.org/parallel-sets">ParSets</a> and <a href="http://www.densitydesign.org/research/fineo/">Fineo</a>. Both visualization tools have been released to the public in 2009 (first publication on ParSets in a <a href="http://kosara.net/papers/2006/Kosara_TVCG_2006.pdf">research paper in 2006</a>, predecessor project of Fineo, the <a href="http://www.densitydesign.org/research/drm/">Design Research Map project</a> first mentioned in 2008). The main idea behind both tools is to visualize statistical data by grouping it into categories and showing bands/streams/parallelograms between the categories to represent the relationships between the categories. </p>
<p>ParSets and Fineo have similarities and differences. But before we go into details, let&#8217;s have a look at both tools first. Here is a screenshot from ParSets:</p>

<a href="http://www.sankey-diagrams.com/wp-content/gallery/o_gallery_205/parsets-teaser.png" title="A screenshot of ParSets, taken from http://eagereyes.org/parallel-sets" class="shutterset_singlepic29" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/29__500x_parsets-teaser.png" alt="Screenhot ParSets" title="Screenhot ParSets" />
</a>

<p>And here is one from Fineo:</p>

<a href="http://www.sankey-diagrams.com/wp-content/gallery/o_gallery_205/fineo_screenshot_1.jpg" title="A screenshot of Fineo, taken from http://www.densitydesign.org/research/fineo/" class="shutterset_singlepic27" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/27__500x_fineo_screenshot_1.jpg" alt="Screenshot Fineo" title="Screenshot Fineo" />
</a>

<p>ParSets was developed by Robert Kosara (Department of Computer Science, College of Computing and Informatics, University of North Carolina at Charlotte) and Caroline Ziemkiewicz (Brown University). The tool is open source and runs on Mac and Windows platforms. Read more about ParSets on the <a href="http://eagereyes.org/parallel-sets">project page on Robert&#8217;s EagerEyes blog</a>. The project had some funding from the U.S. Department of Homeland Security, and the tool is designed to work on census data or other statistical data. </p>
<p>Fineo was developed by the DensityDesign group, a Research Lab in the design department (INDACO) of the Politecnico di Milano in Italy. This is an online tool and can be used by uploading csv data files. Try the <a href="http://fineo.densitydesign.org/custom/">online version here</a>, or visit the <a href="http://www.densitydesign.org/research/fineo/">project page on the Density Design blog</a>. This is a self-sponsored project, targeting at designers and infographers.</p>
<p>There are some differences in the layout and design. ParSets shows the link between categories as parallelograms, while Fineo has curved bands. The main orientation of the diagram is top-to-bottom in ParSets, and left-to-right in Fineo. Hence the nodes (representing categories) are thin horizontal lines in ParSets, and vertical black bars in Fineo. Not sure, but this is probably an option setting.</p>
<p>The main difference though seems to be that ParSets keeps track of subdivisions over neighbouring categories. Fineo looks more at pairs of categories (category &#8211; relation &#8211; category) and is according to the authors more inspired by this feature of Sankey diagrams (<a href="http://www.densitydesign.org/research/fineo/#Sankey+Diagrams">read here</a>). On a side note I would like to add to this that both ParSets and Fineo lack one important of characteristic of Sankey diagrams, which differentiates them from Sankey diagrams: flow direction, or, in other words, a &#8216;from-to&#8217; relationship. &#8220;Both of the visualizations are weighted bipartite graphs&#8221;, but not directed graphs.</p>
<p>Still, both tools are very good pieces of work, and I am looking forward to seeing updates in the future. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/fineo-and-parsets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very Simple Online Sankey Diagrams</title>
		<link>http://www.sankey-diagrams.com/very-simple-online-sankey-diagrams/</link>
		<comments>http://www.sankey-diagrams.com/very-simple-online-sankey-diagrams/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 14:22:40 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1763</guid>
		<description><![CDATA[Found this very simple online Sankey diagram drawing application developed by Jan Stępień. It is a very very basic interface where you can define nodes (&#8220;Processes&#8221;) and streams (&#8220;Reagents&#8221;) between source and sink nodes. The whole thing is in black and white and you will get outputs like these: I played around a bit with [...]]]></description>
			<content:encoded><![CDATA[<p> 	Found this very<a href="http://sankey.heroku.com/"> simple online Sankey diagram drawing application</a> developed by Jan Stępień. It is a very very basic interface where you can define nodes (&#8220;Processes&#8221;) and streams (&#8220;Reagents&#8221;) between source and sink nodes. The whole thing is in black and white and you will get outputs like these:</p>

<a href="http://www.sankey-diagrams.com/wp-content/gallery/o_gallery_204/jstepien_sankey.png" title="Sample Sankey diagram produced with jstepien's online tool at http://sankey.heroku.com/" class="shutterset_singlepic18" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/18__500x_jstepien_sankey.png" alt="Sample Sankey diagram produced with jstepien's online tool at http://sankey.heroku.com/" title="Sample Sankey diagram produced with jstepien's online tool at http://sankey.heroku.com/" />
</a>

<p>I played around a bit with the tool, but didn&#8217;t quite manage to do my own Sankey diagram. See for yourself. The<a href="https://github.com/jstepien/sankey"> code is open source</a>, so if anyone wants to contribute&#8230; I updated my <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">software list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/very-simple-online-sankey-diagrams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of e!Sankey</title>
		<link>http://www.sankey-diagrams.com/new-version-of-esankey-2/</link>
		<comments>http://www.sankey-diagrams.com/new-version-of-esankey-2/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 05:51:35 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1719</guid>
		<description><![CDATA[A new version of e!Sankey has been released recently. e!Sankey 3.0 comes with a series of new features, such as reconnecting arrows to another node, alignment of elements, definition of unit types, or the long awaited multiple element edit. According to their forum they have also implemented a number of features suggested by the e!Sankey [...]]]></description>
			<content:encoded><![CDATA[<p> 	A new version of e!Sankey has been released recently. e!Sankey 3.0 comes with a series of new features, such as reconnecting arrows to another node, alignment of elements, definition of unit types, or the long awaited multiple element edit. <a href="http://forum.e-sankey.com/index.php?topic=1124.0">According to their forum</a> they have also implemented a number of features suggested by the e!Sankey user community.</p>
<p>The below are two new samples shipped with the test version. The first is for the efficiency of a car engine, in German&#8230;<br />

<a href="http://www.sankey-diagrams.com/wp-content/gallery/e_gallery_201/pkw-wirkungsgrad-de.png" title="Sample Sankey diagram from e!Sankey 3.0: efficiency of a car engine" class="shutterset_singlepic11" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/11__500x_pkw-wirkungsgrad-de.png" alt="pkw-wirkungsgrad-de" title="pkw-wirkungsgrad-de" />
</a>
<br />
&#8230; the second a remake of the oxy-combustion Sankey diagram I <a href="http://www.sankey-diagrams.com/oxy-combustion-vs-air-combustion/">presented here on the blog</a> two years ago:<br />

<a href="http://www.sankey-diagrams.com/wp-content/gallery/e_gallery_202/sample-combustion-oxy-fuel.jpg" title="Sample Sankey diagram from e!Sankey 3.0: Oxy combustion" class="shutterset_singlepic14" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/14__500x_sample-combustion-oxy-fuel.jpg" alt="sample-combustion-oxy-fuel" title="sample-combustion-oxy-fuel" />
</a>
</p>
<p>The price has gone up a little for the new version. I have <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">updated my Sankey software page</a> accordingly. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/new-version-of-esankey-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embodied Carbon Sankey Diagram</title>
		<link>http://www.sankey-diagrams.com/embodied-carbon-sankey-diagram/</link>
		<comments>http://www.sankey-diagrams.com/embodied-carbon-sankey-diagram/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 14:36:14 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[Methodology]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[carbon footprint]]></category>
		<category><![CDATA[GHG]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1611</guid>
		<description><![CDATA[I found the idea behind the below Sankey diagrams quite compelling. Both are from the user manual of the &#8216;Umberto for Carbon Footprint&#8217; software by ifu Hamburg. They are also the makers of e!Sankey, and it seems as if most of the e!Sankey software features are also included in this new software for modeling and [...]]]></description>
			<content:encoded><![CDATA[<p> 	I found the idea behind the below Sankey diagrams quite compelling. Both are from the user manual of <a href="http://www.umberto.de/en/carbonfootprint/">the &#8216;Umberto for Carbon Footprint&#8217; software</a> by ifu Hamburg. They are also the makers of <a href="http://www.e-sankey.com/">e!Sankey</a>, and it seems as if most of the e!Sankey software features are also included in this new software for modeling and calculating product carbon footprints.</p>
<p>I played with the demo models included in the trial version, one of which is for a toy parrot. The product life cycle is modeled from cradle-to-grave with the raw materials, assembly, distribution, use, and end-of-life phases. Using embodied carbon data from an LCI database for the raw materials and energy used along the life-cycle, a carbon footprint is calculated. The material and energy flows related to the product manufacturing and use are then shown as a Sankey diagram.</p>
<div class="mypicsgallery"><a rel="lightbox[u_sankey_004]" href="http://www.sankey-diagrams.com/wp-content/myfotos/u_sankey_004/umberto_carbon_footprint_material_sankey.jpg"  title="Product carbon footprint life cycle model, material and energy flow Sankey diagram. Source: Umberto for Carbon Footprint 1.0 User Manual, p. 56"><img  width="500" height="251" src="http://www.sankey-diagrams.com/wp-content/myfotos/u_sankey_004/tumbs/tmb_umberto_carbon_footprint_material_sankey.jpg" alt="Product carbon footprint life cycle model, material and energy flow Sankey diagram. Source: Umberto for Carbon Footprint 1.0 User Manual, p. 56" title="Product carbon footprint life cycle model, material and energy flow Sankey diagram. Source: Umberto for Carbon Footprint 1.0 User Manual, p. 56" /></a></div>
<div class="thumbsnav"></div>
<p>The Sankey view can be switched to an &#8216;embodied carbon&#8217; or carbon load view, which shows the &#8216;carbon rucksack&#8217; of the product as it cumulates along the supply chain. </p>
<p>In this second Sankey diagram the arrows representing the greenhouse gas burdens caused by the waste disposal phase are turned around, so that both the upstream supply chain as well as the downstream processing after the product use are visually added. They form one large Sankey arrow (shown in green here) for the product&#8217;s carbon footprint.</p>
<div class="mypicsgallery"><a rel="lightbox[u_sankey_005]" href="http://www.sankey-diagrams.com/wp-content/myfotos/u_sankey_005/umberto_carbon_footprint_carbon_sankey.jpg"  title="Product carbon footprint life cycle model, carbon load Sankey diagram. Source: Umberto for Carbon Footprint 1.0 User Manual, p. 56"><img  width="500" height="251" src="http://www.sankey-diagrams.com/wp-content/myfotos/u_sankey_005/tumbs/tmb_umberto_carbon_footprint_carbon_sankey.jpg" alt="Product carbon footprint life cycle model, carbon load Sankey diagram. Source: Umberto for Carbon Footprint 1.0 User Manual, p. 56" title="Product carbon footprint life cycle model, carbon load Sankey diagram. Source: Umberto for Carbon Footprint 1.0 User Manual, p. 56" /></a></div>
<div class="thumbsnav"></div>
<p>This is of course not a Sankey diagram drawing software, but rather a modeling or calcalation tool for carbon footprints. Still, I think, this is a fine use case where Sankey diagrams unfold their full visualization power. It can be immediately grasped which stage of the life cycle, or which raw material or energy supply contributes most to the carbon footprint. </p>
<p>Note: Have added this to <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">the software list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/embodied-carbon-sankey-diagram/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sankey Diagram Function in R</title>
		<link>http://www.sankey-diagrams.com/sankey-diagram-function-in-r/</link>
		<comments>http://www.sankey-diagrams.com/sankey-diagram-function-in-r/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 15:23:44 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[Samples]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1396</guid>
		<description><![CDATA[I am always getting excited when I have a new e-mail with a Google alert for Sankey diagrams. This time I was directed to this blog post. SankeyR is a function for the R open source statistical computing and graphics package based on the drawSankey routine for Matlab developed at EPFL. Aaron Berdanier at Colorado [...]]]></description>
			<content:encoded><![CDATA[<p> 	I am always getting excited when I have a new e-mail with a Google alert for Sankey diagrams. This time I was directed to <a href="http://biologicalposteriors.blogspot.com/2010/07/sankey-diagrams-in-r.html">this blog post</a>.</p>
<p>SankeyR is a function for <a href="http://www.r-project.org/">the R open source statistical computing and graphics package</a> based on the drawSankey routine for Matlab developed at EPFL. Aaron Berdanier at Colorado State adapted it to work with R. It produces simple left-to-right Sankey diagrams like this one: </p>
<div class="mypicsgallery"><a rel="lightbox[o_sankey_118]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_118/SankeyR_Sample.png"  title="Sample diagram produced with SankeyR by Aaron Benadier at Colorado State University."><img  width="500" height="193" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_118/tumbs/tmb_SankeyR_Sample.png" alt="Sample diagram produced with SankeyR by Aaron Benadier at Colorado State University." title="Sample diagram produced with SankeyR by Aaron Benadier at Colorado State University." /></a></div>
<div class="thumbsnav"></div>
<p>The routine creates a plot in R, or can be outputed to bmp or pdf format. &#8220;Inputs do not need to equal losses. Any difference will be displayed as a discrepancy in the height of the left and right sides of the diagram. This capability enables the developer to examine imbalances in flows.&#8221; </p>
<p><a href="http://warnercnr.colostate.edu/~berdanie/Sankey.R">Get the source from Aaron&#8217;s blog. </a></p>
<p>I have added SankeyR to <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">the Sankey software list</a>. Thanks Aaron for sharing this with the R community. I am just not sure how what to make of the blog name&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/sankey-diagram-function-in-r/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SankeyTurtle</title>
		<link>http://www.sankey-diagrams.com/sankeyturtle/</link>
		<comments>http://www.sankey-diagrams.com/sankeyturtle/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 11:25:12 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[Methodology]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1255</guid>
		<description><![CDATA[Gabor Doka, developer of SankeyHelper is currently working on SankeyTurtle, the implementation of a simple language for arrow routing in his Excel macro-based diagramming tool SankeyHelper. SankeyTurtle is currently being beta-tested. The idea of SankeyTurtle code is to give each Sankey flux – each data cell – an accompagnying instruction how to draw the flux [...]]]></description>
			<content:encoded><![CDATA[<p> 	Gabor Doka, developer of SankeyHelper is currently working on SankeyTurtle, the implementation of a simple language for arrow routing in his Excel macro-based diagramming tool <a href="http://www.doka.ch/sankey.htm">SankeyHelper</a>. SankeyTurtle is currently <a href="http://www.doka.ch/SankeyTurtleBeta.htm">being beta-tested.</a></p>
<blockquote><p>The idea of SankeyTurtle code is to give each Sankey flux – each data cell – an accompagnying instruction how to draw the flux exactly in terms of path and geometry. The SankeyTurtle syntax is based on the vintage Logo TurtleGraphics drawing language, where you tell an imaginary turtle with a pen attached to it&#8217;s tail commands like &#8220;Move Forward&#8221; and &#8220;Turn Right 90°&#8221; and record the trail of the pen. </p></blockquote>
<div class="mypicsgallery"><a rel="lightbox[o_sankey_110]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_110/TurtleTable.jpg"  title="SankeyTurtle, a scripting language for Sankey Helper, currently being beta-tested"><img  width="500" height="177" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_110/tumbs/tmb_TurtleTable.jpg" alt="SankeyTurtle, a scripting language for Sankey Helper, currently being beta-tested" title="SankeyTurtle, a scripting language for Sankey Helper, currently being beta-tested" /></a></div>
<div class="thumbsnav"></div>
<p>This will definitely an exciting improvement for all users of the SankeyHelper freeware &#8230; sorry, Sankeyware. </p>
<p>I&#8217;ll keep you posted about the progress and any official release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/sankeyturtle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DrawSankey</title>
		<link>http://www.sankey-diagrams.com/draw-sankey-sample/</link>
		<comments>http://www.sankey-diagrams.com/draw-sankey-sample/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:50:24 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[Samples]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1206</guid>
		<description><![CDATA[After the colorful Sankey diagrams in the last two posts, here is a black/white one to soothe your eyes&#8230; It has a left-to-right orientation, with inputs from the left, and losses branching out to the top. Made with Matlab add-on m.DrawSankey from EPFL Lausannne.]]></description>
			<content:encoded><![CDATA[<p> 	After the colorful Sankey diagrams in the last two posts, here is a black/white one to soothe your eyes&#8230;</p>
<div class="mypicsgallery"><a rel="lightbox[o_sankey_105]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_105/DrawSankey_MkII.jpg"  title="Sample diagram left-to-right produced with DrawSankey matalb plugin. See http://leniwiki.epfl.ch/index.php/DrawSankey"><img  width="500" height="210" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_105/tumbs/tmb_DrawSankey_MkII.jpg" alt="Sample diagram left-to-right produced with DrawSankey matalb plugin. See http://leniwiki.epfl.ch/index.php/DrawSankey" title="Sample diagram left-to-right produced with DrawSankey matalb plugin. See http://leniwiki.epfl.ch/index.php/DrawSankey" /></a></div>
<div class="thumbsnav"></div>
<p>It has a left-to-right orientation, with inputs from the left, and losses branching out to the top. Made with Matlab add-on <a href="http://www.sankey-diagrams.com/matlab-routine-for-simple-sankey-diagrams/">m.DrawSankey from EPFL Lausannne</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/draw-sankey-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version 2.4 of Sankey Helper</title>
		<link>http://www.sankey-diagrams.com/new-version-2-4-of-sankey-helper/</link>
		<comments>http://www.sankey-diagrams.com/new-version-2-4-of-sankey-helper/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:14:12 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1094</guid>
		<description><![CDATA[Gabor Doka has relased an updated version of his freeware tool Sankey Helper. The new version 2.4 has a macro for one-step default diagram generation, as well as enhanced colouring features such as using colours from data cells, and creation of colour hue variations. I haven&#8217;t tested the new release myself, but will keep you [...]]]></description>
			<content:encoded><![CDATA[<p> 	Gabor Doka has relased an updated version of his freeware tool <a href="http://www.doka.ch/sankey.htm">Sankey Helper</a>. The new version 2.4 has a macro for one-step default diagram generation, as well as enhanced colouring features such as using colours from data cells, and creation of colour hue variations. I haven&#8217;t tested the new release myself, but will keep you posted after doing so. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/new-version-2-4-of-sankey-helper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>e!Sankey: new version 2.5 out</title>
		<link>http://www.sankey-diagrams.com/esankey-new-version-2-5-out/</link>
		<comments>http://www.sankey-diagrams.com/esankey-new-version-2-5-out/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:18:29 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=1070</guid>
		<description><![CDATA[Just before the holidays a new version of e!Sankey became available. I had some time to play around with the new 2.5 release. Not that many new functions, it seems, but apparently some bug fixes and smaller improvements. The main new feature is the interface langauges in French, Portuguese and Spanish. The entry in my [...]]]></description>
			<content:encoded><![CDATA[<p> 	Just before the holidays a new version of e!Sankey became available. I had some time to play around with the new 2.5 release. Not that many new functions, it seems, but apparently some bug fixes and smaller improvements. The main new feature is the interface langauges in French, Portuguese and Spanish. The entry in my <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">Sankey diagram software list</a> has been updated accordingly.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/esankey-new-version-2-5-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matlab routine for simple Sankey diagrams</title>
		<link>http://www.sankey-diagrams.com/matlab-routine-for-simple-sankey-diagrams/</link>
		<comments>http://www.sankey-diagrams.com/matlab-routine-for-simple-sankey-diagrams/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:58:41 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=586</guid>
		<description><![CDATA[Just came across a new piece of software for simple Sankey diagrams. DrawSankey.m is a routine for Matlab that allows to produce diagrams like these: DrawSankey.m is from the Industrial Energy Systems Laboratory (LENI) at Swiss EPFL in Lausanne. Find more information on their Wiki. I haven&#8217;t tested it myself yet, but this definitely looks [...]]]></description>
			<content:encoded><![CDATA[<p> 	Just came across a new piece of software for simple Sankey diagrams.<br />
DrawSankey.m is a routine for <a href="http://en.wikipedia.org/wiki/MATLAB">Matlab</a> that allows to produce diagrams like these:</p>
<div class="mypicsgallery"><a rel="lightbox[o_sankey_070]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_070/DrawSankey.png"  title="Sample output of drawSankey.m plugin for Matlab from EPFL Lausanne."><img  width="500" height="295" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_070/tumbs/tmb_DrawSankey.png" alt="Sample output of drawSankey.m plugin for Matlab from EPFL Lausanne." title="Sample output of drawSankey.m plugin for Matlab from EPFL Lausanne." /></a></div>
<div class="thumbsnav"></div>
<p>DrawSankey.m is from the Industrial Energy Systems Laboratory (<a href="http://leni.epfl.ch/">LENI</a>) at Swiss EPFL in Lausanne. Find <a href="http://leniwiki.epfl.ch/index.php/DrawSankey">more information on their Wiki</a>. </p>
<p>I haven&#8217;t tested it myself yet, but this definitely looks like an interesting add-on for Matlab users. I have added drawSankey.m to <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">the Sankey software list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/matlab-routine-for-simple-sankey-diagrams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sankey Diagrams are Directed Weighted Graphs</title>
		<link>http://www.sankey-diagrams.com/sankey-diagrams-are-directed-weighted-graphs/</link>
		<comments>http://www.sankey-diagrams.com/sankey-diagrams-are-directed-weighted-graphs/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 15:26:32 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Methodology]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=148</guid>
		<description><![CDATA[For those of you interested in some of the maths behind drawing Sankey diagrams properly, you might want to read this article on &#8216;Programmatic Rendering of Directed, Weighted Graphs&#8217; submitted for SVG Open 2003 by Philip A. Mansfield and Mark Ambachtsheer of SchemaSoft. The authors consider Sankey diagrams as directed weighted graphs but they &#8220;can [...]]]></description>
			<content:encoded><![CDATA[<p> 	For those of you interested in some of the maths behind drawing Sankey diagrams properly, you might want to <a href="http://www.svgopen.org/2003/papers/RenderingGraphs/index.html">read this article on &#8216;Programmatic Rendering of Directed, Weighted Graphs&#8217;</a> submitted for SVG Open 2003 by Philip A. Mansfield and Mark Ambachtsheer of SchemaSoft.</p>
<p>The authors consider Sankey diagrams as directed weighted graphs but they &#8220;can be difficult, time-consuming, and uninteresting to render by hand&#8221;. However, &#8220;Sankey diagrams do add an indisputable expressive power to a standard mathematical rendering of a graph&#8230;[and] when professionally constructed, Sankey diagrams represent flow in a manner &#8230; can be understood by anyone, instantly.&#8221;</p>
<p>Three diagrams are presented: a simple directed, weighted graph representing a candy factory, a pen-sketched B/W Sankey diagram, and the corresponding Sankey diagram in SVG format, created using data in XML format and XSLT style sheet transformation.</p>
<div class="mypicsgallery"><a rel="lightbox[o_sankey_035]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_035/simple weighted graph.png"  title="Candy factory: the raw materials quantities for the production of chocolate bars and caramel core candies are shown with a simple weighted, directed graph (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)"><img  width="500" height="187" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_035/tumbs/tmb_simple weighted graph.png" alt="Candy factory: the raw materials quantities for the production of chocolate bars and caramel core candies are shown with a simple weighted, directed graph (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)" title="Candy factory: the raw materials quantities for the production of chocolate bars and caramel core candies are shown with a simple weighted, directed graph (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)" /></a><a rel="lightbox[o_sankey_035]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_035/CandyFactorySankeyManual.png"  title="The same candy factory with a hand-drawn Sankey diagram (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)"><img  width="500" height="434" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_035/tumbs/tmb_CandyFactorySankeyManual.png" alt="The same candy factory with a hand-drawn Sankey diagram (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)" title="The same candy factory with a hand-drawn Sankey diagram (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)" /></a><a rel="lightbox[o_sankey_035]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_035/svg_sankey_candyfactory.png"  title="Sankey diagram for the candy factory. A vector graphic has been created using XML and XSLT. (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)"><img  width="500" height="668" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_035/tumbs/tmb_svg_sankey_candyfactory.png" alt="Sankey diagram for the candy factory. A vector graphic has been created using XML and XSLT. (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)" title="Sankey diagram for the candy factory. A vector graphic has been created using XML and XSLT. (Source: Mansfield/Ambachtsheer. Programmatic Rendering of Directed, Weighted Graphs, 2003)" /></a></div>
<div class="thumbsnav"></div>
<p>They also have some interesting details on graphical problems, such as overlay, edge layout, width of Sankey arrows in curves, etc. Basically all that stuff that developers of <a href="http://www.sankey-diagrams.com/sankey-diagram-software/">professional Sankey software tools</a> have to cope with.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/sankey-diagrams-are-directed-weighted-graphs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Sankeyware&#8221;</title>
		<link>http://www.sankey-diagrams.com/sankeyware/</link>
		<comments>http://www.sankey-diagrams.com/sankeyware/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 15:44:41 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[Samples]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=108</guid>
		<description><![CDATA[Just back from a short late summer holiday, enjoying a few &#8220;Sankey-free&#8221; days at the coast. To get going again I am presenting a Sankey diagram you might have seen already. It is Gabor Doka&#8217;s sample diagram for his &#8216;Sankey Helper&#8217; application. The tool comes as a Microsoft Excel workbook, with a number of macros [...]]]></description>
			<content:encoded><![CDATA[<p> 	Just back from a short late summer holiday, enjoying a few &#8220;Sankey-free&#8221; days at the coast. To get going again I am presenting a Sankey diagram you might have seen already. It is Gabor Doka&#8217;s sample diagram for his &#8216;Sankey Helper&#8217; application.</p>
<p><img src="http://www.doka.ch/recyclingthumb.jpg" alt="Sankey diagram created with Sankey Helper 2.1 (by G.Doka)" /></p>
<p>The tool comes as a Microsoft Excel workbook, with a number of macros and a toolbar that allows to create shapes and assignments from the data sheet to these shapes. Of course, graphical layout capacities of this helper tool is limited, however, simple diagrams can be drawn easily once you understand how to handle it. </p>
<p>Sankey Helper 2.1 is freeware &#8211; err, sorry! &#8211; &#8220;Sankeyware&#8221;. You must sent the author a Sankey diagram you created, but otherwise there is no cost. Nice idea! Download Sankey Helper from <a href="http://www.doka.ch/sankey.htm">Gabor Doka&#8217;s website</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/sankeyware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New version of e!Sankey</title>
		<link>http://www.sankey-diagrams.com/new-version-of-esankey/</link>
		<comments>http://www.sankey-diagrams.com/new-version-of-esankey/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 13:43:53 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=97</guid>
		<description><![CDATA[Good news upon my return from a summer break: e!Sankey 2.0 has been released by German software maker ifu Hamburg on July 15. I had participated in their beta testing in June, so I was well aware of what they would present&#8230; The new version comes in two different flavours: a standard version and a [...]]]></description>
			<content:encoded><![CDATA[<p> 	Good news upon my return from a summer break: e!Sankey 2.0 has been released by German software maker ifu Hamburg on July 15. I had participated in their beta testing in June, so I was well aware of what they would present&#8230; </p>
<p>The new version comes in two different flavours: a standard version and a &#8220;pro&#8221; version, which differs from the standard version by offering a &#8216;LiveLink&#8217; for Excel files and material stocks visualization.</p>
<p>A full <a href="http://www.e-sankey.com/smf/index.php?topic=171.0">list of new features</a> has been published in their BBS. Some are nice to have, such as the 40+ fill patterns or background colour for the diagram. Others are off real added value (at least in my eyes), such as rotating of labels, or <a href="http://www.e-sankey.com/smf/index.php?topic=216.0">padding at processes</a>.</p>

<a href="http://www.sankey-diagrams.com/wp-content/gallery/e_gallery_202/padding3.png" title="Padding at process in new version e!Sankey 2.0. Distance of Sankey arrow icon" class="shutterset_singlepic171" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/171__x_padding3.png" alt="padding3" title="padding3" />
</a>
<br />

<a href="http://www.sankey-diagrams.com/wp-content/gallery/e_gallery_202/padding4.png" title="Padding at process in new version e!Sankey 2.0. Distance reduced by padding." class="shutterset_singlepic172" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/172__x_padding4.png" alt="padding4" title="padding4" />
</a>
<br />

<a href="http://www.sankey-diagrams.com/wp-content/gallery/e_gallery_202/padding5.png" title="Padding at process in new version e!Sankey 2.0. Icon removed" class="shutterset_singlepic173" >
	<img class="ngg-singlepic" src="http://www.sankey-diagrams.com/wp-content/gallery/cache/173__x_padding5.png" alt="padding5" title="padding5" />
</a>

<p>The implementation of the interface to Microsoft Excel (so-called LiveLink) is a big push and definitely justifies the price difference of 60 Euro (110 US$) for the e!Sankey 2.0 pro version. You can copy &#038; paste values from Excel into the quantity field for a flow, establishing a dynamic reference to the cell in the background (cells should be named, so that their postion can be changed without losing the reference to the e!Sankey diagram). If the value in the Excel file is changed, the flow quantity is automatically updated, and the diagram adapted accordingly. <a href="http://www.e-sankey.com/smf/index.php?topic=217.0">Read more about the Excel LiveLink</a>.</p>
<p>A 30-day trial version can be downloaded <a href="http://www.e-sankey.com/en/download/index.htm">here</a>.</p>
<p>I will play around with e!Sankey 2.0 pro (after I have dug through my inbox <img src='http://www.sankey-diagrams.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ) and present some more Sankey diagrams within the next days&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/new-version-of-esankey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visio Pre-Wired Sankey Diagram Shape</title>
		<link>http://www.sankey-diagrams.com/visio-pre-wired-sankey-diagram-shape/</link>
		<comments>http://www.sankey-diagrams.com/visio-pre-wired-sankey-diagram-shape/#comments</comments>
		<pubDate>Tue, 27 May 2008 07:58:20 +0000</pubDate>
		<dc:creator>phineas</dc:creator>
				<category><![CDATA[Samples]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Visio]]></category>

		<guid isPermaLink="false">http://www.sankey-diagrams.com/?p=88</guid>
		<description><![CDATA[Visio Guy has been &#8220;messing around with &#8230; Sankey Diagram Shapes for Visio again &#8212; because [he] just couldn&#8217;t resist&#8221;. The result is a pre-wired Sankey diagram shape, in which five flows exit from a process box. The flows scale automatically according to the user input. VG&#8217;s example is fun, showing cost of living and [...]]]></description>
			<content:encoded><![CDATA[<p> 	<a href="http://www.visguy.com">Visio Guy</a> has been &#8220;messing around with &#8230; Sankey Diagram Shapes for Visio again &#8212; because [he] just couldn&#8217;t resist&#8221;. <img src='http://www.sankey-diagrams.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The result is a pre-wired Sankey diagram shape, in which five flows exit from a process box. The flows scale automatically according to the user input.</p>
<div class="mypicsgallery"><a rel="lightbox[o_sankey_023]" href="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_023/prewiredsankey_sample.png"  title="A Sankey diagram created with Visio using a set of five Sankey arrows pre-wired to a process box. Downloadable from Visio Guy's blog at http://www.visguy.com"><img  width="500" height="215" src="http://www.sankey-diagrams.com/wp-content/myfotos/o_sankey_023/tumbs/tmb_prewiredsankey_sample.png" alt="A Sankey diagram created with Visio using a set of five Sankey arrows pre-wired to a process box. Downloadable from Visio Guy's blog at http://www.visguy.com" title="A Sankey diagram created with Visio using a set of five Sankey arrows pre-wired to a process box. Downloadable from Visio Guy's blog at http://www.visguy.com" /></a></div>
<div class="thumbsnav"></div>
<p>VG&#8217;s example is fun, showing cost of living and what money is being spent on. I just hope his food spendings don&#8217;t spread 60/40 on chips and coffee&#8230; <img src='http://www.sankey-diagrams.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>Read the <a href="http://www.visguy.com/2008/05/26/pre-wired-sankey-diagram-shapes/">full blog post</a>. There is a download link for this Visio shape at the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sankey-diagrams.com/visio-pre-wired-sankey-diagram-shape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

