You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"group" property doesn't create any new trace, but if the trace
mode is "lines", NA points are inserted at the "group" boundaries
within the same trace. That is interpreted as the polyline break by
plotlyjs.
points_df<-data.frame(dat_index= seq_along(dat[["x"]] %||% dat[["y"]] %||% dat[["z"]])) %>% # indices of the original data elements used in the trace FIXME properly define data length
0 commit comments