Skip to content

Instantly share code, notes, and snippets.

@hrzn
Created August 23, 2022 14:21
Show Gist options
  • Save hrzn/b752620b6444ecc83fd338c8e77e8960 to your computer and use it in GitHub Desktop.
Save hrzn/b752620b6444ecc83fd338c8e77e8960 to your computer and use it in GitHub Desktop.
components_to_show = ["Total", "NSW", "NSW - bus", "NSW - hol", "NSW - bus - city"]
plt.figure(figsize=(14, 8))
tourism_series[components_to_show].plot(lw=5)
pred[components_to_show].plot(lw=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment