Skip to content

Instantly share code, notes, and snippets.

@naiborhujosua
Created July 26, 2022 03:37
Show Gist options
  • Save naiborhujosua/90d00cb614c85331d87ec2c9044db05a to your computer and use it in GitHub Desktop.
Save naiborhujosua/90d00cb614c85331d87ec2c9044db05a to your computer and use it in GitHub Desktop.
Marginal Plot
# Plot
plt.figure(figsize=(10,8), dpi= 80)
sns.pairplot(data[["Rented Bike Count","Temperature(°C)","Seasons","Wind speed (m/s)"]], kind="scatter", hue="Seasons", plot_kws=dict(s=80, edgecolor="white", linewidth=2.5))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment