Skip to content

scatter plot matrix trace #1261

Closed
Closed
@bcdunbar

Description

@bcdunbar

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")
  )
)

splom-r

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions