Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Created January 22, 2021 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachlim98/3b61bbe1ce741282bdfc5438479a7bc4 to your computer and use it in GitHub Desktop.
Save zachlim98/3b61bbe1ce741282bdfc5438479a7bc4 to your computer and use it in GitHub Desktop.
ax = plt.gca()
japanew.plot(kind="line",x="age",y="Japan_MX",label="Japan", ax=ax)
japanew.plot(kind="line",x="age",y="EngW_MX",label="England/Wales", ax=ax)
plt.title("Age Specific Death Rates")
plt.ylabel("Death Rates")
plt.xlabel("Age")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment