Matplotlib - Seaborn Integration
Find the mistake in this Matplotlib code:
import matplotlib.pyplot as plt x = [1, 2, 3] y = [4, 5] plt.plot(x, y) plt.show()
import matplotlib.pyplot as plt x = [1, 2, 3] y = [4, 5] plt.plot(x, y) plt.show()
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions