Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plt.figure(figsize=(20,15), dpi = 200)
- sns.countplot(data = fandago, x = 'STARS_DIFF', palette = 'magma' )
- plt.title('Number of times a difference occurs')
- plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement