|
From: | Ananya Muddukrishna |
Subject: | [igraph] igraph python write_dot fails to write |
Date: | Tue, 09 Jul 2013 11:55:45 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
Hi, The write_dot function in the code below produces an empty file. However, the write_graphml function outputs a proper graphml file. Am I using write_dot correctly? In [1]: import igraph as ig In [2]: karate = ig.Graph.Read_Pajek('karate.net') In [3]: ig.summary(karate) IGRAPH U--- 34 78 -- In [4]: karate.write_dot('karate.dot') In [5]: karate.write_graphml('karate.graphml') I am trying out the example in http://hal.elte.hu/~nepusz/development/igraph/tutorial/tutorial.html under section "Saving plots". I am using igraph python version 0.6-1 Best regards, Ananya -- Ananya Muddukrishna Ph.D. student KTH Royal Institute of Technology https://www.kth.se/profile/ananya |
[Prev in Thread] | Current Thread | [Next in Thread] |