Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Created August 19, 2021 13:36
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 liannewriting/990444b0b28ba25bf76afceae57dfb2e to your computer and use it in GitHub Desktop.
Save liannewriting/990444b0b28ba25bf76afceae57dfb2e to your computer and use it in GitHub Desktop.
python data visualization libraries list
import seaborn as sns
sns.relplot(data=tips, x='total_bill', y='tip')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment