Closed
Description
Only group "1" is shown:
plot_ly(type = "scatter", mode = "markers", x = 1:4, y = 1:4, color = c("1", "1", "1", "2"))
Making both groups have size >1 makes the bug disappear:
plot_ly(type = "scatter", mode = "markers", x = 1:4, y = 1:4, color = c("1", "1", "2", "2"))
Also grouping on a numeric variable makes the bug disappear:
plot_ly(type = "scatter", mode = "markers", x = 1:4, y = 1:4, color = c(1, 1, 1, 2))
I suspect this might be related to #1133
I am running R 3.6.3 on RHEL 7.6 with plotly 4.9.2.1
Metadata
Metadata
Assignees
Labels
No labels