Package gov.nist.microanalysis.Utility

Examples of gov.nist.microanalysis.Utility.Histogram3D


        double yRange = height * dy;
        double yMin = y0 - yRange / 2.0;
        double yMax = y0 + yRange / 2.0;

        distribution =
                new Histogram3D(xMin, xMax, width, yMin, yMax, height, min,
                        max, bins);
    }
View Full Code Here

TOP

Related Classes of gov.nist.microanalysis.Utility.Histogram3D

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.