igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph python write_dot fails to write


From: Tamás Nepusz
Subject: Re: [igraph] igraph python write_dot fails to write
Date: Tue, 9 Jul 2013 12:00:11 +0200

Hi,

It works for me with python-igraph 0.6.5 on Mac OS X. Can you please try it in 
python-igraph 0.6.5?

-- 
T.

On 9 Jul 2013, at 11:55, Ananya Muddukrishna <address@hidden> wrote:

> 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
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help




reply via email to

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