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: Gábor Csárdi
Subject: Re: [igraph] A problem with exporting to pajek format
Date: Sun, 13 Feb 2011 19:15:18 +0100

Thanks, I've fixed this in the development version. As for the RGB
colors, Pajek does not support them, so I removed them from the
documentation entirely.

Best,
Gabor

On Tue, Feb 8, 2011 at 1:55 PM, Przemek Grabowicz
<address@hidden> wrote:
>  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 "".
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM



reply via email to

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