igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] writing a layout in a format


From: simone gabbriellini
Subject: Re: [igraph] writing a layout in a format
Date: Mon, 6 Apr 2009 23:10:46 +0200

I am not sure to understand the question, but this is an example for a graphml format.
Suppose your graph name is "g", all you have to do is:

igraph.Graph.write(g, f="your_path.graphml", format='graphml')

HTH,
Simone

Il giorno 06/apr/09, alle ore 23:00, Jeff G ha scritto:

I was wondering if someone could provide an example of how to write the layout in python. I'm trying to follow the documentation "write(self, f, format =None, *args, **kwds ) " but I don't know what the heck I'm doing. You guys need more examples of the simple stuff. :-)

Thanks,
- Jeff
_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help





reply via email to

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