igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] GraphML to svg?


From: Gábor Csárdi
Subject: Re: [igraph] GraphML to svg?
Date: Fri, 21 May 2010 15:30:19 +0200

Hi,

On Fri, May 21, 2010 at 3:16 PM, Mathias Spoerr <address@hidden> wrote:
> Hello,
>
>
>
> is there any tool or lib available to convert from GraphML to svg?

I would not call this a conversion, but yes, in R all you need is

g <- read.graph("file", format="graphml")
svg("mysvg.svg")
plot(g, layout=layout.fruchterman.reingold)
dev.off()

Although you might need to play with the layout options a bit.

> Are there plans for igraph to add more output formats to the c lib?

What format do you miss specifically?

Best,
Gabor

>
>
> Thanks,
>
> Mathias
>
>
>
>
>
> _______________________________________________
> 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]