Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 21, 2020 10:36
Show Gist options
  • Save BexTuychiev/0f1efea8690e3678fe3f043c107c8e59 to your computer and use it in GitHub Desktop.
Save BexTuychiev/0f1efea8690e3678fe3f043c107c8e59 to your computer and use it in GitHub Desktop.
plt.bar(medals.index, medals['Gold'])
plt.xticks(rotation=90)
plt.ylabel('# of gold medals');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment