Graph library

Graph library

by Jose Martinez -
Number of replies: 6

Hi everybody!

I need a graphs library to develop an analysis in Moodle. Do you know any in PHP, Javascript, Python...?

Thank you very much

Average of ratings: -
In reply to Jose Martinez

Re: Graph library

by Matt Bury -
Picture of Plugin developers

Good question!

I'm going to follow this discussion. smile

Average of ratings: Useful (1)
In reply to Jose Martinez

Re: Graph library

by Mauno Korpelainen -

Google is again your friend smile

Try for example

http://www.graphviz.org/Gallery.php

http://www.manageability.org/blog/stuff/open-source-graph-network-visualization-in-java/

https://gephi.org/features/

...

( I have not tried any of them but I suppose there are plenty of more similar tools available)

In reply to Mauno Korpelainen

Re: Graph library

by Mauno Korpelainen -
In reply to Mauno Korpelainen

Re: Graph library

by Colin Fraser -
Picture of Documentation writers Picture of Testers

Ot if you get really enthusiastic, and want to create your own..look here first, then follow that up with this page and you wont have to rely on anyone else's work..smile

Oh, if you think this is a shameless plug for Mauno and SEE, you are right..smile

In reply to Colin Fraser

Re: Graph library

by Matt Bury -
Picture of Plugin developers

Thanks for the links. That's great stuff.

I've seen and used lots of 2D visualisation tools before and there are plenty around to suit all tastes (I sometimes use UML for complex development projects). The 3D stuff is a little harder to find though, probably because there's less demand for it and I think physicists, chemists, engineers, etc. tend to use high-end 3D modelling software or develop their own.

I love the database driven stuff at Gephi. I can see why it's been such a successful project and I recognise some of the output styles from various newspapers and journals. Good to know where they came from and good to see it's GPL3 too. There's some demos of browser apps as well: https://gephi.org/index.php?s=browser Some of them will push browsers to their limits: methinks there is a need for GPU hardware acceleration for really big datasets.

Thanks for sharing! smile

In reply to Colin Fraser

Re: Graph library

by Jose Martinez -

Thank you very much! I'll try with them! Really i'm proud of you! thanks a lot!