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], [4, 5, 6])
plt.savefig('myplot.png', transparent=True)