Skip to content

Instantly share code, notes, and snippets.

@hrzn
Created August 23, 2022 14:10
Show Gist options
  • Select an option

  • Save hrzn/aedc7b5134f6d5411dbea36541cfb482 to your computer and use it in GitHub Desktop.

Select an option

Save hrzn/aedc7b5134f6d5411dbea36541cfb482 to your computer and use it in GitHub Desktop.
sum_city_noncity = (
tourism_series["NSW - hol - city"] + tourism_series["NSW - hol - noncity"]
)
sum_city_noncity.plot(label="NSW - hol, city+noncity", lw=8, color="grey")
tourism_series["NSW - hol"].plot(color="orange")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment