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