본문 바로가기
Programming/python

python, networkx, 에서 graph의 layout 종류

by 단창 2019. 9. 5.

pos = nx.spring_layout(G)

 

이외에도 spectral_layout

shell_layout

fruchterman_reingold_layout

kamada_kawai_layout

random_layout

이 있다. 

 

반응형