Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created August 24, 2021 06:42
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 sgsg704/c312d80d65943294dbadbbb9b40aede7 to your computer and use it in GitHub Desktop.
Save sgsg704/c312d80d65943294dbadbbb9b40aede7 to your computer and use it in GitHub Desktop.
cyclic_day = sns.scatterplot(x='day_sin',y='day_cos',data=data, color="#C2C4E2")
cyclic_day.set_title("Cyclic Encoding of Day")
cyclic_day.set_ylabel("Cosine Encoded Day")
cyclic_day.set_xlabel("Sine Encoded Day")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment