Matplotlib - Interactive Features
Find the issue in this code snippet:
import matplotlib.pyplot as plt
matplotlib.use('Agg')
plt.plot([1,2,3],[4,5,6])
plt.show()