In the following example how can i add a title to the legend in plot_ly for R ?mtcars %>% plot_ly(x = ~disp, y = ~mpg, color = ~factor(cyl), ...
確定! 回上一頁