Skip to content

Instantly share code, notes, and snippets.

@animesh-agarwal
Last active October 1, 2018 17:37
Show Gist options
  • Save animesh-agarwal/0a92ad006f8a31b794d9d82536f36bb0 to your computer and use it in GitHub Desktop.
Save animesh-agarwal/0a92ad006f8a31b794d9d82536f36bb0 to your computer and use it in GitHub Desktop.
sns.set(rc={'figure.figsize':(11.7,8.27)})
sns.distplot(boston['MEDV'], bins=30)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment