Hi Eelco,
I agree it would be nice to maybe even have a series based only on
visualization tools.

maybe you're familiar with this already, but in case you're not I would
recommend checking out iGraph http://igraph.sourceforge.net/
<http://igraph.sourceforge.net/>it has bindings to Python, R, and C, is
really easy to use, and supports a lot of graph file formats.
it also deals with reasonably large graphs in a decent way. I've visualized
graphs of 10,000-100,000 vertices using its layout algorithms and graphs of
1 million vertices when I was able to specify my own coordinates from domain
knowledge.

I use it by writing my Neo4j instance to a .gml file and then loading that
file into iGraph, but I think a better approach would be writing a .graphml
file (there's a parser/writer in Blueprints
http://github.com/tinkerpop/blueprints I think)

cheers,
Alex

On Tue, May 25, 2010 at 7:46 PM, Eelco Hillenius
<[email protected]>wrote:

> > Eelco and all,
> > did a first screencast on Neoclipse - just for you my friend!
> > http://vimeo.com/channels/109293#12014944
> >
> > WDYT? Any tips or improvement hints? More suggestions?
>
> Hi Peter, thanks! Not to want to sound ungrateful - I think this is a
> good resource to have anyway - but I was thinking more along the lines
> of Graphviz or JUNG etc.
>
> Cheers,
>
> Eelco
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to