I'm using plotly to draw an interactive 3D scatter plot with spheres, e.g.: df <- data.frame(x = c(1,3,5), y = c(1,3,5), z = c(1,3,5), size = c(1,3,5)) ...
確定! 回上一頁