Package io.deephaven.plot
Class PlottingConvenience
java.lang.Object
io.deephaven.plot.PlottingConvenience
A library of methods for constructing plots.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AxisTransform
axisTransform
(String name) static String[]
static Figure
catErrorBar
(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh) static Figure
catErrorBar
(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, List<T0> categories, double[] y, double[] yLow, double[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, List<T0> categories, float[] y, float[] yLow, float[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, List<T0> categories, int[] y, int[] yLow, int[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, List<T0> categories, long[] y, long[] yLow, long[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, List<T0> categories, short[] y, short[] yLow, short[] yHigh) static <T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar
(Comparable seriesName, List<T0> categories, List<T1> y, List<T2> yLow, List<T3> yHigh) static <T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar
(Comparable seriesName, List<T0> categories, T1[] y, T2[] yLow, T3[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, double[] y, double[] yLow, double[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, float[] y, float[] yLow, float[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, int[] y, int[] yLow, int[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, long[] y, long[] yLow, long[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, short[] y, short[] yLow, short[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, Instant[] y, Instant[] yLow, Instant[] yHigh) static <T0 extends Comparable>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, Date[] y, Date[] yLow, Date[] yHigh) static <T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, List<T1> y, List<T2> yLow, List<T3> yHigh) static <T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar
(Comparable seriesName, T0[] categories, T1[] y, T2[] yLow, T3[] yHigh) static Figure
catErrorBarBy
(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh, String... byColumns) static Figure
catErrorBarBy
(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh, String... byColumns) static Figure
catHistPlot
(Comparable seriesName, double[] categories) static Figure
catHistPlot
(Comparable seriesName, float[] categories) static Figure
catHistPlot
(Comparable seriesName, int[] categories) static Figure
catHistPlot
(Comparable seriesName, long[] categories) static Figure
catHistPlot
(Comparable seriesName, Table t, String categories) static Figure
catHistPlot
(Comparable seriesName, SelectableDataSet sds, String categories) static <T extends Comparable>
FigurecatHistPlot
(Comparable seriesName, List<T> categories) static <T extends Comparable>
FigurecatHistPlot
(Comparable seriesName, T[] categories) static Figure
catPlot
(Comparable seriesName, Table t, String categories, String y) static <T1 extends Comparable>
FigurecatPlot
(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) static Figure
catPlot
(Comparable seriesName, SelectableDataSet sds, String categories, String y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, List<T0> categories, double[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, List<T0> categories, float[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, List<T0> categories, int[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, List<T0> categories, long[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, List<T0> categories, short[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, List<T0> categories, Instant[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, List<T0> categories, Date[] y) static <T0 extends Comparable,
T1 extends Number>
FigurecatPlot
(Comparable seriesName, List<T0> categories, List<T1> y) static <T0 extends Comparable,
T1 extends Number>
FigurecatPlot
(Comparable seriesName, List<T0> categories, T1[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, T0[] categories, double[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, T0[] categories, float[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, T0[] categories, int[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, T0[] categories, long[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, T0[] categories, short[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, T0[] categories, Instant[] y) static <T0 extends Comparable>
FigurecatPlot
(Comparable seriesName, T0[] categories, Date[] y) static <T0 extends Comparable,
T1 extends Number>
FigurecatPlot
(Comparable seriesName, T0[] categories, List<T1> y) static <T0 extends Comparable,
T1 extends Number>
FigurecatPlot
(Comparable seriesName, T0[] categories, T1[] y) static Figure
static Figure
catPlotBy
(Comparable seriesName, SelectableDataSet sds, String categories, String y, String... byColumns) static Color
SeeColor.color
static Color
colorHSL
(float h, float s, float l) static Color
colorHSL
(float h, float s, float l, float a) static String[]
static Color
colorRGB
(float r, float g, float b) static Color
colorRGB
(float r, float g, float b, float a) static Color
colorRGB
(int rgb) static Color
colorRGB
(int rgba, boolean hasAlpha) static Color
colorRGB
(int r, int g, int b) static Color
colorRGB
(int r, int g, int b, int a) static Figure
errorBarX
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y) static Figure
errorBarX
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y) static Figure
errorBarX
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y) static Figure
errorBarX
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y) static Figure
errorBarX
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y) static Figure
errorBarX
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y) static Figure
errorBarX
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y) static Figure
errorBarX
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y) static Figure
errorBarX
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y) static Figure
errorBarX
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y) static Figure
errorBarX
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y) static Figure
errorBarX
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y) static Figure
errorBarX
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y) static Figure
errorBarX
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y) static Figure
errorBarX
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y) static Figure
static Figure
errorBarX
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y) static Figure
errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y) static Figure
errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y) static Figure
errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y) static Figure
errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y) static Figure
errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y) static Figure
errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y) static Figure
errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y) static Figure
errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y) static Figure
errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y) static Figure
errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y) static Figure
errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y) static Figure
errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y) errorBarX
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y) errorBarX
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y) errorBarX
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y) static Figure
errorBarXBy
(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns) static Figure
errorBarXBy
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns) static Figure
errorBarXY
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh) static Figure
errorBarXY
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarXY
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarXY
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh) static Figure
errorBarXY
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarXY
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarXY
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh) static Figure
errorBarXY
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarXY
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarXY
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh) static Figure
errorBarXY
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarXY
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarXY
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh) static Figure
errorBarXY
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarXY
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh) static Figure
errorBarXY
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh) static Figure
errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y, double[] yLow, double[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y, float[] yLow, float[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y, int[] yLow, int[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y, long[] yLow, long[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y, short[] yLow, short[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh) static Figure
errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) errorBarXY
(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) errorBarXY
(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh) static <T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY
(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) errorBarXY
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) errorBarXY
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) static <T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) static Figure
errorBarXYBy
(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) static Figure
errorBarXYBy
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) static Figure
errorBarY
(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh) static Figure
errorBarY
(Comparable seriesName, double[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarY
(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarY
(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh) static Figure
errorBarY
(Comparable seriesName, float[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarY
(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarY
(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh) static Figure
errorBarY
(Comparable seriesName, int[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarY
(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarY
(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh) static Figure
errorBarY
(Comparable seriesName, long[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarY
(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh) static Figure
errorBarY
(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh) static Figure
errorBarY
(Comparable seriesName, short[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) static Figure
errorBarY
(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh) static Figure
static Figure
errorBarY
(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh) static Figure
errorBarY
(Comparable seriesName, Instant[] x, double[] y, double[] yLow, double[] yHigh) static Figure
errorBarY
(Comparable seriesName, Instant[] x, float[] y, float[] yLow, float[] yHigh) static Figure
errorBarY
(Comparable seriesName, Instant[] x, int[] y, int[] yLow, int[] yHigh) static Figure
errorBarY
(Comparable seriesName, Instant[] x, long[] y, long[] yLow, long[] yHigh) static Figure
errorBarY
(Comparable seriesName, Instant[] x, short[] y, short[] yLow, short[] yHigh) static Figure
errorBarY
(Comparable seriesName, Instant[] x, T1[] y, T2[] yLow, T3[] yHigh) static Figure
errorBarY
(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh) static Figure
errorBarY
(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh) static Figure
errorBarY
(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh) static Figure
errorBarY
(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh) static Figure
errorBarY
(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh) static Figure
errorBarY
(Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh) errorBarY
(Comparable seriesName, T0[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) errorBarY
(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh) errorBarY
(Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh) static Figure
errorBarYBy
(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns) static Figure
errorBarYBy
(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns) static Figure
figure()
static Figure
figure
(int numRows, int numCols) static Font
font
(String family, Font.FontStyle style, int size) SeeFont.font
static Font
SeeFont.font
static String[]
static Font.FontStyle
static String[]
static Figure
histPlot
(Comparable seriesName, double[] x, double xmin, double xmax, int nbins) static Figure
histPlot
(Comparable seriesName, double[] x, int nbins) static Figure
histPlot
(Comparable seriesName, float[] x, double xmin, double xmax, int nbins) static Figure
histPlot
(Comparable seriesName, float[] x, int nbins) static Figure
histPlot
(Comparable seriesName, int[] x, double xmin, double xmax, int nbins) static Figure
histPlot
(Comparable seriesName, int[] x, int nbins) static Figure
histPlot
(Comparable seriesName, long[] x, double xmin, double xmax, int nbins) static Figure
histPlot
(Comparable seriesName, long[] x, int nbins) static Figure
histPlot
(Comparable seriesName, short[] x, double xmin, double xmax, int nbins) static Figure
histPlot
(Comparable seriesName, short[] x, int nbins) static Figure
histPlot
(Comparable seriesName, Table t) static Figure
histPlot
(Comparable seriesName, Table t, String x, double xmin, double xmax, int nbins) static Figure
histPlot
(Comparable seriesName, Table t, String x, int nbins) static Figure
histPlot
(Comparable seriesName, SelectableDataSet sds, String x, double xmin, double xmax, int nbins) static Figure
histPlot
(Comparable seriesName, SelectableDataSet sds, String x, int nbins) histPlot
(Comparable seriesName, List<T0> x, double xmin, double xmax, int nbins) histPlot
(Comparable seriesName, List<T0> x, int nbins) histPlot
(Comparable seriesName, T0[] x, double xmin, double xmax, int nbins) histPlot
(Comparable seriesName, T0[] x, int nbins) static LineStyle.LineEndStyle
lineEndStyle
(String style) static String[]
static LineStyle.LineJoinStyle
lineJoinStyle
(String style) static String[]
static LineStyle
static LineStyle
lineStyle
(double width) static LineStyle
lineStyle
(double... dashPattern) static LineStyle
lineStyle
(double width, double[] dashPattern) static LineStyle
lineStyle
(double width, float[] dashPattern) static LineStyle
lineStyle
(double width, int[] dashPattern) static LineStyle
lineStyle
(double width, long[] dashPattern) static LineStyle
lineStyle
(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, double... dashPattern) lineStyle
(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, List<T> dashPattern) static LineStyle
lineStyle
(double width, T[] dashPattern) static LineStyle
static Figure
newAxes()
SeeFigure.newAxes()
static Figure
newAxes
(int dim) SeeFigure.newAxes()
static Figure
SeeFigure.newAxes()
static Figure
SeeFigure.newAxes()
static Figure
newChart()
static Figure
newChart
(int index) static Figure
newChart
(int rowNum, int colNum) static Figure
ohlcPlot
(Comparable seriesName, Table t, String time, String open, String high, String low, String close) static Figure
ohlcPlot
(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close) static Figure
ohlcPlot
(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close) static Figure
ohlcPlot
(Comparable seriesName, Instant[] time, double[] open, double[] high, double[] low, double[] close) static Figure
ohlcPlot
(Comparable seriesName, Instant[] time, float[] open, float[] high, float[] low, float[] close) static Figure
ohlcPlot
(Comparable seriesName, Instant[] time, int[] open, int[] high, int[] low, int[] close) static Figure
ohlcPlot
(Comparable seriesName, Instant[] time, long[] open, long[] high, long[] low, long[] close) static Figure
ohlcPlot
(Comparable seriesName, Instant[] time, short[] open, short[] high, short[] low, short[] close) ohlcPlot
(Comparable seriesName, Instant[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) ohlcPlot
(Comparable seriesName, Instant[] time, T1[] open, T2[] high, T3[] low, T4[] close) static Figure
ohlcPlot
(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close) static Figure
ohlcPlot
(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close) static Figure
ohlcPlot
(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close) static Figure
ohlcPlot
(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close) static Figure
ohlcPlot
(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close) ohlcPlot
(Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) ohlcPlot
(Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close) static Figure
ohlcPlotBy
(Comparable seriesName, Table t, String time, String open, String high, String low, String close, String... byColumns) static Figure
ohlcPlotBy
(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close, String... byColumns) static SelectableDataSetOneClick
oneClick
(PartitionedTable pTable) static SelectableDataSetOneClick
oneClick
(PartitionedTable pTable, boolean requireAllFiltersToDisplay) static SelectableDataSetOneClick
static SelectableDataSetOneClick
static Figure
piePlot
(Comparable seriesName, Table t, String categories, String y) static <T1 extends Comparable>
FigurepiePlot
(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) static Figure
piePlot
(Comparable seriesName, SelectableDataSet sds, String categories, String y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, List<T0> categories, double[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, List<T0> categories, float[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, List<T0> categories, int[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, List<T0> categories, long[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, List<T0> categories, short[] y) static <T0 extends Comparable,
T1 extends Number>
FigurepiePlot
(Comparable seriesName, List<T0> categories, List<T1> y) static <T0 extends Comparable,
T1 extends Number>
FigurepiePlot
(Comparable seriesName, List<T0> categories, T1[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, T0[] categories, double[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, T0[] categories, float[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, T0[] categories, int[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, T0[] categories, long[] y) static <T0 extends Comparable>
FigurepiePlot
(Comparable seriesName, T0[] categories, short[] y) static <T0 extends Comparable,
T1 extends Number>
FigurepiePlot
(Comparable seriesName, T0[] categories, List<T1> y) static <T0 extends Comparable,
T1 extends Number>
FigurepiePlot
(Comparable seriesName, T0[] categories, T1[] y) static Figure
plot
(Comparable seriesName, double[] x, double[] y) static Figure
plot
(Comparable seriesName, double[] x, float[] y) static Figure
plot
(Comparable seriesName, double[] x, int[] y) static Figure
plot
(Comparable seriesName, double[] x, long[] y) static Figure
plot
(Comparable seriesName, double[] x, short[] y) static Figure
plot
(Comparable seriesName, double[] x, Instant[] y) static Figure
plot
(Comparable seriesName, double[] x, Date[] y) plot
(Comparable seriesName, double[] x, List<T1> y) plot
(Comparable seriesName, double[] x, T1[] y) static Figure
plot
(Comparable seriesName, float[] x, double[] y) static Figure
plot
(Comparable seriesName, float[] x, float[] y) static Figure
plot
(Comparable seriesName, float[] x, int[] y) static Figure
plot
(Comparable seriesName, float[] x, long[] y) static Figure
plot
(Comparable seriesName, float[] x, short[] y) static Figure
plot
(Comparable seriesName, float[] x, Instant[] y) static Figure
plot
(Comparable seriesName, float[] x, Date[] y) plot
(Comparable seriesName, float[] x, List<T1> y) plot
(Comparable seriesName, float[] x, T1[] y) static Figure
plot
(Comparable seriesName, int[] x, double[] y) static Figure
plot
(Comparable seriesName, int[] x, float[] y) static Figure
plot
(Comparable seriesName, int[] x, int[] y) static Figure
plot
(Comparable seriesName, int[] x, long[] y) static Figure
plot
(Comparable seriesName, int[] x, short[] y) static Figure
plot
(Comparable seriesName, int[] x, Instant[] y) static Figure
plot
(Comparable seriesName, int[] x, Date[] y) plot
(Comparable seriesName, int[] x, List<T1> y) plot
(Comparable seriesName, int[] x, T1[] y) static Figure
plot
(Comparable seriesName, long[] x, double[] y) static Figure
plot
(Comparable seriesName, long[] x, float[] y) static Figure
plot
(Comparable seriesName, long[] x, int[] y) static Figure
plot
(Comparable seriesName, long[] x, long[] y) static Figure
plot
(Comparable seriesName, long[] x, short[] y) static Figure
plot
(Comparable seriesName, long[] x, Instant[] y) static Figure
plot
(Comparable seriesName, long[] x, Date[] y) plot
(Comparable seriesName, long[] x, List<T1> y) plot
(Comparable seriesName, long[] x, T1[] y) static Figure
plot
(Comparable seriesName, short[] x, double[] y) static Figure
plot
(Comparable seriesName, short[] x, float[] y) static Figure
plot
(Comparable seriesName, short[] x, int[] y) static Figure
plot
(Comparable seriesName, short[] x, long[] y) static Figure
plot
(Comparable seriesName, short[] x, short[] y) static Figure
plot
(Comparable seriesName, short[] x, Instant[] y) static Figure
plot
(Comparable seriesName, short[] x, Date[] y) plot
(Comparable seriesName, short[] x, List<T1> y) plot
(Comparable seriesName, short[] x, T1[] y) plot
(Comparable seriesName, groovy.lang.Closure<T> function) static Figure
plot
(Comparable seriesName, Table t, String x, String y) static Figure
plot
(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis) static Figure
plot
(Comparable seriesName, SelectableDataSet sds, String x, String y) static Figure
plot
(Comparable seriesName, Instant[] x, double[] y) static Figure
plot
(Comparable seriesName, Instant[] x, float[] y) static Figure
plot
(Comparable seriesName, Instant[] x, int[] y) static Figure
plot
(Comparable seriesName, Instant[] x, long[] y) static Figure
plot
(Comparable seriesName, Instant[] x, short[] y) static Figure
plot
(Comparable seriesName, Instant[] x, Instant[] y) static Figure
plot
(Comparable seriesName, Instant[] x, Date[] y) plot
(Comparable seriesName, Instant[] x, List<T1> y) plot
(Comparable seriesName, Instant[] x, T1[] y) static Figure
plot
(Comparable seriesName, Date[] x, double[] y) static Figure
plot
(Comparable seriesName, Date[] x, float[] y) static Figure
plot
(Comparable seriesName, Date[] x, int[] y) static Figure
plot
(Comparable seriesName, Date[] x, long[] y) static Figure
plot
(Comparable seriesName, Date[] x, short[] y) static Figure
plot
(Comparable seriesName, Date[] x, Instant[] y) static Figure
plot
(Comparable seriesName, Date[] x, Date[] y) plot
(Comparable seriesName, Date[] x, List<T1> y) plot
(Comparable seriesName, Date[] x, T1[] y) static Figure
plot
(Comparable seriesName, DoubleUnaryOperator function) plot
(Comparable seriesName, List<T0> x, double[] y) plot
(Comparable seriesName, List<T0> x, float[] y) plot
(Comparable seriesName, List<T0> x, int[] y) plot
(Comparable seriesName, List<T0> x, long[] y) plot
(Comparable seriesName, List<T0> x, short[] y) plot
(Comparable seriesName, List<T0> x, Instant[] y) plot
(Comparable seriesName, List<T0> x, Date[] y) plot
(Comparable seriesName, List<T0> x, List<T1> y) plot
(Comparable seriesName, List<T0> x, T1[] y) plot
(Comparable seriesName, T0[] x, double[] y) plot
(Comparable seriesName, T0[] x, float[] y) plot
(Comparable seriesName, T0[] x, int[] y) plot
(Comparable seriesName, T0[] x, long[] y) plot
(Comparable seriesName, T0[] x, short[] y) plot
(Comparable seriesName, T0[] x, Instant[] y) plot
(Comparable seriesName, T0[] x, Date[] y) plot
(Comparable seriesName, T0[] x, List<T1> y) plot
(Comparable seriesName, T0[] x, T1[] y) static Figure
static Figure
plotBy
(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns) static String[]
static ScatterPlotMatrix
scatterPlotMatrix
(double[]... variables) static ScatterPlotMatrix
scatterPlotMatrix
(float[]... variables) static ScatterPlotMatrix
scatterPlotMatrix
(int[]... variables) static ScatterPlotMatrix
scatterPlotMatrix
(long[]... variables) static ScatterPlotMatrix
scatterPlotMatrix
(Table t, String... columns) static ScatterPlotMatrix
scatterPlotMatrix
(SelectableDataSet sds, String... columns) static ScatterPlotMatrix
scatterPlotMatrix
(String[] variableNames, double[]... variables) static ScatterPlotMatrix
scatterPlotMatrix
(String[] variableNames, float[]... variables) static ScatterPlotMatrix
scatterPlotMatrix
(String[] variableNames, int[]... variables) static ScatterPlotMatrix
scatterPlotMatrix
(String[] variableNames, long[]... variables) static <T extends Number>
ScatterPlotMatrixscatterPlotMatrix
(String[] variableNames, T[]... variables) static <T extends Number>
ScatterPlotMatrixscatterPlotMatrix
(T[]... variables) static Figure
treemapPlot
(Comparable seriesName, Table t, String ids, String parents, String values, String labels, String hoverTexts, String colors)
-
Constructor Details
-
PlottingConvenience
public PlottingConvenience()
-
-
Method Details
-
axisTransform
-
axisTransformNames
-
color
SeeColor.color
-
colorHSL
-
colorHSL
-
colorNames
-
colorRGB
-
colorRGB
-
colorRGB
-
colorRGB
-
colorRGB
-
colorRGB
-
figure
-
figure
-
font
SeeFont.font
-
font
SeeFont.font
-
fontFamilyNames
-
fontStyle
-
fontStyleNames
-
lineEndStyle
-
lineEndStyleNames
-
lineJoinStyle
-
lineJoinStyleNames
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
public static LineStyle lineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, double... dashPattern) -
lineStyle
public static <T extends Number> LineStyle lineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, List<T> dashPattern) -
lineStyle
-
lineStyle
-
oneClick
-
oneClick
public static SelectableDataSetOneClick oneClick(PartitionedTable pTable, boolean requireAllFiltersToDisplay) -
oneClick
-
oneClick
public static SelectableDataSetOneClick oneClick(Table t, boolean requireAllFiltersToDisplay, String... byColumns) -
plotStyleNames
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
public static <T extends Number> ScatterPlotMatrix scatterPlotMatrix(String[] variableNames, T[]... variables) -
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
catErrorBar
public static <T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] categories, T1[] y, T2[] yLow, T3[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, double[] y, double[] yLow, double[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, float[] y, float[] yLow, float[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, int[] y, int[] yLow, int[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, long[] y, long[] yLow, long[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Instant[] y, Instant[] yLow, Instant[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Date[] y, Date[] yLow, Date[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, short[] y, short[] yLow, short[] yHigh) -
catErrorBar
public static <T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] categories, List<T1> y, List<T2> yLow, List<T3> yHigh) -
catErrorBar
public static <T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> categories, T1[] y, T2[] yLow, T3[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, double[] y, double[] yLow, double[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, float[] y, float[] yLow, float[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, int[] y, int[] yLow, int[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, long[] y, long[] yLow, long[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, short[] y, short[] yLow, short[] yHigh) -
catErrorBar
public static <T0 extends Comparable,T1 extends Number, Figure catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> categories, List<T1> y, List<T2> yLow, List<T3> yHigh) -
catErrorBar
-
catErrorBar
public static Figure catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh) -
catErrorBarBy
-
catErrorBarBy
public static Figure catErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh, String... byColumns) -
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catPlot
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, T1[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, double[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, float[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, int[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, long[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, Instant[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, Date[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, short[] y) -
catPlot
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, List<T1> y) -
catPlot
public static <T1 extends Comparable> Figure catPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) -
catPlot
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, T1[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, double[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, float[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, int[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, long[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, Instant[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, Date[] y) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, short[] y) -
catPlot
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, List<T1> y) -
catPlot
-
catPlot
public static Figure catPlot(Comparable seriesName, SelectableDataSet sds, String categories, String y) -
catPlotBy
-
catPlotBy
public static Figure catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String... byColumns) -
errorBarX
-
errorBarX
-
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y) -
errorBarX
-
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y) -
errorBarX
-
errorBarX
-
errorBarX
-
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y) -
errorBarXBy
-
errorBarXBy
public static Figure errorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns) -
errorBarXY
-
errorBarXY
-
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y, double[] yLow, double[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y, float[] yLow, float[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y, int[] yLow, int[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y, long[] yLow, long[] yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y, short[] yLow, short[] yHigh) -
errorBarXY
-
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh) -
errorBarXY
-
errorBarXY
-
errorBarXY
-
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh) -
errorBarXYBy
-
errorBarXYBy
public static Figure errorBarXYBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) -
errorBarY
-
errorBarY
-
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, double[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, float[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, int[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, long[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Instant[] x, double[] y, double[] yLow, double[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, Instant[] x, float[] y, float[] yLow, float[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, Instant[] x, int[] y, int[] yLow, int[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, Instant[] x, long[] y, long[] yLow, long[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Instant[] x, short[] y, short[] yLow, short[] yHigh) -
errorBarY
-
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, short[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh) -
errorBarY
-
errorBarY
-
errorBarY
-
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh) -
errorBarYBy
-
errorBarYBy
public static Figure errorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns) -
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
public static <T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, double xmin, double xmax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, double[] x, double xmin, double xmax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, float[] x, double xmin, double xmax, int nbins) -
histPlot
-
histPlot
-
histPlot
public static Figure histPlot(Comparable seriesName, short[] x, double xmin, double xmax, int nbins) -
histPlot
public static <T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, double xmin, double xmax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, Table t, String x, double xmin, double xmax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, SelectableDataSet sds, String x, double xmin, double xmax, int nbins) -
newAxes
SeeFigure.newAxes()
-
newAxes
SeeFigure.newAxes()
-
newAxes
SeeFigure.newAxes()
-
newAxes
SeeFigure.newAxes()
-
newChart
-
newChart
-
newChart
-
ohlcPlot
-
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Instant[] time, double[] open, double[] high, double[] low, double[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Instant[] time, float[] open, float[] high, float[] low, float[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Instant[] time, int[] open, int[] high, int[] low, int[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Instant[] time, long[] open, long[] high, long[] low, long[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Instant[] time, short[] open, short[] high, short[] low, short[] close) -
ohlcPlot
-
ohlcPlot
-
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close) -
ohlcPlot
-
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close) -
ohlcPlot
-
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close) -
ohlcPlotBy
-
ohlcPlotBy
public static Figure ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close, String... byColumns) -
piePlot
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, T1[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, double[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, float[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, int[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, long[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, short[] y) -
piePlot
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, List<T1> y) -
piePlot
public static <T1 extends Comparable> Figure piePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) -
piePlot
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, T1[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, double[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, float[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, int[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, long[] y) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, short[] y) -
piePlot
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, List<T1> y) -
piePlot
-
piePlot
public static Figure piePlot(Comparable seriesName, SelectableDataSet sds, String categories, String y) -
plot
public static <T extends Number> Figure plot(Comparable seriesName, groovy.lang.Closure<T> function) -
plot
-
plot
public static <T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, T1[] y) -
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
public static <T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, List<T1> y) -
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
public static <T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, T1[] y) -
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
public static Figure plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis) -
plotBy
-
plotBy
public static Figure plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns) -
treemapPlot
-