Package scalaSci.math.plot.plotObjects

Examples of scalaSci.math.plot.plotObjects.BasePlot


}

public abstract void initDrawer();
public void initBasenGrid(double[] min, double[] max, String[] axesScales, String[] axesLabels) {
    base = new Base(min, max, axesScales);
    grid = new BasePlot(base, axesLabels);
}
View Full Code Here

TOP

Related Classes of scalaSci.math.plot.plotObjects.BasePlot

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.