Skip to content

Instantly share code, notes, and snippets.

@liliya2022
Created March 11, 2023 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liliya2022/b104a0f038480f70b29ea0e70925d913 to your computer and use it in GitHub Desktop.
Save liliya2022/b104a0f038480f70b29ea0e70925d913 to your computer and use it in GitHub Desktop.
import seaborn as sns
sns.set(rc = {'figure.figsize':(15,8)})
sns.boxplot(x='OverallQual', y='SalePrice', data=housing).set(title = "House Overall Quality Boxplot")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment