igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph C version


From: Velumailum Mohanaraj
Subject: Re: [igraph] igraph C version
Date: Tue, 26 May 2009 16:55:23 +0100

Hi Tamas,

Thanks for your quick reply. As the refresh in my case will be done very
frequently (say 100 times per second or something) I will give
igraph with Ubigraph a try.

Thanks again.
Raj.

On Tue, May 26, 2009 at 2:50 PM, Tamas Nepusz <address@hidden> wrote:
Hi,

> I am new to igraph and have some questions to start using it please. [...] The reason

> I am trying to switch to igraph is I can use the visualization kit available in igraph

First of all, the C core of igraph does not support any visualisation; the one that you see in R or in Python are built upon the C core using R or Python. GraphML is simply an XML-based graph format; it has nothing to do with visualisation, but there are several visualisation tools (i.e., Cytoscape) that can load GraphML files and plot them nicely. Another way to go is to dump to GraphViz format (which is also supported by igraph, at least on the exporting side) and use GraphViz to plot the graphs.

For dynamic visualisations, I'd suggest you to try Ubigraph (http://ubietylab.net/ubigraph/). It is effectively a dynamic 3D graph visualiser that you can control from your programming language of choice (let it be C++, Python, Ruby, whatever) by sending XML-RPC calls to a designated port number on your local computer. There are plenty of XML-RPC libraries out there, so I'd try coding up something in igraph and Ubigraph using an XML-RPC library in whatever language is the most convenient for you.

--
Tamas


_______________________________________________
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]