Plot.DefaultDataPanel| Modifier and Type | Field and Description |
|---|---|
boolean |
symetric |
static int |
WIDTH |
color, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible| Constructor and Description |
|---|
QuantileLayerPlot(Plot p,
int a,
double[] q,
double r,
boolean _symetric)
Build a quantile plot based on given plot.
|
QuantileLayerPlot(Plot p,
int a,
double q,
double r,
boolean _symetric) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAxe() |
double[][] |
getData() |
double |
getQuantileRate() |
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 QuantileLayerPlot(Plot p, int a, double q, double r, boolean _symetric)
public QuantileLayerPlot(Plot p, int a, double[] q, double r, boolean _symetric)
p - base plota - axis number of quantile : 0=X quantile, 1=Y quantile, 2=Z quantileq - array of quantiles valuesr - rate of the quantile. The gradient line length is q/r_symetric - if yes, quantiles are drawn on both negative and positive sides of base plot dotspublic double getQuantilesValue(int numCoord)
public int getAxe()
public double getQuantileRate()
public void plot(AbstractDrawer draw, Color c)
public static void main(String[] args)
Copyright © 2015. All rights reserved.