plot_ly(data = mtcars, x = ~mpg, y = ~disp, type = "scatter", mode = "markers", marker = list(size = 10, color = "red")) %>% layout(title = "Miles per ...
確定! 回上一頁