igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] A problem with exporting to pajek format


From: Przemek Grabowicz
Subject: Re: [igraph] A problem with exporting to pajek format
Date: Tue, 08 Feb 2011 13:55:29 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1

 On 02/07/2011 05:51 PM, Gábor Csárdi wrote:
Strange, the following works for me properly:

V(g)$color<- "red"
write.graph(g, format="pajek", file="/tmp/test.net")

and I get

*Vertices 10
1 "1" ic "red"
2 "2" ic "red"
3 "3" ic "red"
4 "4" ic "red"
...

There is another bug here. Pajek does not recognize color names with quotation marks "", they should be printed without "".



reply via email to

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