Dear all,
I have read the 3 Sankey diagram examples.
The first example shows arrow shapes with the default value for angle while the
second example shows arrows with180 degree angles which make them look like a
flat line.
Does anyone know if it would be possible to mix the two styles inside a sin
On Wed, Feb 10, 2010 at 12:44 PM, Ben Axelrod wrote:
> Really cool plot.
>
> Speaking of the 1.0 release, is there a target date set? And if there is
> going to be another bug-fix release before 1.0, is there a target date for
> that?
No target date yet, it has been on my wish list for a whil
, 2010 10:55 AM
To: Yannick Copin
Cc: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] Sankey diagram
2010/2/9 Yannick Copin :
> Hi List,
>
> I made a script to draw very simple (single-direction single-input
> single-sided single-everything) Sankey diagrams (attached
Hi,
following my own post, I attach an upgraded version of the sankey.py script to
draw single-direction Sankey diagrams. It now supports multiple inputs and
double-sided diagrams (see attached example). Let me know if you find it
useful, and/or have any comment.
Cheers,
--
.~. Yannick
2010/2/9 Yannick Copin :
> Hi List,
>
> I made a script to draw very simple (single-direction single-input
> single-sided single-everything) Sankey diagrams (attached). I think I could
> share, if it can be of any use...
Great -- I had never heard of a Sankey diagram but just took a look on
wikipe
Hi List,
I made a script to draw very simple (single-direction single-input
single-sided single-everything) Sankey diagrams (attached). I think I
could share, if it can be of any use...
Cheers,
Yannick
#!/usr/bin/env python
# Time-stamp: <2010-02-10 01:49:08 ycopin>
import numpy as N
import