본문 바로가기

YADE

matplotlib.pyplot 사용법

YADE에서 matplotlib.pyplot을 이용하여 그래프를 그리는 경우,

import matplotlib.pyplot as plt
plt.show()
plt.close()

그래프가 그려진 이후 무한루프에 걸린다.

이럴때는 Ctrl + C로 빠져나오면 YADE command line에서 작업이 가능하다.

'YADE' 카테고리의 다른 글

MPI의 이해  (0) 2023.04.13
O.interactions의 이해  (0) 2023.02.14
YADE의 Material  (0) 2023.01.25
Interaction 확인방법  (0) 2023.01.11
Body의 종류 확인방법  (0) 2023.01.11