Created
August 18, 2020 09:31
-
-
Save amankharwal/813f56c16667cda87554ccfd1dd0b8fd 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
plt.figure(figsize=(12, 8)) | |
plt.scatter(years, Brazil, | |
c=c_br, | |
alpha=0.5, | |
s = b_normal * 2000) | |
plt.xlabel("Years", size=14) | |
plt.ylabel("Number of immigrants of Brazil", size=14) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment