igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Graph Attributes


From: Gábor Csárdi
Subject: Re: [igraph] Graph Attributes
Date: Thu, 26 Feb 2009 20:37:57 +0100

On Thu, Feb 26, 2009 at 7:09 PM, Domingo Vargas <address@hidden> wrote:
> T&G
> Thank you very much, its works perfectly.
> BTW: Where can I find the set of attributes supported by Igraph, like edge
> color, label, etc.

There is no such set, you can name your attributes whatever you like.
The ones that the R plotting routines interpret are listed on the
?igraph.plotting manual page. Moreover, some functions interpret the
'weight' edge attribute and some the 'name' vertex attribute.

G.

> Best regards
> -dv
>
> On Fri, Feb 27, 2009 at 9:37 AM, Gábor Csárdi <address@hidden> wrote:
>>
>> Yep, I just checked the specification, the <key> elements must be
>> children of <graphml> and cannot appear inside <graph>.
>>
>> G.
>>
>> On Thu, Feb 26, 2009 at 3:01 PM, Tamas Nepusz <address@hidden> wrote:
>> > Dear Domingo,
>> >
>> > The <key> tags should be outside the <graph> tag (directly after
>> > <graphml>),
>> > not inside. I think otherwise it's fine.
>> >
>> > --
>> > Tamas
>> >
>> > On 2009.02.27., at 9:22, Domingo Vargas wrote:
>> >
>> >> Dear Igraphers
>> >>
>> >> I have been working on a program that generates graphml files from
>> >> various
>> >> sources. As far as I have tested it, the XML structure seems to be
>> >> right for
>> >> node and edge representation. My problem is with the attributes and so
>> >> far I
>> >> haven't found a way to generate a file that R/Igraph could accept
>> >> without
>> >> warning messages.
>> >>
>> >
>> >
>> > _______________________________________________
>> > igraph-help mailing list
>> > address@hidden
>> > http://lists.nongnu.org/mailman/listinfo/igraph-help
>> >
>>
>>
>>
>> --
>> Gabor Csardi <address@hidden>     UNIL DGM
>>
>>
>> _______________________________________________
>> igraph-help mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
> _______________________________________________
> 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]