pos = nx.spring_layout(G)
이외에도 spectral_layout
shell_layout
fruchterman_reingold_layout
kamada_kawai_layout
random_layout
이 있다.
반응형
'Programming > python' 카테고리의 다른 글
python, 같은 라인에 print문 update하기 (0) | 2019.11.19 |
---|---|
python, property decorator 을 이용한 get/set 구현 (0) | 2019.09.09 |
python, print 시 문자열, 숫자, 자리수 조절하기 (0) | 2019.08.29 |
python, 상위 n개 value의 index추출 (0) | 2019.08.19 |
python, lambda, map, reduce 함수 사용법 (0) | 2019.08.19 |