Computer scienceData scienceInstrumentsVisualizationKinds of graphs

Matplotlib scatter plot

The plot() function

Report a typo

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()
Enter a short text
___

Create a free account to access the full topic