Skip to content
Prev 267341 / 398502 Next

Clean up a scatterplot with too much data

DimmestLemming wrote:

            
Three nice alternatives:

example(smoothScatter)
example(sunflowerplot)
library(hexbin)
example(hexbinplot)

(And do remove the outliers before plotting.)