Reducing the point size helps when the number of points is in the low tens of thousands: ggplot(n10K, aes(x, y)) + geom_point(size = 0.1) + coord_equal().
確定! 回上一頁