Please, type the function that implements the Scatter plot in this example:
import matplotlib.pyplot as plt
item = ['oil', 'yogurt', 'sugar', 'milk']
number = [2, 4, 1, 3]
# Your Code Here
plt.show()Please, type the function that implements the Scatter plot in this example:
import matplotlib.pyplot as plt
item = ['oil', 'yogurt', 'sugar', 'milk']
number = [2, 4, 1, 3]
# Your Code Here
plt.show()Create a free account to access the full topic