from matplotlib import pyplot as plt
x = [10,20,30,40,50]
y = [200,300,100,400,500]
colors=[70,20,80,10,50]
sizes=[100,50,300,250,150]
plt.scatter(x,y,c=colors,s=sizes,cmap="Accent",alpha=1.0)
plt.colorbar()
plt.show
Author October 04, 2021 Python No comments
Free Books Python Programming for Beginnershttps://t.co/uzyTwE2B9O
— Python Coding (@clcoding) September 11, 2023
Top 10 Python Data Science book
— Python Coding (@clcoding) July 9, 2023
🧵:
Top 4 free Mathematics course for Data Science ! pic.twitter.com/s5qYPLm2lY
— Python Coding (@clcoding) April 26, 2024
Web Development using Python
— Python Coding (@clcoding) December 2, 2023
🧵:
0 Comments:
Post a Comment