Matplotlib Save Figure, не показывая

from matplotlib import pyplot as plt

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