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 に戻ると、それらのラベルが上書きされることです。
あるノードから別のノードに曲線を描く方法、またはラベルの位置を構成する方法はありますか?
スクリーンショットでは、有向線が 2 つあるのにラベルが 1 つしかないことがわかります。2 番目のラベルは最初に上にあります。
label_pos=0.2 で解決しました