[Matplotlib-users] Sankey diagram arrow shapes

2014-10-24 Thread Fabrice C.
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

Re: [Matplotlib-users] Sankey diagram

2010-02-10 Thread John Hunter
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

Re: [Matplotlib-users] Sankey diagram

2010-02-10 Thread Ben Axelrod
, 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

Re: [Matplotlib-users] Sankey diagram

2010-02-10 Thread Yannick Copin
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

Re: [Matplotlib-users] Sankey diagram

2010-02-10 Thread John Hunter
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

[Matplotlib-users] Sankey diagram

2010-02-09 Thread 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... Cheers, Yannick #!/usr/bin/env python # Time-stamp: <2010-02-10 01:49:08 ycopin> import numpy as N import