Skip to content

Instantly share code, notes, and snippets.

@dottyz
Created May 2, 2019 18:43
Show Gist options
  • Save dottyz/92ac9c52233be0a38e48cc7a56fcb2d2 to your computer and use it in GitHub Desktop.
Save dottyz/92ac9c52233be0a38e48cc7a56fcb2d2 to your computer and use it in GitHub Desktop.
data = data.sort_values('Mean Temp').dropna().reset_index(drop=True)
fig, ax = plt.subplots(figsize=(20, 10))
sns.scatterplot(x='Mean Temp', y='Casual Trips', data=data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment