ggplot(mtcars, aes(x='wt', y='mpg')) + geom_point() + geom_hline(y=25). Out[4]:. <ggplot: (288250901)>. In [5]:. ggplot(mtcars, aes(x='wt', ...
確定! 回上一頁