Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created February 6, 2022 02:40
Show Gist options
  • Save AI-MOO/4d2aac894897b266878d51446609b79a to your computer and use it in GitHub Desktop.
Save AI-MOO/4d2aac894897b266878d51446609b79a to your computer and use it in GitHub Desktop.
data.plot(kind='scatter', x='Lon', y='Lat', alpha=0.4, s=data['Day'], label='Uber Trips',
figsize=(12, 8), cmap=plt.get_cmap('jet'))
plt.title("Uber Trips Analysis")
plt.legend()
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment