Reputation: 33202
I want to expose some kind of graph explorer widget in Python using PyQt and some library. Does such a library exist?
Upvotes: 2
Views: 5616
Reputation: 2556
Probably a little late, check out http://code.google.com/p/yapgvb/
Upvotes: 0
Reputation: 1481
nodebox-opengl has a graph module. Quite nice I must say, I don't know how it will interact with PyQt though.
Upvotes: 0
Reputation: 1
Try the nodebox-gl fork version of nodebox that support unix, but I can't find the fork version graph in nodebox :(
Thanks
Upvotes: 0
Reputation: 8068
It looks like NodeBox could be a good solution for you. According to its web page it doesn't seem to depend on anything that would keep it from working with PyQt.
Another possibility, though messier, would be to incorporate whatever Sage does to draw graphs.
Upvotes: 2