Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 17, 2021 09:05
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/142578287025637bc4809284a642ba51 to your computer and use it in GitHub Desktop.
Save amankharwal/142578287025637bc4809284a642ba51 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(15,10))
ax = sns.relplot(x="average_rating", y=" num_pages", data = df, color = 'red',sizes=(100, 200), height=7, marker='o')
ax.set_axis_labels("Average Rating", "Number of Pages")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment