library("ggplot2") ggplot(DNase, aes(x = conc, y = density)) + geom_point() ... A great web-based tool for interactive graphic generation is plotly.
確定! 回上一頁