Computer scienceData scienceInstrumentsVisualizationKinds of graphs

Matplotlib scatter plot

The function

Report a typo

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

Create a free account to access the full topic