Plot.DefaultDataPanel| Modifier and Type | Field and Description |
|---|---|
static int |
WIDHT |
color, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible| Constructor and Description |
|---|
GaussianDensityLayerPlot(Plot p,
int ax,
double sigma) |
GaussianDensityLayerPlot(Plot p,
int ax,
double[] sigma)
Build a gauss quantile plot based on given plot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAxe() |
double[][] |
getData() |
double |
getQuantilesValue(int numCoord) |
static void |
main(String[] args) |
void |
plot(AbstractDrawer draw,
Color c) |
void |
setData(double[][] d) |
getBounds, getDataPanel, isSelectedaddGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, clearLayers, edit, editnote, getBounds, getColor, getName, getVisible, note, noteCoord, plot, plotLayerPlots, setColor, setName, setVisiblepublic GaussianDensityLayerPlot(Plot p, int ax, double sigma)
public GaussianDensityLayerPlot(Plot p, int ax, double[] sigma)
p - base plotax - axis number of quantile : 0=X quantile, 1=Y quantile, 2=Z quantilesigma - array of standard deviation valuespublic double getQuantilesValue(int numCoord)
public int getAxe()
public void plot(AbstractDrawer draw, Color c)
public static void main(String[] args)
Copyright © 2015. All rights reserved.