Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 17, 2021 09:03
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 amankharwal/3917699a7c96ea4db0dba4727029159a to your computer and use it in GitHub Desktop.
Save amankharwal/3917699a7c96ea4db0dba4727029159a to your computer and use it in GitHub Desktop.
ax = sns.relplot(data=df, x="average_rating", y="ratings_count", color = 'red', sizes=(100, 200), height=7, marker='o')
plt.title("Relation between Rating counts and Average Ratings",fontsize = 15)
ax.set_axis_labels("Average Rating", "Ratings Count")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment