79733247

Date: 2025-08-12 13:30:46
Score: 1
Natty:
Report link

Your question isn't very clear but maybe you want this?

p<- plot_ly(data = df,
            x= ~DAYS,
            y= ~SCORE,
            type = "scatter",
            mode = 'lines',
            color = ~GROUP) |>
  add_trace(split = ~ USUBJID, showlegend = FALSE)
p

resulting plot showing only a legend with the three colors

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Roland