Created
September 21, 2020 10:36
-
-
Save BexTuychiev/0f1efea8690e3678fe3f043c107c8e59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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