Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 python 编写的程序,使用模块networkx来创建动态图。这是一个平面图,其中顶点保持不变,但边会发生变化。现在我正在寻找一个允许我做两件事的库,最好是快速快速的方式:
将顶点绘制为矩形内的格点,即
能够选择边和顶点来改变它们的颜色、位置、权重等,如图所示。
谢谢
对于适度的图形大小,任何好的 python 图形库都应该提供足够的原语来解决这个问题。例如,Pyglet或PyGame都适合。