본문 바로가기

Python/Matplotlib

[Python] matplotlib - plot 이미지 저장

반응형
import matplotlib.pyplot as plt

plt.(x, y)
plt.savefig('figure.png', dpi=80)
반응형