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 绘制一个有向图,问题是当我有从 Node1 到 Node1 的连接以及从 Node2 到 Node2 的连接时,它们的标签被覆盖。
有没有一种从一个节点到另一个节点绘制曲线的方法,或者一种配置标签位置的方法?
在屏幕截图中,您可以看到我有两条有向线,但只有一个标签,第二个标签首先结束。
它已通过 label_pos=0.2 解决