matplotlib save figure tanpa menunjukkan

from matplotlib import pyplot as plt

plt.savefig('foo.png')
plt.savefig('foo.pdf')
Armandres