Friday, February 17, 2012

pyGForce - Force Directed Graphs in Python with NetWorkX and pyGTK

The latest little piece of handiwork that I would like to present is...

PyGForce - a force-directed graphing library that leverages current python technologies
- NetworkX python graph theory library
- python wrapper for GTK, pyGTK.

https://github.com/davidbarkhuizen/pygforce.git
Basic Force-Directed Graph

And with Node Labelling

End.