jie.ping CatherineLiu 使用参数scale_x_continuous(position="top") 如: ggplot(mtcars,aes(mpg,cyl))+ geom_point()+ scale_x_continuous(position="top")