Skip to content

Instantly share code, notes, and snippets.

@anadiedrichs
Created May 16, 2021 03:52
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 anadiedrichs/a7a8533d90b319351e1b32afb3990113 to your computer and use it in GitHub Desktop.
Save anadiedrichs/a7a8533d90b319351e1b32afb3990113 to your computer and use it in GitHub Desktop.
library(plotly)
fig <- plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length)
fig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment