Created
June 17, 2020 06:22
-
-
Save velotiotech/cd92aea3f27c9733aef0d3e5764484ed to your computer and use it in GitHub Desktop.
This file contains 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
y2 = avgs.revenue | |
fig, ax = plt.subplots() | |
plot(x, y2, ax, 'Increase in mean Fortune 500 company revenues from 1955 to 2013', 'Revenue (millions)') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment