Hello Gaƫl,
First, thanks for your answer and sorry for the delay with mine. I'm new
to Python in general, and had a lot to figure out.
I used the code you linked to, with some modifications, particularly
because I'm dealing with directed graphs (asymmetric adjacency matrix).
To get arrows
On Sun, Dec 04, 2011 at 03:47:33PM +0100, andre...@club.lemonde.fr wrote:
> [1] I would like to make the diameter of each graph edge (tube) depend on an
> associated weight value. My impression is that tube_radius can only be a
> single value, not a vector, so I imagine a loop is required. Is tha