Example 9.1: Scatterplots with binning for large datasets
 Scatterplots can get very hard to interpret when displaying large datasets, as points inevitably overplot and can't be individually discerned.  A number of approaches have been crafted to help with this problem.  One approach uses binning.  This approa...