Skip to content

Instantly share code, notes, and snippets.

@ranpelta
Created July 18, 2020 06:32
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 ranpelta/77c9430450cd33de99f451fc823460a9 to your computer and use it in GitHub Desktop.
Save ranpelta/77c9430450cd33de99f451fc823460a9 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(50,4))
plt.plot(range(len(df)),df[y_col]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment