import java.awt.geom.*; public class PointGeneratorExample4 { public static void main (String[] argv) { int numPoints = 100000; // Histogram of Y all by itself. DensityHistogram yHist = new DensityHistogram (0,10,20); for (int n=0; n