Skip to content

Instantly share code, notes, and snippets.

@n0obcoder
Created June 20, 2019 20:17
Show Gist options
  • Save n0obcoder/2caf8a8f12588a318c89a9a533740c90 to your computer and use it in GitHub Desktop.
Save n0obcoder/2caf8a8f12588a318c89a9a533740c90 to your computer and use it in GitHub Desktop.
def display_kcenters(kcenters):
for i in range(len(kcenters)):
plt.scatter(kcenters[i][0], kcenters[i][1], color='Red')
#plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment