Created
January 4, 2020 12:23
-
-
Save Davisy/fb7d359cae92eaa9d59ba11edd8903f9 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 job_type distribution | |
sns.catplot(x="job_type", 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