How to add number near point of scatter plot?
e.g. I have two point 1 is (1,3) and point 2 (2,4), how can I add 1
and 2 to scatter plot near these two points? Thanks!

import matplotlib.pyplot as plt
x = [1,2]
y = [3,4]
plt.scatter(x, y)
plt.show()



------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to