Guest User

Untitled

a guest
May 24th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. sns.barplot(data = df1,
  2. orient = 'h',
  3. x = 'Area',
  4. y = 'Council Area')
  5. plt.show()
  6.  
  7. # Stating each argument on a separate line makes the code so much more readable,
  8. # at least in my humble opinion.
Add Comment
Please, Sign In to add comment