Skip to content

Instantly share code, notes, and snippets.

@erykml
Created July 28, 2022 20:29
Show Gist options
  • Save erykml/e53711b4c63e19a68bf4933847bb8b89 to your computer and use it in GitHub Desktop.
Save erykml/e53711b4c63e19a68bf4933847bb8b89 to your computer and use it in GitHub Desktop.
results_df.plot(title="Comparison of fits using different time-based features",
figsize=(16,4),
color = ["c", "k", "b", "r"])
plt.axvline(date(2020, 1, 1), c="m", linestyle="--");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment