Matplotlib - Interactive Features
You wrote this code but get an error:
What is the likely cause?
import matplotlib.pyplot as plt
matplotlib.use('TkAgg')
plt.plot([1, 2], [3, 4])
plt.show()What is the likely cause?
