我想在使用 rangeslider 的绘图上放大y 轴. 一个可重现的例子: library(ggplot2) library(plotly) p <- ggplot(faithful, aes(x = waiting)) + geom_histogram(bins ...
確定! 回上一頁