Matplotlib - Export and Publication Quality
What will be the output type of this code?
import matplotlib.pyplot as plt
plt.plot([1,2,3])
plt.savefig('plot.svg')import matplotlib.pyplot as plt
plt.plot([1,2,3])
plt.savefig('plot.svg')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions