multidigraph
-
networkx를 이용하여 multidigraph 그리기파이썬 2021. 6. 5. 23:39
들어가며 최근에 그래프를 그릴 일이 좀 있었다. Python 기반의 networkx와 matplotlib을 이용하여 그래프를 그리고 시각화를 하려고 했다. networkx는 그래프를 정의하고 시각화하는 다양한 API를 제공하고 있어 쉽게 활용할 수 있었다. Networkx: https://networkx.org/documentation/stable/index.html Software for Complex Networks — NetworkX 2.5 documentation NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks..