JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(double[] y) |
Adds a curve xi = i, yi = y[i], i = 0 ... y.length - 1 to the PlotFrame.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(double[] x,
double[] y) |
Adds a curve xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1 to the PlotFrame.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(double[] x,
double[] y,
Color color) |
Adds a curve xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1 to the PlotFrame.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(double[] y,
Color color) |
Adds a curve xi = i, yi = y[i], i = 0 ... y.length - 1 to the PlotFrame.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(JxnRealArrayAlgebra ry) |
Adds a curve xi = i, yi = ry.value[i], i = 0 ... length(ry) - 1 to the PlotFrame.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(JxnRealArrayAlgebra ry,
Color color) |
Adds a curve xi = i, yi = ry.value[i], i = 0 ... length(ry) - 1 to the PlotFrame.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry) |
Adds a curve xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1 to the PlotFrame.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color) |
Adds a curve xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1 to the PlotFrame.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra ry) |
Creates a new JxnRealArrayPlotFrame and visualizes the values of ry as a curve:
xi = i, yi = ry.value[i], i = 0 ... y.length - 1.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra ry,
double ymin,
double ymax) |
Deprecated.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra ry,
Color color,
int lineType) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry) |
Creates a new JxnRealArrayPlotFrame and visualizes the values of rx and ry as a curve:
xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
double ymin,
double ymax) |
Deprecated.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
float lineWidth) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType,
float lineWidth,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType,
float lineWidth,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
Stroke stroke) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
Stroke stroke,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
Stroke stroke,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry1,
JxnRealArrayAlgebra ry2) |
plot 2 curves: ry1 : red, ry2 : blue.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry1,
JxnRealArrayAlgebra ry2,
double ymin,
double ymax) |
Deprecated.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz,
IKmg3DProjection p3d) |
Deprecated.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry1,
JxnRealArrayAlgebra ry2,
JxnRealArrayAlgebra ry3) |
plot 3 curves: ry1 : red, ry2 : blue, ry3 : green.
|
static JxnRealArrayPlotFrame |
JxnRealArrayAlgebra.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry1,
JxnRealArrayAlgebra ry2,
JxnRealArrayAlgebra ry3,
double ymin,
double ymax) |
Deprecated.
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] y) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y1,
double[] y2) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y1,
double[] y2,
double[] y3) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y,
Color color) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y,
Color color,
float lineWidth) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y,
Color color,
int lineType) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y,
Color color,
int lineType,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y,
Color color,
int lineType,
float lineWidth,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] x,
double[] y,
Color color,
Stroke stroke,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(double[] y,
Color color,
int lineType) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra ry) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra ry,
Color color,
int lineType) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
float lineWidth) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
int lineType,
float lineWidth,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
Stroke stroke) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
Color color,
Stroke stroke,
double dummy_for_vyx_or_logScales) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry1,
JxnRealArrayAlgebra ry2) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz,
IKmg3DProjection p3d) |
Called internally...
|
JxnRealArrayPlotFrame |
JxnRealArrayPlotFrame.plot(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry1,
JxnRealArrayAlgebra ry2,
JxnRealArrayAlgebra ry3) |
Called internally...
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] y) |
Creates a new JxnRealArrayPlotFrame and visualizes the values of y as a curve:
xi = i, yi = y[i], i = 0 ... y.length - 1.
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y) |
Creates a new JxnRealArrayPlotFrame and visualizes the values of x and y as a curve:
xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1.
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y1,
double[] y2) |
plot s 2 curves: y1(x) : red, y2(x) : blue.
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y1,
double[] y2,
double[] y3) |
plot s 3 curves: y1(x) : red, y2(x) : blue, y3(x) : green.
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
float lineWidth) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
int lineType) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
int lineType,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
int lineType,
float lineWidth,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
int lineType,
float lineWidth,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
int lineType,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
Stroke stroke,
double vyx) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] x,
double[] y,
Color color,
Stroke stroke,
int logScales) |
|
static JxnRealArrayPlotFrame |
JxnUtilities.plot(double[] y,
Color color,
int lineType) |
|