开发者

Interactive visualization of a graph in python [closed]

Closed. This question is seeking recommendations 开发者_运维问答for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I have a program written in python using the module networkx to create a dynamic graph. It is a planer graph where the vertices remain constant but the edges change. Now I'm looking for a library that allows me to do two things, in a fast and quick manner preferably:

  1. Drawing the vertices as the lattice points inside a rectangle, i.e.

    Interactive visualization of a graph in python [closed]

  2. Being able to select edges and vertices to change their color, position, weights, etc. as shown in the picture.

Thanks


For modest graph sizes, any good python graphics library should provide sufficient primitives to address this issue. For example, either Pyglet or PyGame would be suitable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜