library(plotly) p <- plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length, text = ~Species, hoverinfo="text", marker = list(size = 10, ...
確定! 回上一頁