Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

matplotlib python

Hi everyone, 

Does anyone here knows how to construct a scatter diagram using matplotlib, the expected output would be like this:

Is it possible to have a classification index added to the data ?

Ive tried with this code, however the graph is not showing up.

 

import matplotlib.pyplot as plt
plt.scatter(dataset.Day Name,dataset.Monthly Data, dataset.Classification)
plt.show()

 

 

Please Help

3 Replies