Skip to content

Instantly share code, notes, and snippets.

@fk-pixel
Created August 22, 2020 13:37
Show Gist options
  • Save fk-pixel/2cb44ce10a2ae1b70c6ae1597240e456 to your computer and use it in GitHub Desktop.
Save fk-pixel/2cb44ce10a2ae1b70c6ae1597240e456 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(15,10))
sns.barplot(x=city_names, y=city_values, palette=sns.color_palette('BuGn', n_colors=10))
plt.xticks(rotation= 45)
plt.xlabel('Citys')
plt.ylabel('Size');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment