Skip to content

Instantly share code, notes, and snippets.

@holmesal
Created January 22, 2019 14:52
Show Gist options
  • Save holmesal/874f3445a83576ca087cad75037ce1af to your computer and use it in GitHub Desktop.
Save holmesal/874f3445a83576ca087cad75037ce1af to your computer and use it in GitHub Desktop.
plt.plot(x, y, 'go', label = 'from data', alpha = .5)
plt.legend()
plt.show()
plt.clf()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment