Removing white borders in ggplot ... data.frame(x,y) ggplot(z)+ geom_point(aes(x,y))+ coord_equal()+ theme_void()+ theme(panel.background ...
確定! 回上一頁