Skip to content

Instantly share code, notes, and snippets.

@naenumtou
Created November 28, 2022 09:22
Show Gist options
  • Save naenumtou/d4e2e9015b73f86316efeaddef8c7fa2 to your computer and use it in GitHub Desktop.
Save naenumtou/d4e2e9015b73f86316efeaddef8c7fa2 to your computer and use it in GitHub Desktop.
# Plot
plt.figure(figsize = (10, 6))
plt.scatter(
X,
y,
c = 'teal'
)
plt.title('Data')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment