Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hadrienj/4ef1e730ae3b7eeb6ba91a86ab759189 to your computer and use it in GitHub Desktop.
Save hadrienj/4ef1e730ae3b7eeb6ba91a86ab759189 to your computer and use it in GitHub Desktop.
sns.distplot(A[:,0], color="#53BB04")
sns.distplot(A[:,1], color="#0A98BE")
plt.show()
plt.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment