Last active
October 1, 2018 17:37
-
-
Save animesh-agarwal/0a92ad006f8a31b794d9d82536f36bb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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