Package io.deephaven.plot
Class AxesImpl
java.lang.Object
io.deephaven.plot.AxesImpl
- All Implemented Interfaces:
Axes
,PlotExceptionCause
,Serializable
Chart's axes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaxesRemoveSeries
(String... removeSeriesNames) Removes the series with the specifiednames
from this Axes.axis
(int dim) Gets theAxis
at dimensiondim
.catErrorBar
(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh) Creates a category error bar plot with whiskers in the y direction.catErrorBar
(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, List<T0> categories, double[] y, double[] yLow, double[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, List<T0> categories, float[] y, float[] yLow, float[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, List<T0> categories, int[] y, int[] yLow, int[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, List<T0> categories, long[] y, long[] yLow, long[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, List<T0> categories, short[] y, short[] yLow, short[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, List<T0> categories, List<T1> y, List<T2> yLow, List<T3> yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, List<T0> categories, T1[] y, T2[] yLow, T3[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, double[] y, double[] yLow, double[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, float[] y, float[] yLow, float[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, int[] y, int[] yLow, int[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, long[] y, long[] yLow, long[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, short[] y, short[] yLow, short[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, Date[] y, Date[] yLow, Date[] yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, List<T1> y, List<T2> yLow, List<T3> yHigh) Creates a category error bar plot with whiskers in the y direction.<T0 extends Comparable,
T1 extends Number, T2 extends Number, T3 extends Number>
CategoryDataSeriesInternalcatErrorBar
(Comparable seriesName, T0[] categories, T1[] y, T2[] yLow, T3[] yHigh) Creates a category error bar plot with whiskers in the y direction.catErrorBarBy
(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh, String... byColumns) Creates a catErrorBar plot for each distinct grouping value specified inbyColumns
.catErrorBarBy
(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh, String... byColumns) Creates a catErrorBar plot for each distinct grouping value specified inbyColumns
.catHistPlot
(Comparable seriesName, double[] categories) Creates a histogram with discrete axis.catHistPlot
(Comparable seriesName, float[] categories) Creates a histogram with discrete axis.catHistPlot
(Comparable seriesName, int[] categories) Creates a histogram with discrete axis.catHistPlot
(Comparable seriesName, long[] categories) Creates a histogram with discrete axis.catHistPlot
(Comparable seriesName, Table t, String categories) Creates a histogram with discrete axis.catHistPlot
(Comparable seriesName, SelectableDataSet sds, String categories) Creates a histogram with discrete axis.<T extends Comparable>
CategoryDataSeriesPartitionedTablecatHistPlot
(Comparable seriesName, List<T> categories) Creates a histogram with discrete axis.<T extends Comparable>
CategoryDataSeriesPartitionedTablecatHistPlot
(Comparable seriesName, T[] categories) Creates a histogram with discrete axis.catPlot
(Comparable seriesName, Table t, String categories, String y) Creates a plot with discrete axis.<T1 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Creates a plot with discrete axis.catPlot
(Comparable seriesName, SelectableDataSet sds, String categories, String y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, double[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, float[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, int[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, long[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, short[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, Instant[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, Date[] y) Creates a plot with discrete axis.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, List<T1> y) Creates a plot with discrete axis.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, List<T0> categories, T1[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, double[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, float[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, int[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, long[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, short[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, Instant[] y) Creates a plot with discrete axis.<T0 extends Comparable>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, Date[] y) Creates a plot with discrete axis.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, List<T1> y) Creates a plot with discrete axis.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalcatPlot
(Comparable seriesName, T0[] categories, T1[] y) Creates a plot with discrete axis.Creates a category plot per distinct grouping value specified inbyColumns
.catPlotBy
(Comparable seriesName, SelectableDataSet sds, String categories, String y, String... byColumns) Creates a category plot per distinct grouping value specified inbyColumns
.chart()
Gets this Axes'sChart
.Gets the collection of data series.errorBarX
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y) Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.<T3 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the x direction.<T3 extends Number>
XYErrorBarDataSeriesArrayerrorBarX
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y) Creates an XY plot with error bars in the x direction.errorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y) Creates an XY plot with error bars in the x direction.Creates an XY plot with error bars in the x direction.<T3 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the x direction.<T3 extends Number>
XYErrorBarDataSeriesArrayerrorBarX
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y) Creates an XY plot with error bars in the x direction.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the x direction.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the x direction.<T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the x direction.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayerrorBarX
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y) Creates an XY plot with error bars in the x direction.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayerrorBarX
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y) Creates an XY plot with error bars in the x direction.<T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayerrorBarX
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y) Creates an XY plot with error bars in the x direction.errorBarXBy
(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns) Creates an errorBarX plot per distinct grouping value specified inbyColumns
.errorBarXBy
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns) Creates an errorBarX plot per distinct grouping value specified inbyColumns
.errorBarXY
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.<T3 extends Number,
T4 extends Number, T5 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Creates an XY plot with error bars in both the x and y directions.<T3 extends Number,
T4 extends Number, T5 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.<T3 extends Number,
T4 extends Number, T5 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Creates an XY plot with error bars in both the x and y directions.<T3 extends Number,
T4 extends Number, T5 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Creates an XY plot with error bars in both the x and y directions.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.<T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Creates an XY plot with error bars in both the x and y directions.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in both the x and y directions.<T0 extends Number,
T1 extends Number, T2 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in both the x and y directions.<T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number>
XYErrorBarDataSeriesArrayerrorBarXY
(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Creates an XY plot with error bars in both the x and y directions.errorBarXYBy
(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) Creates an errorBar plot per distinct grouping value specified inbyColumns
.errorBarXYBy
(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) Creates an errorBar plot per distinct grouping value specified inbyColumns
.errorBarY
(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, double[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, float[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, int[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, long[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, short[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Instant[] x, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Instant[] x, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Instant[] x, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Instant[] x, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Instant[] x, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.<T1 extends Number,
T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the y direction.<T1 extends Number,
T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayerrorBarY
(Comparable seriesName, Instant[] x, T1[] y, T2[] yLow, T3[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh) Creates an XY plot with error bars in the y direction.errorBarY
(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh) Creates an XY plot with error bars in the y direction.Creates an XY plot with error bars in the y direction.<T1 extends Number,
T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the y direction.<T1 extends Number,
T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayerrorBarY
(Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh) Creates an XY plot with error bars in the y direction.<T0 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the y direction.<T0 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the y direction.<T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayCreates an XY plot with error bars in the y direction.<T0 extends Number>
XYErrorBarDataSeriesArrayerrorBarY
(Comparable seriesName, T0[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Creates an XY plot with error bars in the y direction.<T0 extends Number>
XYErrorBarDataSeriesArrayerrorBarY
(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh) Creates an XY plot with error bars in the y direction.<T0 extends Number,
T1 extends Number, T2 extends Number, T3 extends Number>
XYErrorBarDataSeriesArrayerrorBarY
(Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh) Creates an XY plot with error bars in the y direction.errorBarYBy
(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns) Creates a errorBarY plot per distinct grouping value specified inbyColumns
.errorBarYBy
(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns) Creates a errorBarY plot per distinct grouping value specified inbyColumns
.AxisImpl[]
getAxes()
Gets this AxesImpl'sPlotStyle
.histPlot
(Comparable seriesName, double[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot
(Comparable seriesName, double[] x, int nbins) Creates a histogram.histPlot
(Comparable seriesName, float[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot
(Comparable seriesName, float[] x, int nbins) Creates a histogram.histPlot
(Comparable seriesName, int[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot
(Comparable seriesName, int[] x, int nbins) Creates a histogram.histPlot
(Comparable seriesName, long[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot
(Comparable seriesName, long[] x, int nbins) Creates a histogram.histPlot
(Comparable seriesName, short[] x, double xmin, double xmax, int nbins) Creates a histogram.histPlot
(Comparable seriesName, short[] x, int nbins) Creates a histogram.histPlot
(Comparable seriesName, Table t) Creates a histogram.histPlot
(Comparable seriesName, Table t, String x, double xmin, double xmax, int nbins) Creates a histogram.histPlot
(Comparable seriesName, Table t, String x, int nbins) Creates a histogram.histPlot
(Comparable seriesName, SelectableDataSet sds, String x, double xmin, double xmax, int nbins) Creates a histogram.histPlot
(Comparable seriesName, SelectableDataSet sds, String x, int nbins) Creates a histogram.<T0 extends Number>
IntervalXYDataSeriesArrayhistPlot
(Comparable seriesName, List<T0> x, double xmin, double xmax, int nbins) Creates a histogram.<T0 extends Number>
IntervalXYDataSeriesArrayhistPlot
(Comparable seriesName, List<T0> x, int nbins) Creates a histogram.<T0 extends Number>
IntervalXYDataSeriesArrayhistPlot
(Comparable seriesName, T0[] x, double xmin, double xmax, int nbins) Creates a histogram.<T0 extends Number>
IntervalXYDataSeriesArrayhistPlot
(Comparable seriesName, T0[] x, int nbins) Creates a histogram.int
id()
Gets this AxesImpl's id.name()
Gets the name of the Axes.ohlcPlot
(Comparable seriesName, Table t, String time, String open, String high, String low, String close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Instant[] time, double[] open, double[] high, double[] low, double[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Instant[] time, float[] open, float[] high, float[] low, float[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Instant[] time, int[] open, int[] high, int[] low, int[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Instant[] time, long[] open, long[] high, long[] low, long[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Instant[] time, short[] open, short[] high, short[] low, short[] close) Creates an open-high-low-close plot.<T1 extends Number,
T2 extends Number, T3 extends Number, T4 extends Number>
OHLCDataSeriesArrayohlcPlot
(Comparable seriesName, Instant[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Creates an open-high-low-close plot.<T1 extends Number,
T2 extends Number, T3 extends Number, T4 extends Number>
OHLCDataSeriesArrayohlcPlot
(Comparable seriesName, Instant[] time, T1[] open, T2[] high, T3[] low, T4[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close) Creates an open-high-low-close plot.ohlcPlot
(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close) Creates an open-high-low-close plot.<T1 extends Number,
T2 extends Number, T3 extends Number, T4 extends Number>
OHLCDataSeriesArrayohlcPlot
(Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Creates an open-high-low-close plot.<T1 extends Number,
T2 extends Number, T3 extends Number, T4 extends Number>
OHLCDataSeriesArrayohlcPlot
(Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close) Creates an open-high-low-close plot.ohlcPlotBy
(Comparable seriesName, Table t, String time, String open, String high, String low, String close, String... byColumns) Creates an open-high-low-close plot per distinct grouping value specified inbyColumns
.ohlcPlotBy
(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close, String... byColumns) Creates an open-high-low-close plot per distinct grouping value specified inbyColumns
.piePlot
(Comparable seriesName, Table t, String categories, String y) Creates a pie plot.<T1 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Creates a pie plot.piePlot
(Comparable seriesName, SelectableDataSet sds, String categories, String y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, List<T0> categories, double[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, List<T0> categories, float[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, List<T0> categories, int[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, List<T0> categories, long[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, List<T0> categories, short[] y) Creates a pie plot.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, List<T0> categories, List<T1> y) Creates a pie plot.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, List<T0> categories, T1[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, T0[] categories, double[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, T0[] categories, float[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, T0[] categories, int[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, T0[] categories, long[] y) Creates a pie plot.<T0 extends Comparable>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, T0[] categories, short[] y) Creates a pie plot.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, T0[] categories, List<T1> y) Creates a pie plot.<T0 extends Comparable,
T1 extends Number>
CategoryDataSeriesInternalpiePlot
(Comparable seriesName, T0[] categories, T1[] y) Creates a pie plot.plot
(Comparable seriesName, double[] x, double[] y) Creates an XY plot.plot
(Comparable seriesName, double[] x, float[] y) Creates an XY plot.plot
(Comparable seriesName, double[] x, int[] y) Creates an XY plot.plot
(Comparable seriesName, double[] x, long[] y) Creates an XY plot.plot
(Comparable seriesName, double[] x, short[] y) Creates an XY plot.plot
(Comparable seriesName, double[] x, Instant[] y) Creates an XY plot.plot
(Comparable seriesName, double[] x, Date[] y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, double[] x, List<T1> y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, double[] x, T1[] y) Creates an XY plot.plot
(Comparable seriesName, float[] x, double[] y) Creates an XY plot.plot
(Comparable seriesName, float[] x, float[] y) Creates an XY plot.plot
(Comparable seriesName, float[] x, int[] y) Creates an XY plot.plot
(Comparable seriesName, float[] x, long[] y) Creates an XY plot.plot
(Comparable seriesName, float[] x, short[] y) Creates an XY plot.plot
(Comparable seriesName, float[] x, Instant[] y) Creates an XY plot.plot
(Comparable seriesName, float[] x, Date[] y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, float[] x, List<T1> y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, float[] x, T1[] y) Creates an XY plot.plot
(Comparable seriesName, int[] x, double[] y) Creates an XY plot.plot
(Comparable seriesName, int[] x, float[] y) Creates an XY plot.plot
(Comparable seriesName, int[] x, int[] y) Creates an XY plot.plot
(Comparable seriesName, int[] x, long[] y) Creates an XY plot.plot
(Comparable seriesName, int[] x, short[] y) Creates an XY plot.plot
(Comparable seriesName, int[] x, Instant[] y) Creates an XY plot.plot
(Comparable seriesName, int[] x, Date[] y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, int[] x, List<T1> y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, int[] x, T1[] y) Creates an XY plot.plot
(Comparable seriesName, long[] x, double[] y) Creates an XY plot.plot
(Comparable seriesName, long[] x, float[] y) Creates an XY plot.plot
(Comparable seriesName, long[] x, int[] y) Creates an XY plot.plot
(Comparable seriesName, long[] x, long[] y) Creates an XY plot.plot
(Comparable seriesName, long[] x, short[] y) Creates an XY plot.plot
(Comparable seriesName, long[] x, Instant[] y) Creates an XY plot.plot
(Comparable seriesName, long[] x, Date[] y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, long[] x, List<T1> y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, long[] x, T1[] y) Creates an XY plot.plot
(Comparable seriesName, short[] x, double[] y) Creates an XY plot.plot
(Comparable seriesName, short[] x, float[] y) Creates an XY plot.plot
(Comparable seriesName, short[] x, int[] y) Creates an XY plot.plot
(Comparable seriesName, short[] x, long[] y) Creates an XY plot.plot
(Comparable seriesName, short[] x, short[] y) Creates an XY plot.plot
(Comparable seriesName, short[] x, Instant[] y) Creates an XY plot.plot
(Comparable seriesName, short[] x, Date[] y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, short[] x, List<T1> y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, short[] x, T1[] y) Creates an XY plot.<T extends Number>
XYDataSeriesFunctionImplplot
(Comparable seriesName, groovy.lang.Closure<T> function) Creates an XY plot.plot
(Comparable seriesName, Table t, String x, String y) Creates an XY plot.plot
(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis) Creates an XY plot.plot
(Comparable seriesName, SelectableDataSet sds, String x, String y) Creates an XY plot.plot
(Comparable seriesName, Instant[] x, double[] y) Creates an XY plot.plot
(Comparable seriesName, Instant[] x, float[] y) Creates an XY plot.plot
(Comparable seriesName, Instant[] x, int[] y) Creates an XY plot.plot
(Comparable seriesName, Instant[] x, long[] y) Creates an XY plot.plot
(Comparable seriesName, Instant[] x, short[] y) Creates an XY plot.plot
(Comparable seriesName, Instant[] x, Instant[] y) Creates an XY plot.plot
(Comparable seriesName, Instant[] x, Date[] y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, Instant[] x, List<T1> y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, Instant[] x, T1[] y) Creates an XY plot.plot
(Comparable seriesName, Date[] x, double[] y) Creates an XY plot.plot
(Comparable seriesName, Date[] x, float[] y) Creates an XY plot.plot
(Comparable seriesName, Date[] x, int[] y) Creates an XY plot.plot
(Comparable seriesName, Date[] x, long[] y) Creates an XY plot.plot
(Comparable seriesName, Date[] x, short[] y) Creates an XY plot.plot
(Comparable seriesName, Date[] x, Instant[] y) Creates an XY plot.plot
(Comparable seriesName, Date[] x, Date[] y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, Date[] x, List<T1> y) Creates an XY plot.<T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, Date[] x, T1[] y) Creates an XY plot.plot
(Comparable seriesName, DoubleUnaryOperator function) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, double[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, float[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, int[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, long[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, short[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, Instant[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, Date[] y) Creates an XY plot.<T0 extends Number,
T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, List<T1> y) Creates an XY plot.<T0 extends Number,
T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, List<T0> x, T1[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, double[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, float[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, int[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, long[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, short[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, Instant[] y) Creates an XY plot.<T0 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, Date[] y) Creates an XY plot.<T0 extends Number,
T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, List<T1> y) Creates an XY plot.<T0 extends Number,
T1 extends Number>
XYDataSeriesArrayplot
(Comparable seriesName, T0[] x, T1[] y) Creates an XY plot.Creates an XY plot per distinct grouping value specified inbyColumns
.plotBy
(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns) Creates an XY plot per distinct grouping value specified inbyColumns
.Sets thePlotStyle
of this Axes.Sets thePlotStyle
of this Axes.series
(int id) Gets a data series.series
(Comparable name) Gets a data series.treemapPlot
(Comparable seriesName, Table t, String ids, String parents, @Nullable String values, @Nullable String labels, @Nullable String hoverText, @Nullable String color) Creates a treemap plot.twin()
Creates a new Axes instance which shares the sameAxis
objects as this Axes.twin
(int dim) Creates a new Axes instance which shares the sameAxis
objects as this Axes.Creates a new Axes instance which shares the sameAxis
objects as this Axes.Creates a new Axes instance which shares the sameAxis
objects as this Axes.twinX()
Creates a new Axes instance which shares the same x-Axis
as this Axes.Creates a new Axes instance which shares the same x-Axis
as this Axes.twinY()
Creates a new Axes instance which shares the same y-Axis
as this Axes.Creates a new Axes instance which shares the same y-Axis
as this Axes.xAxis()
Gets theAxis
representing the x-axisxBusinessTime
(boolean useBusinessTime) xBusinessTime
(SelectableDataSet sds, String calendar) xBusinessTime
(BusinessCalendar calendar) Sets the color of the x-Axis
Sets the color of the x-Axis
xFormat
(AxisFormat axisFormat) Sets theAxisFormat
of the x-Axis
xFormatPattern
(String axisFormatPattern) Sets the format pattern of the x-Axis
xInvert()
Inverts the x-Axis
so that larger values are closer to the origin.xInvert
(boolean invert) Inverts the x-Axis
so that larger values are closer to the origin.Sets the label of the x-Axis
xLabelFont
(Font font) Sets the font for the x-Axis
label.xLabelFont
(String family, String style, int size) Sets the font for the x-Axis
label.xLog()
Sets theAxisTransform
of the x-Axis
to log base 10xLog
(boolean useLog) Sets theAxisTransform
of the x-Axis
to log base 10xMax
(double max) Sets the maximum of the x-Axis
.xMax
(SelectableDataSet sds, String max) Sets the maximum of the x-Axis
.xMin
(double min) Sets the minimum of the x-Axis
.xMin
(SelectableDataSet sds, String min) Sets the minimum of the x-Axis
.xMinorTicks
(int nminor) Sets the number of minor ticks between consecutive major ticks in the x-Axis
.xMinorTicksVisible
(boolean visible) Sets whether the x-Axis
minor ticks are visible.xRange
(double min, double max) Sets the range of the x-Axis
xTickLabelAngle
(double angle) Sets the angle the tick labels the x-Axis
are drawn at.xTicks
(double gapBetweenTicks) Sets the x-Axis
ticks.xTicks
(double[] tickLocations) Sets the x-Axis
ticks.xTicksFont
(Font font) Sets the font for the x-Axis
ticks.xTicksFont
(String family, String style, int size) Sets the font for the x-Axis
ticks.xTicksVisible
(boolean visible) Sets whether the x-Axis
ticks are visible.xTransform
(AxisTransform transform) Sets theAxisTransform
of the x-Axis
yAxis()
Gets theAxis
representing the y-axisyBusinessTime
(boolean useBusinessTime) yBusinessTime
(SelectableDataSet sds, String calendar) yBusinessTime
(BusinessCalendar calendar) Sets the color of the y-Axis
Sets the color of the y-Axis
yFormat
(AxisFormat axisFormat) Sets theAxisFormat
of the y-Axis
yFormatPattern
(String axisFormatPattern) Sets the format pattern of the y-Axis
yInvert()
Inverts the y-Axis
so that larger values are closer to the origin.yInvert
(boolean invert) Inverts the y-Axis
so that larger values are closer to the origin.Sets the label of the y-Axis
yLabelFont
(Font font) Sets the font for the y-Axis
label.yLabelFont
(String family, String style, int size) Sets the font for the y-Axis
label.yLog()
Sets theAxisTransform
of the y-Axis
to log base 10yLog
(boolean useLog) Sets theAxisTransform
of the y-Axis
to log base 10yMax
(double max) Sets the maximum of the y-Axis
.yMax
(SelectableDataSet sds, String max) Sets the maximum of the y-Axis
.yMin
(double min) Sets the minimum of the y-Axis
.yMin
(SelectableDataSet sds, String min) Sets the minimum of the y-Axis
.yMinorTicks
(int nminor) Sets the number of minor ticks between consecutive major ticks in the y-Axis
.yMinorTicksVisible
(boolean visible) Sets whether the y-Axis
minor ticks are visible.yRange
(double min, double max) Sets the range of the y-Axis
yTickLabelAngle
(double angle) Sets the angle the tick labels the y-Axis
are drawn at.yTicks
(double gapBetweenTicks) Sets the y-Axis
ticks.yTicks
(double[] tickLocations) Sets the y-Axis
ticks.yTicksFont
(Font font) Sets the font for the y-Axis
ticks.yTicksFont
(String family, String style, int size) Sets the font for the y-Axis
ticks.yTicksVisible
(boolean visible) Sets whether the y-Axis
ticks are visible.yTransform
(AxisTransform transform) Sets theAxisTransform
of the y-Axis
-
Method Details
-
getPlotInfo
- Specified by:
getPlotInfo
in interfacePlotExceptionCause
-
chart
Gets this Axes'sChart
.- Returns:
- this Axes's
Chart
-
id
public int id()Gets this AxesImpl's id.- Returns:
- this AxesImpl's id
-
name
Gets the name of the Axes.- Returns:
- name of the axes.
-
dataSeries
Gets the collection of data series.- Returns:
- collection of data series.
-
getPlotStyle
Gets this AxesImpl'sPlotStyle
.- Returns:
- this AxesImpl's
PlotStyle
-
getSwappableTables
-
getPartitionedTableHandles
-
getAxes
-
axesRemoveSeries
Removes the series with the specifiednames
from this Axes.- Specified by:
axesRemoveSeries
in interfaceAxes
- Parameters:
removeSeriesNames
- series names- Returns:
- this Chart
-
series
Description copied from interface:Axes
Gets a data series. -
series
Description copied from interface:Axes
Gets a data series. -
plotStyle
Sets thePlotStyle
of this Axes. -
plotStyle
Sets thePlotStyle
of this Axes. -
twin
Description copied from interface:Axes
-
twin
Description copied from interface:Axes
-
twin
Description copied from interface:Axes
-
twin
Description copied from interface:Axes
-
twinX
Description copied from interface:Axes
-
twinX
Description copied from interface:Axes
-
twinY
Description copied from interface:Axes
-
twinY
Description copied from interface:Axes
-
axis
Description copied from interface:Axes
Gets theAxis
at dimensiondim
. The x-axis is dimension 0, y-axis dimension 1. -
xAxis
Description copied from interface:Axes
Gets theAxis
representing the x-axis -
yAxis
Description copied from interface:Axes
Gets theAxis
representing the y-axis -
xFormat
Description copied from interface:Axes
Sets theAxisFormat
of the x-Axis
-
yFormat
Description copied from interface:Axes
Sets theAxisFormat
of the y-Axis
-
xFormatPattern
Description copied from interface:Axes
Sets the format pattern of the x-Axis
- Specified by:
xFormatPattern
in interfaceAxes
- Parameters:
axisFormatPattern
- pattern- Returns:
- this Axes
-
yFormatPattern
Description copied from interface:Axes
Sets the format pattern of the y-Axis
- Specified by:
yFormatPattern
in interfaceAxes
- Parameters:
axisFormatPattern
- pattern- Returns:
- this Axes
-
xColor
Description copied from interface:Axes
Sets the color of the x-Axis
-
xColor
Description copied from interface:Axes
Sets the color of the x-Axis
-
yColor
Description copied from interface:Axes
Sets the color of the y-Axis
-
yColor
Description copied from interface:Axes
Sets the color of the y-Axis
-
xLabel
Description copied from interface:Axes
Sets the label of the x-Axis
-
yLabel
Description copied from interface:Axes
Sets the label of the y-Axis
-
xLabelFont
Description copied from interface:Axes
Sets the font for the x-Axis
label.- Specified by:
xLabelFont
in interfaceAxes
- Parameters:
font
- font- Returns:
- this Axis
-
yLabelFont
Description copied from interface:Axes
Sets the font for the y-Axis
label.- Specified by:
yLabelFont
in interfaceAxes
- Parameters:
font
- font- Returns:
- this Axis
-
xLabelFont
Description copied from interface:Axes
Sets the font for the x-Axis
label.- Specified by:
xLabelFont
in interfaceAxes
- Parameters:
family
- font family; if null, set to Arialstyle
- font style; if null, set toFont.FontStyle
PLAINsize
- the point size of the Font- Returns:
- this Axis
-
yLabelFont
Description copied from interface:Axes
Sets the font for the y-Axis
label.- Specified by:
yLabelFont
in interfaceAxes
- Parameters:
family
- font family; if null, set to Arialstyle
- font style; if null, set toFont.FontStyle
PLAINsize
- the point size of the Font- Returns:
- this Axis
-
xTicksFont
Description copied from interface:Axes
Sets the font for the x-Axis
ticks.- Specified by:
xTicksFont
in interfaceAxes
- Parameters:
font
- font- Returns:
- this Axis
-
yTicksFont
Description copied from interface:Axes
Sets the font for the y-Axis
ticks.- Specified by:
yTicksFont
in interfaceAxes
- Parameters:
font
- font- Returns:
- this Axis
-
xTicksFont
Description copied from interface:Axes
Sets the font for the x-Axis
ticks.- Specified by:
xTicksFont
in interfaceAxes
- Parameters:
family
- font family; if null, set to Arialstyle
- font style; if null, set toFont.FontStyle
PLAINsize
- the point size of the Font- Returns:
- this Axis
-
yTicksFont
Description copied from interface:Axes
Sets the font for the y-Axis
ticks.- Specified by:
yTicksFont
in interfaceAxes
- Parameters:
family
- font family; if null, set to Arialstyle
- font style; if null, set toFont.FontStyle
PLAINsize
- the point size of the Font- Returns:
- this Axis
-
xTransform
Description copied from interface:Axes
Sets theAxisTransform
of the x-Axis
- Specified by:
xTransform
in interfaceAxes
- Parameters:
transform
- transform- Returns:
- this Axes
-
yTransform
Description copied from interface:Axes
Sets theAxisTransform
of the y-Axis
- Specified by:
yTransform
in interfaceAxes
- Parameters:
transform
- transform- Returns:
- this Axes
-
xLog
Description copied from interface:Axes
Sets theAxisTransform
of the x-Axis
to log base 10 -
yLog
Description copied from interface:Axes
Sets theAxisTransform
of the y-Axis
to log base 10 -
xLog
Description copied from interface:Axes
Sets theAxisTransform
of the x-Axis
to log base 10 -
yLog
Description copied from interface:Axes
Sets theAxisTransform
of the y-Axis
to log base 10 -
xBusinessTime
Description copied from interface:Axes
- Specified by:
xBusinessTime
in interfaceAxes
- Parameters:
calendar
- business calendar for theAxisTransformBusinessCalendar
- Returns:
- this Axes using the
calendar
for the x-Axis
business calendar.
-
yBusinessTime
Description copied from interface:Axes
- Specified by:
yBusinessTime
in interfaceAxes
- Parameters:
calendar
- business calendar for theAxisTransformBusinessCalendar
- Returns:
- this Axes using the
calendar
for the y-Axis
business calendar.
-
xBusinessTime
Description copied from interface:Axes
- Specified by:
xBusinessTime
in interfaceAxes
- Parameters:
sds
- selectable data set (e.g. OneClick filterable table) containing the business calendar.calendar
- name of a column containing String values, where each value is the name of aBusinessCalendar
.- Returns:
- this Axes using the business calendar from row 0 of the filtered
sds
for the x-Axis
business calendar. If no value is found, no transform will be applied.
-
yBusinessTime
Description copied from interface:Axes
- Specified by:
yBusinessTime
in interfaceAxes
- Parameters:
sds
- selectable data set (e.g. OneClick filterable table) containing the business calendar.calendar
- name of a column containing String values, where each value is the name of aBusinessCalendar
.- Returns:
- this Axes using the business calendar from row 0 of the filtered
sds
for the y-Axis
business calendar. If no value is found, no transform will be applied.
-
xBusinessTime
Description copied from interface:Axes
- Specified by:
xBusinessTime
in interfaceAxes
- Returns:
- this Axes using the default
BusinessCalendar
for the x-Axis
.
-
yBusinessTime
Description copied from interface:Axes
- Specified by:
yBusinessTime
in interfaceAxes
- Returns:
- this Axes using the default
BusinessCalendar
for the y-Axis
.
-
xBusinessTime
Description copied from interface:Axes
- Specified by:
xBusinessTime
in interfaceAxes
- Parameters:
useBusinessTime
- true to use a business time axis transform; false to use a linear axis transform.- Returns:
- this Axes using the default
BusinessCalendar
for the x-Axis
.
-
yBusinessTime
Description copied from interface:Axes
- Specified by:
yBusinessTime
in interfaceAxes
- Parameters:
useBusinessTime
- true to use a business time axis transform; false to use a linear axis transform.- Returns:
- this Axes using the default
BusinessCalendar
for the y-Axis
.
-
xInvert
Description copied from interface:Axes
Inverts the x-Axis
so that larger values are closer to the origin. -
xInvert
Description copied from interface:Axes
Inverts the x-Axis
so that larger values are closer to the origin. -
yInvert
Description copied from interface:Axes
Inverts the y-Axis
so that larger values are closer to the origin. -
yInvert
Description copied from interface:Axes
Inverts the y-Axis
so that larger values are closer to the origin. -
xRange
Description copied from interface:Axes
Sets the range of the x-Axis
-
yRange
Description copied from interface:Axes
Sets the range of the y-Axis
-
xMin
Description copied from interface:Axes
Sets the minimum of the x-Axis
. -
yMin
Description copied from interface:Axes
Sets the minimum of the y-Axis
. -
xMin
Description copied from interface:Axes
Sets the minimum of the x-Axis
. -
yMin
Description copied from interface:Axes
Sets the minimum of the y-Axis
. -
xMax
Description copied from interface:Axes
Sets the maximum of the x-Axis
. -
yMax
Description copied from interface:Axes
Sets the maximum of the y-Axis
. -
xMax
Description copied from interface:Axes
Sets the maximum of the x-Axis
. -
yMax
Description copied from interface:Axes
Sets the maximum of the y-Axis
. -
xTicksVisible
Description copied from interface:Axes
Sets whether the x-Axis
ticks are visible.- Specified by:
xTicksVisible
in interfaceAxes
- Parameters:
visible
- whether the ticks are visible- Returns:
- this Axes
-
yTicksVisible
Description copied from interface:Axes
Sets whether the y-Axis
ticks are visible.- Specified by:
yTicksVisible
in interfaceAxes
- Parameters:
visible
- whether the ticks are visible- Returns:
- this Axes
-
xTicks
Description copied from interface:Axes
Sets the x-Axis
ticks. -
yTicks
Description copied from interface:Axes
Sets the y-Axis
ticks. -
xTicks
Description copied from interface:Axes
Sets the x-Axis
ticks. -
yTicks
Description copied from interface:Axes
Sets the y-Axis
ticks. -
xMinorTicksVisible
Description copied from interface:Axes
Sets whether the x-Axis
minor ticks are visible.- Specified by:
xMinorTicksVisible
in interfaceAxes
- Parameters:
visible
- whether the minor ticks are visible- Returns:
- this Axes
-
yMinorTicksVisible
Description copied from interface:Axes
Sets whether the y-Axis
minor ticks are visible.- Specified by:
yMinorTicksVisible
in interfaceAxes
- Parameters:
visible
- whether the minor ticks are visible- Returns:
- this Axes
-
xMinorTicks
Description copied from interface:Axes
Sets the number of minor ticks between consecutive major ticks in the x-Axis
. These minor ticks are equally spaced.- Specified by:
xMinorTicks
in interfaceAxes
- Parameters:
nminor
- number of minor ticks between consecutive major ticks.- Returns:
- this Axes
-
yMinorTicks
Description copied from interface:Axes
Sets the number of minor ticks between consecutive major ticks in the y-Axis
. These minor ticks are equally spaced.- Specified by:
yMinorTicks
in interfaceAxes
- Parameters:
nminor
- number of minor ticks between consecutive major ticks.- Returns:
- this Axes
-
xTickLabelAngle
Description copied from interface:Axes
Sets the angle the tick labels the x-Axis
are drawn at.- Specified by:
xTickLabelAngle
in interfaceAxes
- Parameters:
angle
- angle in degrees- Returns:
- this Axes
-
yTickLabelAngle
Description copied from interface:Axes
Sets the angle the tick labels the y-Axis
are drawn at.- Specified by:
yTickLabelAngle
in interfaceAxes
- Parameters:
angle
- angle in degrees- Returns:
- this Axes
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablex
- column int
that holds the x-variable dataxLow
- column int
that holds the low value in the x dimensionxHigh
- column int
that holds the high value in the x dimensiony
- column int
that holds the y-variable datayLow
- column int
that holds the low value in the y dimensionyHigh
- column int
that holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table)x
- column insds
that holds the x-variable dataxLow
- column insds
that holds the low value in the x dimensionxHigh
- column insds
that holds the high value in the x dimensiony
- column insds
that holds the y-variable datayLow
- column insds
that holds the low value in the y dimensionyHigh
- column insds
that holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarXYBy
public MultiXYErrorBarSeries errorBarXYBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:Axes
Creates an errorBar plot per distinct grouping value specified inbyColumns
.- Specified by:
errorBarXYBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablex
- column int
that holds the x-variable dataxLow
- column int
that holds the low value in the x dimensionxHigh
- column int
that holds the high value in the x dimensiony
- column int
that holds the y-variable datayLow
- column int
that holds the low value in the y dimensionyHigh
- column int
that holds the high value in the y dimensionbyColumns
- column(s) int
that holds the grouping data- Returns:
- dataset created for plot
-
errorBarXYBy
public MultiXYErrorBarSeriesSwappable errorBarXYBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:Axes
Creates an errorBar plot per distinct grouping value specified inbyColumns
.- Specified by:
errorBarXYBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table)x
- column insds
that holds the x-variable dataxLow
- column insds
that holds the low value in the x dimensionxHigh
- column insds
that holds the high value in the x dimensiony
- column insds
that holds the y-variable datayLow
- column insds
that holds the low value in the y dimensionyHigh
- column insds
that holds the high value in the y dimensionbyColumns
- column(s) insds
that holds the grouping data- Returns:
- dataset created for plot
-
errorBarY
public XYErrorBarDataSeries errorBarY(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction.- Specified by:
errorBarY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablex
- column int
that holds the x-variable datay
- column int
that holds the y-variable datayLow
- column int
that holds the low value in the y dimensionyHigh
- column int
that holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarY
public XYErrorBarDataSeries errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction.- Specified by:
errorBarY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table)x
- column insds
that holds the x-variable datay
- column insds
that holds the y-variable datayLow
- column insds
that holds the low value in the y dimensionyHigh
- column insds
that holds the high value in the y dimension- Returns:
- dataset created for plot
-
errorBarYBy
public MultiXYErrorBarSeries errorBarYBy(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:Axes
Creates a errorBarY plot per distinct grouping value specified inbyColumns
.- Specified by:
errorBarYBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablex
- column int
that holds the x-variable datay
- column int
that holds the y-variable datayLow
- column int
that holds the low value in the y dimensionyHigh
- column int
that holds the high value in the y dimensionbyColumns
- column(s) int
that holds the grouping data- Returns:
- dataset created for plot
-
errorBarYBy
public MultiXYErrorBarSeriesSwappable errorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:Axes
Creates a errorBarY plot per distinct grouping value specified inbyColumns
.- Specified by:
errorBarYBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table)x
- column insds
that holds the x-variable datay
- column insds
that holds the y-variable datayLow
- column insds
that holds the low value in the y dimensionyHigh
- column insds
that holds the high value in the y dimensionbyColumns
- column(s) insds
that holds the grouping data- Returns:
- dataset created for plot
-
errorBarX
public XYErrorBarDataSeries errorBarX(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction.- Specified by:
errorBarX
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablex
- column int
that holds the x-variable dataxLow
- column int
that holds the low value in the x dimensionxHigh
- column int
that holds the high value in the x dimensiony
- column int
that holds the y-variable data- Returns:
- dataset created for plot
-
errorBarX
public XYErrorBarDataSeries errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction.- Specified by:
errorBarX
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table)x
- column insds
that holds the x-variable dataxLow
- column insds
that holds the low value in the x dimensionxHigh
- column insds
that holds the high value in the x dimensiony
- column insds
that holds the y-variable data- Returns:
- dataset created for plot
-
errorBarXBy
public MultiXYErrorBarSeries errorBarXBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns) Description copied from interface:Axes
Creates an errorBarX plot per distinct grouping value specified inbyColumns
.- Specified by:
errorBarXBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablex
- column int
that holds the x-variable dataxLow
- column int
that holds the low value in the x dimensionxHigh
- column int
that holds the high value in the x dimensiony
- column int
that holds the y-variable databyColumns
- column(s) int
that holds the grouping data- Returns:
- dataset created for plot
-
errorBarXBy
public MultiXYErrorBarSeriesSwappable errorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns) Description copied from interface:Axes
Creates an errorBarX plot per distinct grouping value specified inbyColumns
.- Specified by:
errorBarXBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table)x
- column insds
that holds the x-variable dataxLow
- column insds
that holds the low value in the x dimensionxHigh
- column insds
that holds the high value in the x dimensiony
- column insds
that holds the y-variable databyColumns
- column(s) insds
that holds the grouping data- Returns:
- dataset created for plot
-
catErrorBar
public CategoryDataSeries catErrorBar(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablecategories
- column int
that holds the discrete datay
- column int
that holds the numeric datayLow
- column int
that holds the low value in the y dimensionyHigh
- column int
that holds the high value in the y dimension- Returns:
- dataset created for plot
-
catErrorBar
public CategoryDataSeries catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table).categories
- column insds
that holds the discrete datay
- column insds
that holds the numeric datayLow
- column insds
that holds the low value in the y dimensionyHigh
- column insds
that holds the high value in the y dimension- Returns:
- dataset created for plot
-
catErrorBarBy
public MultiSeries catErrorBarBy(Comparable seriesName, Table t, String categories, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:Axes
Creates a catErrorBar plot for each distinct grouping value specified inbyColumns
.- Specified by:
catErrorBarBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablecategories
- column int
that holds the discrete datay
- column int
that holds the numeric datayLow
- column int
that holds the low value in the y dimensionyHigh
- column int
that holds the high value in the y dimensionbyColumns
- column(s) int
that holds the grouping data- Returns:
- dataset created for plot
-
catErrorBarBy
public MultiSeries catErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String yLow, String yHigh, String... byColumns) Description copied from interface:Axes
Creates a catErrorBar plot for each distinct grouping value specified inbyColumns
.- Specified by:
catErrorBarBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable dataset (e.g. OneClick filterable table).categories
- column insds
that holds the discrete datay
- column insds
that holds the numeric datayLow
- column insds
that holds the low value in the y dimensionyHigh
- column insds
that holds the high value in the y dimensionbyColumns
- column(s) insds
that holds the grouping data- Returns:
- dataset created for plot
-
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
public <T extends Number> XYDataSeriesFunctionImpl plot(Comparable seriesName, groovy.lang.Closure<T> function) Description copied from interface:Axes
Creates an XY plot. -
plot
public XYDataSeriesArray plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis) Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plotBy
public MultiXYSeries plotBy(Comparable seriesName, Table t, String x, String y, String... byColumns) Description copied from interface:Axes
Creates an XY plot per distinct grouping value specified inbyColumns
. -
plotBy
public MultiXYSeriesSwappable plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns) Description copied from interface:Axes
Creates an XY plot per distinct grouping value specified inbyColumns
.- Specified by:
plotBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable data set (e.g. OneClick filterable table)x
- column insds
that holds the x-variable datay
- column insds
that holds the y-variable databyColumns
- column(s) int
that holds the grouping data- Returns:
- dataset created for plot
-
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesTableArray ohlcPlot(Comparable seriesName, Table t, String time, String open, String high, String low, String close) Description copied from interface:Axes
Creates an open-high-low-close plot.- Specified by:
ohlcPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tabletime
- column int
that holds the time dataopen
- column int
that holds the open datahigh
- column int
that holds the high datalow
- column int
that holds the low dataclose
- column int
that holds the close data- Returns:
- dataset created for plot
-
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close) Description copied from interface:Axes
Creates an open-high-low-close plot.- Specified by:
ohlcPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable data set (e.g. OneClick filterable table)time
- column insds
that holds the time dataopen
- column insds
that holds the open datahigh
- column insds
that holds the high datalow
- column insds
that holds the low dataclose
- column insds
that holds the close data- Returns:
- dataset created for plot
-
ohlcPlotBy
public MultiOHLCSeries ohlcPlotBy(Comparable seriesName, Table t, String time, String open, String high, String low, String close, String... byColumns) Description copied from interface:Axes
Creates an open-high-low-close plot per distinct grouping value specified inbyColumns
.- Specified by:
ohlcPlotBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tabletime
- column int
that holds the time dataopen
- column int
that holds the open datahigh
- column int
that holds the high datalow
- column int
that holds the low dataclose
- column int
that holds the close databyColumns
- column(s) int
that holds the grouping data- Returns:
- dataset created for plot
-
ohlcPlotBy
public MultiOHLCSeriesSwappable ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String time, String open, String high, String low, String close, String... byColumns) Description copied from interface:Axes
Creates an open-high-low-close plot per distinct grouping value specified inbyColumns
.- Specified by:
ohlcPlotBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable data set (e.g. OneClick filterable table)time
- column insds
that holds the time dataopen
- column insds
that holds the open datahigh
- column insds
that holds the high datalow
- column insds
that holds the low dataclose
- column insds
that holds the close databyColumns
- column(s) insds
that holds the grouping data- Returns:
- dataset created for plot
-
histPlot
Description copied from interface:Axes
Creates a histogram. -
histPlot
Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, Table t, String x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, SelectableDataSet sds, String x, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, SelectableDataSet sds, String x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram.- Specified by:
histPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable data set (e.g. OneClick filterable table)x
- column insds
xmin
- minimum of the rangexmax
- maximum of the rangenbins
- number of bins in the resulting histogram- Returns:
- dataset created for plot
-
catHistPlot
public CategoryDataSeriesPartitionedTable catHistPlot(Comparable seriesName, Table t, String categories) Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tablecategories
- column int
- Returns:
- dataset created for plot
-
catHistPlot
public CategoryDataSeriesSwappablePartitionedTable catHistPlot(Comparable seriesName, SelectableDataSet sds, String categories) Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable data set (e.g. OneClick filterable table)categories
- column insds
- Returns:
- dataset created for plot
-
catHistPlot
public <T extends Comparable> CategoryDataSeriesPartitionedTable catHistPlot(Comparable seriesName, T[] categories) Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Type Parameters:
T
- data type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetcategories
- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetcategories
- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetcategories
- data- Returns:
- dataset created for plot
-
catHistPlot
Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetcategories
- data- Returns:
- dataset created for plot
-
catHistPlot
public <T extends Comparable> CategoryDataSeriesPartitionedTable catHistPlot(Comparable seriesName, List<T> categories) Description copied from interface:Axes
Creates a histogram with discrete axis. Charts the frequency of each unique element in the input data.- Specified by:
catHistPlot
in interfaceAxes
- Type Parameters:
T
- data type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- data- Returns:
- dataset created for plot
-
catPlot
public <T1 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public CategoryDataSeriesInternal catPlot(Comparable seriesName, Table t, String categories, String y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public CategoryDataSeriesInternal catPlot(Comparable seriesName, SelectableDataSet sds, String categories, String y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlotBy
public MultiCatSeries catPlotBy(Comparable seriesName, Table t, String categories, String y, String... byColumns) Description copied from interface:Axes
Creates a category plot per distinct grouping value specified inbyColumns
. -
catPlotBy
public MultiCatSeriesSwappable catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String y, String... byColumns) Description copied from interface:Axes
Creates a category plot per distinct grouping value specified inbyColumns
.- Specified by:
catPlotBy
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetsds
- selectable data set (e.g. OneClick filterable table)categories
- column insds
holding discrete datay
- column insds
holding numeric databyColumns
- column(s) insds
that holds the grouping data- Returns:
- dataset created for plot
-
piePlot
public <T1 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public CategoryDataSeriesInternal piePlot(Comparable seriesName, Table t, String categories, String y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public CategoryDataSeriesInternal piePlot(Comparable seriesName, SelectableDataSet sds, String categories, String y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
treemapPlot
public CategoryDataSeries treemapPlot(Comparable seriesName, Table t, String ids, String parents, @Nullable @Nullable String values, @Nullable @Nullable String labels, @Nullable @Nullable String hoverText, @Nullable @Nullable String color) Description copied from interface:Axes
Creates a treemap plot. Required columns are ids and parents, the rest can be null.- Specified by:
treemapPlot
in interfaceAxes
- Parameters:
seriesName
- name of the created datasett
- tableids
- column int
holding ID dataparents
- column int
holding parent ID datavalues
- column int
holding value datalabels
- column int
holding label datahoverText
- column int
holding hover text datacolor
- column int
holding color data- Returns:
- dataset created for plot
-
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
public <T0 extends Number,T1 extends Number> XYDataSeriesArray plot(Comparable seriesName, T0[] x, T1[] y) Description copied from interface:Axes
Creates an XY plot. -
plot
public <T0 extends Number,T1 extends Number> XYDataSeriesArray plot(Comparable seriesName, T0[] x, List<T1> y) Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
Description copied from interface:Axes
Creates an XY plot. -
plot
public <T0 extends Number,T1 extends Number> XYDataSeriesArray plot(Comparable seriesName, List<T0> x, T1[] y) Description copied from interface:Axes
Creates an XY plot. -
plot
public <T0 extends Number,T1 extends Number> XYDataSeriesArray plot(Comparable seriesName, List<T0> x, List<T1> y) Description copied from interface:Axes
Creates an XY plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Instant[] time, short[] open, short[] high, short[] low, short[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Instant[] time, int[] open, int[] high, int[] low, int[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Instant[] time, long[] open, long[] high, long[] low, long[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Instant[] time, float[] open, float[] high, float[] low, float[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public OHLCDataSeriesArray ohlcPlot(Comparable seriesName, Instant[] time, double[] open, double[] high, double[] low, double[] close) Description copied from interface:Axes
Creates an open-high-low-close plot. -
ohlcPlot
public <T1 extends Number,T2 extends Number, OHLCDataSeriesArray ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close) Description copied from interface:Axes
Creates an open-high-low-close plot.- Specified by:
ohlcPlot
in interfaceAxes
- Type Parameters:
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data type- Parameters:
seriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close data- Returns:
- dataset created by the plot
-
ohlcPlot
public <T1 extends Number,T2 extends Number, OHLCDataSeriesArray ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Instant[] time, T1[] open, T2[] high, T3[] low, T4[] close) Description copied from interface:Axes
Creates an open-high-low-close plot.- Specified by:
ohlcPlot
in interfaceAxes
- Type Parameters:
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data type- Parameters:
seriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close data- Returns:
- dataset created by the plot
-
ohlcPlot
public <T1 extends Number,T2 extends Number, OHLCDataSeriesArray ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Description copied from interface:Axes
Creates an open-high-low-close plot.- Specified by:
ohlcPlot
in interfaceAxes
- Type Parameters:
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data type- Parameters:
seriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close data- Returns:
- dataset created by the plot
-
ohlcPlot
public <T1 extends Number,T2 extends Number, OHLCDataSeriesArray ohlcPlotT3 extends Number, T4 extends Number> (Comparable seriesName, Instant[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close) Description copied from interface:Axes
Creates an open-high-low-close plot.- Specified by:
ohlcPlot
in interfaceAxes
- Type Parameters:
T1
- open data typeT2
- high data typeT3
- low data typeT4
- close data type- Parameters:
seriesName
- name of the created datasettime
- time dataopen
- open datahigh
- high datalow
- low dataclose
- close data- Returns:
- dataset created by the plot
-
histPlot
Description copied from interface:Axes
Creates a histogram. -
histPlot
Description copied from interface:Axes
Creates a histogram. -
histPlot
Description copied from interface:Axes
Creates a histogram. -
histPlot
Description copied from interface:Axes
Creates a histogram. -
histPlot
Description copied from interface:Axes
Creates a histogram. -
histPlot
public <T0 extends Number> IntervalXYDataSeriesArray histPlot(Comparable seriesName, T0[] x, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public <T0 extends Number> IntervalXYDataSeriesArray histPlot(Comparable seriesName, List<T0> x, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, short[] x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, int[] x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, long[] x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, float[] x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public IntervalXYDataSeriesArray histPlot(Comparable seriesName, double[] x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public <T0 extends Number> IntervalXYDataSeriesArray histPlot(Comparable seriesName, T0[] x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
histPlot
public <T0 extends Number> IntervalXYDataSeriesArray histPlot(Comparable seriesName, List<T0> x, double xmin, double xmax, int nbins) Description copied from interface:Axes
Creates a histogram. -
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXYT2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data typeT3
- data typeT4
- data typeT5
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXYT2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data typeT3
- data typeT4
- data typeT5
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T3 extends Number,T4 extends Number, XYErrorBarDataSeriesArray errorBarXYT5 extends Number> (Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T3
- data typeT4
- data typeT5
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXYT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T3 extends Number,T4 extends Number, XYErrorBarDataSeriesArray errorBarXYT5 extends Number> (Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T3
- data typeT4
- data typeT5
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXYT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public XYErrorBarDataSeriesArray errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T3 extends Number,T4 extends Number, XYErrorBarDataSeriesArray errorBarXYT5 extends Number> (Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T3
- data typeT4
- data typeT5
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXYT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T3 extends Number,T4 extends Number, XYErrorBarDataSeriesArray errorBarXYT5 extends Number> (Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T3
- data typeT4
- data typeT5
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarXY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXYT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in both the x and y directions.- Specified by:
errorBarXY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction.- Specified by:
errorBarX
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data typeT3
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-values- Returns:
- dataset created by the plot
-
errorBarX
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction.- Specified by:
errorBarX
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data typeT3
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesxLow
- low value in x dimensionxHigh
- high value in x dimensiony
- y-values- Returns:
- dataset created by the plot
-
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T3 extends Number> XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T3 extends Number> XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, short[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, int[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, long[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, float[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, double[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T3 extends Number> XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, T3[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXT2 extends Number> (Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T3 extends Number> XYErrorBarDataSeriesArray errorBarX(Comparable seriesName, Instant[] x, Instant[] xLow, Instant[] xHigh, List<T3> y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarX
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarXT2 extends Number> (Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Instant[] y) Description copied from interface:Axes
Creates an XY plot with error bars in the x direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarYT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction.- Specified by:
errorBarY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data typeT3
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarY
public <T0 extends Number,T1 extends Number, XYErrorBarDataSeriesArray errorBarYT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> x, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction.- Specified by:
errorBarY
in interfaceAxes
- Type Parameters:
T0
- data typeT1
- data typeT2
- data typeT3
- data type- Parameters:
seriesName
- name of the created datasetx
- x-valuesy
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Date[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Instant[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T1 extends Number,T2 extends Number, XYErrorBarDataSeriesArray errorBarYT3 extends Number> (Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T0 extends Number> XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T1 extends Number,T2 extends Number, XYErrorBarDataSeriesArray errorBarYT3 extends Number> (Comparable seriesName, Date[] x, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T0 extends Number> XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, List<T0> x, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Instant[] x, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, short[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Instant[] x, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, int[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Instant[] x, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, long[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Instant[] x, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, float[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, Instant[] x, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, double[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T1 extends Number,T2 extends Number, XYErrorBarDataSeriesArray errorBarYT3 extends Number> (Comparable seriesName, Instant[] x, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T0 extends Number> XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, T0[] x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T1 extends Number,T2 extends Number, XYErrorBarDataSeriesArray errorBarYT3 extends Number> (Comparable seriesName, Instant[] x, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
errorBarY
public <T0 extends Number> XYErrorBarDataSeriesArray errorBarY(Comparable seriesName, List<T0> x, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates an XY plot with error bars in the y direction. -
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, T0[] categories, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, T0[] categories, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, T0[] categories, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, T0[] categories, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, T0[] categories, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable,T1 extends Number, CategoryDataSeriesInternal catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] categories, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable,T1 extends Number, CategoryDataSeriesInternal catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, T0[] categories, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, List<T0> categories, short[] y, short[] yLow, short[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, List<T0> categories, int[] y, int[] yLow, int[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, List<T0> categories, long[] y, long[] yLow, long[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, List<T0> categories, float[] y, float[] yLow, float[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, List<T0> categories, double[] y, double[] yLow, double[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable,T1 extends Number, CategoryDataSeriesInternal catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> categories, T1[] y, T2[] yLow, T3[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable,T1 extends Number, CategoryDataSeriesInternal catErrorBarT2 extends Number, T3 extends Number> (Comparable seriesName, List<T0> categories, List<T1> y, List<T2> yLow, List<T3> yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical dataT1
- type of the numeric dataT2
- type of the numeric dataT3
- type of the numeric data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, T0[] categories, Date[] y, Date[] yLow, Date[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catErrorBar
public <T0 extends Comparable> CategoryDataSeriesInternal catErrorBar(Comparable seriesName, T0[] categories, Instant[] y, Instant[] yLow, Instant[] yHigh) Description copied from interface:Axes
Creates a category error bar plot with whiskers in the y direction.- Specified by:
catErrorBar
in interfaceAxes
- Type Parameters:
T0
- type of the categorical data- Parameters:
seriesName
- name of the created datasetcategories
- discrete datay
- y-valuesyLow
- low value in y dimensionyHigh
- high value in y dimension- Returns:
- dataset created by the plot
-
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, Date[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, Instant[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, short[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, int[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, long[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, float[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, double[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, T1[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal catPlot(Comparable seriesName, T0[] categories, List<T1> y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, Date[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, Instant[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, short[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, int[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, long[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, float[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, double[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, T1[] y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
catPlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal catPlot(Comparable seriesName, List<T0> categories, List<T1> y) Description copied from interface:Axes
Creates a plot with discrete axis. Discrete data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, T0[] categories, short[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, T0[] categories, int[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, T0[] categories, long[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, T0[] categories, float[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, T0[] categories, double[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal piePlot(Comparable seriesName, T0[] categories, T1[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal piePlot(Comparable seriesName, T0[] categories, List<T1> y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, List<T0> categories, short[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, List<T0> categories, int[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, List<T0> categories, long[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, List<T0> categories, float[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable> CategoryDataSeriesInternal piePlot(Comparable seriesName, List<T0> categories, double[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal piePlot(Comparable seriesName, List<T0> categories, T1[] y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates. -
piePlot
public <T0 extends Comparable,T1 extends Number> CategoryDataSeriesInternal piePlot(Comparable seriesName, List<T0> categories, List<T1> y) Description copied from interface:Axes
Creates a pie plot. Categorical data must not have duplicates.
-