[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Direction of arrows in igraph
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Direction of arrows in igraph |
Date: |
Thu, 21 Jul 2016 12:53:13 +0200 |
> If i add an edge between two vertices (0,1) and second edge (1,0),and i make
> the graph a directed one , both the arrows point to 1 instead of one pointing
> to 0 and other to 1.
> i am adding a file as an illustrator to my issue ,please help if you know a
> way out
Make your graph directed first, and _then_ add the two edges.
T.