Closed
Description
type = 'splom'
added in Plotly.js v1.36.0. https://codepen.io/bcd/pen/gzqXbm
Currently, (assuming the syntax is right) R gives a different output than expected.
plot_ly(
type = 'splom',
dimensions = list(
list(values=c(1,2,3), label="A"),
list(values=c(2,5,6), label="B")
)
)
Metadata
Metadata
Assignees
Labels
No labels