Matplotlib - Export and Publication Quality
What will be the file format of the saved plot after running this code?
import matplotlib.pyplot as plt
plt.plot([1, 2, 3])
plt.savefig('myplot.pdf')