Skip to content

Instantly share code, notes, and snippets.

@dottyz
Created May 2, 2019 18:32
Show Gist options
  • Save dottyz/a93bf42626155571a05f0018577468fa to your computer and use it in GitHub Desktop.
Save dottyz/a93bf42626155571a05f0018577468fa to your computer and use it in GitHub Desktop.
fig, ax = plt.subplots(1, 1, figsize=(16, 9))
sns.distplot(df['trip_duration_seconds'], hist=False, ax=ax)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment