Matplotlib - Performance and Large Data
What is wrong with this code snippet?
import matplotlib
matplotlib.use('Agg')
plt.plot([1, 2, 3])
plt.savefig('plot.png')import matplotlib
matplotlib.use('Agg')
plt.plot([1, 2, 3])
plt.savefig('plot.png')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions