library(plotly) df <- data.frame(x=c(1,2),y=c(6,3),opacity=c(1,0.2)) plot_ly(df, type="bar", x=x, y=y, opacity=opacity, marker = list( ...
確定! 回上一頁