| Package | Description |
|---|---|
| org.math.plot | |
| org.math.plot.canvas | |
| org.math.plot.components | |
| org.math.plot.plots |
| Modifier and Type | Method and Description |
|---|---|
Plot |
PlotPanel.getPlot(int i) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Plot> |
PlotPanel.getPlots() |
| Modifier and Type | Method and Description |
|---|---|
int |
PlotPanel.addPlot(Plot newPlot) |
int |
PlotPanel.getPlotIndex(Plot p) |
void |
PlotPanel.includeInBounds(Plot plot)
Modify axes boundaries so as to include all the points of a given plot.
|
void |
PlotPanel.removePlot(Plot p) |
void |
PlotPanel.setPlot(int I,
Plot p) |
| Modifier and Type | Field and Description |
|---|---|
LinkedList<Plot> |
PlotCanvas.plots |
| Modifier and Type | Method and Description |
|---|---|
Plot |
PlotCanvas.getPlot(int i) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Plot> |
PlotCanvas.getPlots() |
| Modifier and Type | Method and Description |
|---|---|
int |
PlotCanvas.addPlot(Plot newPlot) |
int |
PlotCanvas.getPlotIndex(Plot p) |
void |
PlotCanvas.includeInBounds(Plot plot) |
void |
PlotCanvas.removePlot(Plot p) |
void |
PlotCanvas.setPlot(int I,
Plot p) |
| Constructor and Description |
|---|
DataPanel(Plot _plot) |
Legend(Plot p) |
| Modifier and Type | Class and Description |
|---|---|
class |
BarPlot |
class |
BoxPlot2D |
class |
BoxPlot3D |
class |
CloudPlot2D |
class |
CloudPlot3D |
class |
DensityLayerPlot |
class |
GaussianDensityLayerPlot |
class |
GridPlot3D |
class |
HistogramPlot2D |
class |
HistogramPlot3D |
class |
LayerPlot |
class |
LinePlot |
class |
QuantileLayerPlot |
class |
ScatterPlot |
class |
StaircasePlot |
class |
VectorLayerPlot
Layer to add a vector field to an existing Plot
|
| Constructor and Description |
|---|
DefaultDataPanel(Plot _plot) |
DensityLayerPlot(Plot p,
int a,
double[] quantiles) |
DensityLayerPlot(Plot p,
int a,
double[][] quantiles)
Build a quantile plot based on given plot.
|
GaussianDensityLayerPlot(Plot p,
int ax,
double sigma) |
GaussianDensityLayerPlot(Plot p,
int ax,
double[] sigma)
Build a gauss quantile plot based on given plot.
|
LayerPlot(String name,
Plot p) |
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) |
VectorLayerPlot(Plot p,
double[][] v)
Create a vector fiels based on data of a plot
|
Copyright © 2015. All rights reserved.