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