Implement the scatter plot using the plot() function. Write down the missing instruction.
import matplotlib.pyplot as plt
item = ['oil', 'yogurt', 'sugar', 'milk']
number = [2, 4, 1, 3]
# Your Code Here
plt.show()Implement the scatter plot using the plot() function. Write down the missing instruction.
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