Created
August 23, 2022 14:21
-
-
Save hrzn/b752620b6444ecc83fd338c8e77e8960 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
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