igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Cannot convert directed graph into undirected graph using pytho


From: Salvatore Palomino
Subject: [igraph] Cannot convert directed graph into undirected graph using python
Date: Fri, 21 Feb 2014 15:55:14 -0800

Hello!

I am trying to convert my directed graph g into an undirected graph using to_undirected().

<< g = GraphBase.Read_Pajek("C:/Users/Palomino/Downloads/109Senate-Rows.net")
<< g = g.to_undirected(False)
<< print g
None

I don't know why it returns None. Can you help me out?


Thanks!!!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]