addBarPlot(String name, Color color, double[][] XY) | org.math.plot.Plot3DPanel | |
addBarPlot(String name, Color color, double[] X, double[] Y, double[] Z) | org.math.plot.Plot3DPanel | |
addBarPlot(String name, double[][] XY) | org.math.plot.Plot3DPanel | |
addBarPlot(String name, double[] X, double[] Y, double[] Z) | org.math.plot.Plot3DPanel | |
addBaseLabel(String text, Color c, double...where) | org.math.plot.PlotPanel | |
addBoxPlot(String name, Color c, double[][] XY, double[][] dX) | org.math.plot.Plot3DPanel | |
addBoxPlot(String name, double[][] XY, double[][] dX) | org.math.plot.Plot3DPanel | |
addBoxPlot(String name, Color c, double[][] XYdX) | org.math.plot.Plot3DPanel | |
addBoxPlot(String name, double[][] XYdX) | org.math.plot.Plot3DPanel | |
addCloudPlot(String name, Color color, double[][] sampleXYZ, int nX, int nY, int nZ) | org.math.plot.Plot3DPanel | |
addCloudPlot(String name, double[][] sampleXYZ, int nX, int nY, int nZ) | org.math.plot.Plot3DPanel | |
addGaussQuantilestoPlot(int numPlot, int numAxe, double[] s) | org.math.plot.PlotPanel | |
addGaussQuantilestoPlot(int numPlot, int numAxe, double s) | org.math.plot.PlotPanel | |
addGridPlot(String name, Color c, double[] X, double[] Y, double[][] Z) | org.math.plot.Plot3DPanel | |
addGridPlot(String name, double[] X, double[] Y, double[][] Z) | org.math.plot.Plot3DPanel | |
addGridPlot(String name, Color c, double[][] XYZMatrix) | org.math.plot.Plot3DPanel | |
addGridPlot(String name, double[][] XYZMatrix) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, Color c, double[][] XY, double[][] dX) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, double[][] XY, double[][] dX) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, Color c, double[][] XYdX) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, double[][] XYdX) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, Color c, double[][] XY, int nX, int nY) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, double[][] XY, int nX, int nY) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, Color c, double[][] XY, double[] boundsX, double[] boundsY) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, double[][] XY, double[] boundsX, double[] boundsY) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, Color c, double[][] XY, double minX, double maxX, int nX, double minY, double maxY, int nY) | org.math.plot.Plot3DPanel | |
addHistogramPlot(String name, double[][] XY, double minX, double maxX, int nX, double minY, double maxY, int nY) | org.math.plot.Plot3DPanel | |
addLabel(String text, Color c, double...where) | org.math.plot.PlotPanel | |
addLegend(String location) | org.math.plot.PlotPanel | |
addLinePlot(String name, Color color, double[][] XY) | org.math.plot.Plot3DPanel | |
addLinePlot(String name, Color color, double[] X, double[] Y, double[] Z) | org.math.plot.Plot3DPanel | |
addLinePlot(String name, double[][] XY) | org.math.plot.Plot3DPanel | |
addLinePlot(String name, double[] X, double[] Y, double[] Z) | org.math.plot.Plot3DPanel | |
addPlot(String type, String name, Color c, double[]...XY) | org.math.plot.Plot3DPanel | [virtual] |
org::math::plot::PlotPanel::addPlot(Plot newPlot) | org.math.plot.PlotPanel | |
org::math::plot::PlotPanel::addPlot(String type, String name, double[]...v) | org.math.plot.PlotPanel | |
addPlotable(Plotable p) | org.math.plot.PlotPanel | |
addPlotToolBar(String location) | org.math.plot.PlotPanel | |
addQuantilestoPlot(int numPlot, int numAxe, double[][] q) | org.math.plot.PlotPanel | |
addQuantilestoPlot(int numPlot, int numAxe, double[] q) | org.math.plot.PlotPanel | |
addQuantiletoPlot(int numPlot, int numAxe, double rate, boolean symetric, double[] q) | org.math.plot.PlotPanel | |
addQuantiletoPlot(int numPlot, int numAxe, double rate, boolean symetric, double q) | org.math.plot.PlotPanel | |
addScatterPlot(String name, Color color, double[][] XY) | org.math.plot.Plot3DPanel | |
addScatterPlot(String name, Color color, double[] X, double[] Y, double[] Z) | org.math.plot.Plot3DPanel | |
addScatterPlot(String name, double[][] XY) | org.math.plot.Plot3DPanel | |
addScatterPlot(String name, double[] X, double[] Y, double[] Z) | org.math.plot.Plot3DPanel | |
addVectortoPlot(int numPlot, double[][] v) | org.math.plot.PlotPanel | |
BAR | org.math.plot.PlotPanel | [static] |
BOX | org.math.plot.PlotPanel | [static] |
changePlotColor(int I, Color c) | org.math.plot.PlotPanel | |
changePlotData(int I, double[]...XY) | org.math.plot.PlotPanel | |
changePlotName(int I, String name) | org.math.plot.PlotPanel | |
COLORLIST | org.math.plot.PlotPanel | [static] |
EAST | org.math.plot.PlotPanel | [static] |
getAxis(int i) | org.math.plot.PlotPanel | |
getAxisScales() | org.math.plot.PlotPanel | |
getEditable() | org.math.plot.PlotPanel | |
getNewColor() | org.math.plot.PlotPanel | [protected] |
getNotable() | org.math.plot.PlotPanel | |
getPlot(int i) | org.math.plot.PlotPanel | |
getPlotable(int i) | org.math.plot.PlotPanel | |
getPlotables() | org.math.plot.PlotPanel | |
getPlotIndex(Plot p) | org.math.plot.PlotPanel | |
getPlots() | org.math.plot.PlotPanel | |
GRID | org.math.plot.PlotPanel | [static] |
HISTOGRAM | org.math.plot.PlotPanel | [static] |
includeInBounds(double...into) | org.math.plot.PlotPanel | |
includeInBounds(Plot plot) | org.math.plot.PlotPanel | |
INVISIBLE | org.math.plot.PlotPanel | [static] |
LINE | org.math.plot.PlotPanel | [static] |
main(String[] args) | org.math.plot.PlotPanel | [static] |
mapData(Object[][] stringdata) | org.math.plot.PlotPanel | |
NORTH | org.math.plot.PlotPanel | [static] |
Plot3DPanel() | org.math.plot.Plot3DPanel | |
Plot3DPanel(double[] min, double[] max, String[] axesScales, String[] axesLabels) | org.math.plot.Plot3DPanel | |
Plot3DPanel(PlotCanvas _canvas, String legendOrientation) | org.math.plot.Plot3DPanel | |
Plot3DPanel(PlotCanvas _canvas) | org.math.plot.Plot3DPanel | |
Plot3DPanel(String legendOrientation) | org.math.plot.Plot3DPanel | |
plotCanvas | org.math.plot.PlotPanel | |
plotLegend | org.math.plot.PlotPanel | |
PlotPanel(PlotCanvas _canvas, String legendOrientation) | org.math.plot.PlotPanel | |
PlotPanel(PlotCanvas _canvas) | org.math.plot.PlotPanel | |
plotToolBar | org.math.plot.PlotPanel | |
removeAllPlots() | org.math.plot.PlotPanel | |
removeLegend() | org.math.plot.PlotPanel | |
removePlot(int I) | org.math.plot.PlotPanel | |
removePlot(Plot p) | org.math.plot.PlotPanel | |
removePlotable(Plotable p) | org.math.plot.PlotPanel | |
removePlotable(int i) | org.math.plot.PlotPanel | |
removePlotToolBar() | org.math.plot.PlotPanel | |
resetMapData() | org.math.plot.PlotPanel | |
SCATTER | org.math.plot.PlotPanel | [static] |
setActionMode(int am) | org.math.plot.PlotPanel | |
setAutoBounds() | org.math.plot.PlotPanel | |
setAutoBounds(int axe) | org.math.plot.PlotPanel | |
setAxisLabel(int axe, String label) | org.math.plot.PlotPanel | |
setAxisLabels(String...labels) | org.math.plot.PlotPanel | |
setAxisScale(int axe, String scale) | org.math.plot.PlotPanel | |
setAxisScales(String...scales) | org.math.plot.PlotPanel | |
setEditable(boolean b) | org.math.plot.PlotPanel | |
setFixedBounds(double[] min, double[] max) | org.math.plot.PlotPanel | |
setFixedBounds(int axe, double min, double max) | org.math.plot.PlotPanel | |
setLegendOrientation(String location) | org.math.plot.PlotPanel | |
setNotable(boolean b) | org.math.plot.PlotPanel | |
setNoteCoords(boolean b) | org.math.plot.PlotPanel | |
setPlot(int I, Plot p) | org.math.plot.PlotPanel | |
setPlotToolBarOrientation(String location) | org.math.plot.PlotPanel | |
SOUTH | org.math.plot.PlotPanel | [static] |
STAIRCASE | org.math.plot.PlotPanel | [static] |
toGraphicFile(File file) | org.math.plot.PlotPanel | |
WEST | org.math.plot.PlotPanel | [static] |