Created
January 4, 2020 12:21
-
-
Save Davisy/87c04e8d8166bc2513c4a7b908b351fc 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
| # Explore education_level distribution | |
| sns.catplot(x="education_level", kind="count", data=data); | |
| plt.xticks( | |
| rotation=45, | |
| horizontalalignment='right', | |
| fontweight='light', | |
| fontsize='x-large' | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment