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 <[email protected]> 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 > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
