1/8/2026

Interactive Plotly Plot

plot_ly(
 x = ~1:10,
 y = ~rnorm(10),
 type = "scatter",
 mode = "lines+markers"
)