Package com.illumon.iris.db.plot
Class PlottingConvenience
java.lang.Object
com.illumon.iris.db.plot.PlottingConvenience
public class PlottingConvenience extends Object
A library of methods for constructing plots.
-
Constructor Summary
Constructors Constructor Description PlottingConvenience() -
Method Summary
Modifier and Type Method Description static AxisTransformaxisTransform(String name)static String[]axisTransformNames()static FigurecatErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh)static FigurecatErrorBar(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, double[] values, double[] yLow, double[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, float[] values, float[] yLow, float[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, int[] values, int[] yLow, int[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, long[] values, long[] yLow, long[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, short[] values, short[] yLow, short[] yHigh)static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, List<T1> values, List<T2> yLow, List<T3> yHigh)static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar(Comparable seriesName, List<T0> categories, T1[] values, T2[] yLow, T3[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, double[] values, double[] yLow, double[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, float[] values, float[] yLow, float[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, int[] values, int[] yLow, int[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, long[] values, long[] yLow, long[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, short[] values, short[] yLow, short[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, DBDateTime[] values, DBDateTime[] yLow, DBDateTime[] yHigh)static <T0 extends Comparable>
FigurecatErrorBar(Comparable seriesName, T0[] categories, Date[] values, Date[] yLow, Date[] yHigh)static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar(Comparable seriesName, T0[] categories, List<T1> values, List<T2> yLow, List<T3> yHigh)static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number>
FigurecatErrorBar(Comparable seriesName, T0[] categories, T1[] values, T2[] yLow, T3[] yHigh)static FigurecatErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh, String... byColumns)static FigurecatErrorBarBy(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh, String... byColumns)static FigurecatHistPlot(Comparable seriesName, double[] x)static FigurecatHistPlot(Comparable seriesName, float[] x)static FigurecatHistPlot(Comparable seriesName, int[] x)static FigurecatHistPlot(Comparable seriesName, long[] x)static FigurecatHistPlot(Comparable seriesName, SelectableDataSet sds, String columnName)static FigurecatHistPlot(Comparable seriesName, Table t, String columnName)static <T extends Comparable>
FigurecatHistPlot(Comparable seriesName, List<T> x)static <T extends Comparable>
FigurecatHistPlot(Comparable seriesName, T[] x)static <T1 extends Comparable>
FigurecatPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)static FigurecatPlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)static FigurecatPlot(Comparable seriesName, Table t, String categories, String values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, double[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, float[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, int[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, long[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, short[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, DBDateTime[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, List<T0> categories, Date[] values)static <T0 extends Comparable, T1 extends Number>
FigurecatPlot(Comparable seriesName, List<T0> categories, List<T1> values)static <T0 extends Comparable, T1 extends Number>
FigurecatPlot(Comparable seriesName, List<T0> categories, T1[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, double[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, float[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, int[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, long[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, short[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, DBDateTime[] values)static <T0 extends Comparable>
FigurecatPlot(Comparable seriesName, T0[] categories, Date[] values)static <T0 extends Comparable, T1 extends Number>
FigurecatPlot(Comparable seriesName, T0[] categories, List<T1> values)static <T0 extends Comparable, T1 extends Number>
FigurecatPlot(Comparable seriesName, T0[] categories, T1[] values)static FigurecatPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String... byColumns)static FigurecatPlotBy(Comparable seriesName, Table t, String categories, String values, String... byColumns)static Colorcolor(String color)SeeColor.colorstatic ColorcolorHSL(float h, float s, float l)static ColorcolorHSL(float h, float s, float l, float a)static String[]colorNames()static ColorcolorRGB(float r, float g, float b)static ColorcolorRGB(float r, float g, float b, float a)static ColorcolorRGB(int rgb)static ColorcolorRGB(int rgba, boolean hasAlpha)static ColorcolorRGB(int r, int g, int b)static ColorcolorRGB(int r, int g, int b, int a)static FigureerrorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y)static FigureerrorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y)static FigureerrorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y)static FigureerrorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y)static FigureerrorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y)static FigureerrorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y)static FigureerrorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y)static FigureerrorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y)static FigureerrorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y)static FigureerrorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y)static FigureerrorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y)static FigureerrorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y)static FigureerrorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y)static FigureerrorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y)static FigureerrorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y)static FigureerrorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y)static FigureerrorBarX(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y)static FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y)static FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y)static FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y)static FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y)static FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y)static FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y)static <T3 extends Number>
FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y)static <T3 extends Number>
FigureerrorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y)static FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y)static FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y)static FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y)static FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y)static FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y)static FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y)static <T3 extends Number>
FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y)static <T3 extends Number>
FigureerrorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y)static <T0 extends Number, T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y)static <T0 extends Number, T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y)static FigureerrorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns)static FigureerrorBarXBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns)static FigureerrorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh)static FigureerrorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh)static FigureerrorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh)static FigureerrorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh)static FigureerrorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh)static FigureerrorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh)static FigureerrorBarXY(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh)static FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y, double[] yLow, double[] yHigh)static FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y, float[] yLow, float[] yHigh)static FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y, int[] yLow, int[] yHigh)static FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y, long[] yLow, long[] yHigh)static FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y, short[] yLow, short[] yHigh)static FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static <T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)static <T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)static FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh)static FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh)static FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh)static FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh)static FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh)static FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)static <T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)static <T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number>
FigureerrorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number, T5 extends Number>
FigureerrorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)static FigureerrorBarXYBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns)static FigureerrorBarXYBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns)static FigureerrorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh)static FigureerrorBarY(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh)static FigureerrorBarY(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarY(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh)static FigureerrorBarY(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarY(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh)static FigureerrorBarY(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh)static FigureerrorBarY(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static FigureerrorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh)static FigureerrorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh)static FigureerrorBarY(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh)static FigureerrorBarY(Comparable seriesName, DBDateTime[] x, double[] y, double[] yLow, double[] yHigh)static FigureerrorBarY(Comparable seriesName, DBDateTime[] x, float[] y, float[] yLow, float[] yHigh)static FigureerrorBarY(Comparable seriesName, DBDateTime[] x, int[] y, int[] yLow, int[] yHigh)static FigureerrorBarY(Comparable seriesName, DBDateTime[] x, long[] y, long[] yLow, long[] yHigh)static FigureerrorBarY(Comparable seriesName, DBDateTime[] x, short[] y, short[] yLow, short[] yHigh)static FigureerrorBarY(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static <T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarY(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)static <T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarY(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] yLow, T3[] yHigh)static FigureerrorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh)static FigureerrorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh)static FigureerrorBarY(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh)static FigureerrorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh)static FigureerrorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh)static FigureerrorBarY(Comparable seriesName, Date[] x, Date[] y, Date[] yLow, Date[] yHigh)static <T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarY(Comparable seriesName, Date[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)static <T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarY(Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh)static <T0 extends Number>
FigureerrorBarY(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static <T0 extends Number>
FigureerrorBarY(Comparable seriesName, List<T0> x, Date[] y, Date[] yLow, Date[] yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarY(Comparable seriesName, List<T0> x, List<T1> y, List<T2> yLow, List<T3> yHigh)static <T0 extends Number>
FigureerrorBarY(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)static <T0 extends Number>
FigureerrorBarY(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh)static <T0 extends Number, T1 extends Number, T2 extends Number, T3 extends Number>
FigureerrorBarY(Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh)static FigureerrorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns)static FigureerrorBarYBy(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns)static Figurefigure()static Figurefigure(int numRows, int numCols)static Fontfont(String family, Font.FontStyle style, int size)SeeFont.fontstatic Fontfont(String family, String style, int size)SeeFont.fontstatic String[]fontFamilyNames()static Font.FontStylefontStyle(String style)static String[]fontStyleNames()static FigurehistPlot(Comparable seriesName, double[] x, double rangeMin, double rangeMax, int nbins)static FigurehistPlot(Comparable seriesName, double[] x, int nbins)static FigurehistPlot(Comparable seriesName, float[] x, double rangeMin, double rangeMax, int nbins)static FigurehistPlot(Comparable seriesName, float[] x, int nbins)static FigurehistPlot(Comparable seriesName, int[] x, double rangeMin, double rangeMax, int nbins)static FigurehistPlot(Comparable seriesName, int[] x, int nbins)static FigurehistPlot(Comparable seriesName, long[] x, double rangeMin, double rangeMax, int nbins)static FigurehistPlot(Comparable seriesName, long[] x, int nbins)static FigurehistPlot(Comparable seriesName, short[] x, double rangeMin, double rangeMax, int nbins)static FigurehistPlot(Comparable seriesName, short[] x, int nbins)static FigurehistPlot(Comparable seriesName, SelectableDataSet sds, String columnName, double rangeMin, double rangeMax, int nbins)static FigurehistPlot(Comparable seriesName, SelectableDataSet sds, String columnName, int nbins)static FigurehistPlot(Comparable seriesName, Table counts)static FigurehistPlot(Comparable seriesName, Table t, String columnName, double rangeMin, double rangeMax, int nbins)static FigurehistPlot(Comparable seriesName, Table t, String columnName, int nbins)static <T0 extends Number>
FigurehistPlot(Comparable seriesName, List<T0> x, double rangeMin, double rangeMax, int nbins)static <T0 extends Number>
FigurehistPlot(Comparable seriesName, List<T0> x, int nbins)static <T0 extends Number>
FigurehistPlot(Comparable seriesName, T0[] x, double rangeMin, double rangeMax, int nbins)static <T0 extends Number>
FigurehistPlot(Comparable seriesName, T0[] x, int nbins)static LineStyle.LineEndStylelineEndStyle(String style)static String[]lineEndStyleNames()static LineStyle.LineJoinStylelineJoinStyle(String style)static String[]lineJoinStyleNames()static LineStylelineStyle()static LineStylelineStyle(double width)static LineStylelineStyle(double... dashPattern)static LineStylelineStyle(double width, double[] dashPattern)static LineStylelineStyle(double width, float[] dashPattern)static LineStylelineStyle(double width, int[] dashPattern)static LineStylelineStyle(double width, long[] dashPattern)static LineStylelineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, double... dashPattern)static <T extends Number>
LineStylelineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, List<T> dashPattern)static LineStylelineStyle(double width, String endStyle, String joinStyle, double... dashPattern)static <T extends Number>
LineStylelineStyle(double width, String endStyle, String joinStyle, List<T> dashPattern)static <T extends Number>
LineStylelineStyle(double width, List<T> dashPattern)static <T extends Number>
LineStylelineStyle(double width, T[] dashPattern)static LineStylelineStyle(String endStyle, String joinStyle)static <T extends Number>
LineStylelineStyle(List<T> dashPattern)static FigurenewAxes()SeeFigure.newAxes()static FigurenewAxes(int dim)SeeFigure.newAxes()static FigurenewAxes(String name)SeeFigure.newAxes()static FigurenewAxes(String name, int dim)SeeFigure.newAxes()static FigurenewChart()static FigurenewChart(int index)static FigurenewChart(int rowNum, int colNum)static FigureohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close)static FigureohlcPlot(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol)static FigureohlcPlot(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol)static FigureohlcPlot(Comparable seriesName, DBDateTime[] time, double[] open, double[] high, double[] low, double[] close)static FigureohlcPlot(Comparable seriesName, DBDateTime[] time, float[] open, float[] high, float[] low, float[] close)static FigureohlcPlot(Comparable seriesName, DBDateTime[] time, int[] open, int[] high, int[] low, int[] close)static FigureohlcPlot(Comparable seriesName, DBDateTime[] time, long[] open, long[] high, long[] low, long[] close)static FigureohlcPlot(Comparable seriesName, DBDateTime[] time, short[] open, short[] high, short[] low, short[] close)static <T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number>
FigureohlcPlot(Comparable seriesName, DBDateTime[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close)static <T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number>
FigureohlcPlot(Comparable seriesName, DBDateTime[] time, T1[] open, T2[] high, T3[] low, T4[] close)static FigureohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close)static FigureohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close)static FigureohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close)static FigureohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close)static FigureohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close)static <T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number>
FigureohlcPlot(Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close)static <T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number>
FigureohlcPlot(Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close)static FigureohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)static FigureohlcPlotBy(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)static SelectableDataSetOneClickoneClick(Table t, boolean requireAllFiltersToDisplay, String... byColumns)static SelectableDataSetOneClickoneClick(Table t, String... byColumns)static SelectableDataSetOneClickoneClick(TableMap tMap, TableDefinition tableDefinition, boolean requireAllFiltersToDisplay, String... byColumns)static SelectableDataSetOneClickoneClick(TableMap tMap, TableDefinition tableDefinition, String... byColumns)static SelectableDataSetOneClickoneClick(TableMap tMap, Table t, boolean requireAllFiltersToDisplay, String... byColumns)static SelectableDataSetOneClickoneClick(TableMap tMap, Table t, String... byColumns)static <T1 extends Comparable>
FigurepiePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)static FigurepiePlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)static FigurepiePlot(Comparable seriesName, Table t, String categories, String values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, double[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, float[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, int[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, long[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, List<T0> categories, short[] values)static <T0 extends Comparable, T1 extends Number>
FigurepiePlot(Comparable seriesName, List<T0> categories, List<T1> values)static <T0 extends Comparable, T1 extends Number>
FigurepiePlot(Comparable seriesName, List<T0> categories, T1[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, double[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, float[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, int[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, long[] values)static <T0 extends Comparable>
FigurepiePlot(Comparable seriesName, T0[] categories, short[] values)static <T0 extends Comparable, T1 extends Number>
FigurepiePlot(Comparable seriesName, T0[] categories, List<T1> values)static <T0 extends Comparable, T1 extends Number>
FigurepiePlot(Comparable seriesName, T0[] categories, T1[] values)static Figureplot(Comparable seriesName, double[] x, double[] y)static Figureplot(Comparable seriesName, double[] x, float[] y)static Figureplot(Comparable seriesName, double[] x, int[] y)static Figureplot(Comparable seriesName, double[] x, long[] y)static Figureplot(Comparable seriesName, double[] x, short[] y)static Figureplot(Comparable seriesName, double[] x, DBDateTime[] y)static Figureplot(Comparable seriesName, double[] x, Date[] y)static <T1 extends Number>
Figureplot(Comparable seriesName, double[] x, List<T1> y)static <T1 extends Number>
Figureplot(Comparable seriesName, double[] x, T1[] y)static Figureplot(Comparable seriesName, float[] x, double[] y)static Figureplot(Comparable seriesName, float[] x, float[] y)static Figureplot(Comparable seriesName, float[] x, int[] y)static Figureplot(Comparable seriesName, float[] x, long[] y)static Figureplot(Comparable seriesName, float[] x, short[] y)static Figureplot(Comparable seriesName, float[] x, DBDateTime[] y)static Figureplot(Comparable seriesName, float[] x, Date[] y)static <T1 extends Number>
Figureplot(Comparable seriesName, float[] x, List<T1> y)static <T1 extends Number>
Figureplot(Comparable seriesName, float[] x, T1[] y)static Figureplot(Comparable seriesName, int[] x, double[] y)static Figureplot(Comparable seriesName, int[] x, float[] y)static Figureplot(Comparable seriesName, int[] x, int[] y)static Figureplot(Comparable seriesName, int[] x, long[] y)static Figureplot(Comparable seriesName, int[] x, short[] y)static Figureplot(Comparable seriesName, int[] x, DBDateTime[] y)static Figureplot(Comparable seriesName, int[] x, Date[] y)static <T1 extends Number>
Figureplot(Comparable seriesName, int[] x, List<T1> y)static <T1 extends Number>
Figureplot(Comparable seriesName, int[] x, T1[] y)static Figureplot(Comparable seriesName, long[] x, double[] y)static Figureplot(Comparable seriesName, long[] x, float[] y)static Figureplot(Comparable seriesName, long[] x, int[] y)static Figureplot(Comparable seriesName, long[] x, long[] y)static Figureplot(Comparable seriesName, long[] x, short[] y)static Figureplot(Comparable seriesName, long[] x, DBDateTime[] y)static Figureplot(Comparable seriesName, long[] x, Date[] y)static <T1 extends Number>
Figureplot(Comparable seriesName, long[] x, List<T1> y)static <T1 extends Number>
Figureplot(Comparable seriesName, long[] x, T1[] y)static Figureplot(Comparable seriesName, short[] x, double[] y)static Figureplot(Comparable seriesName, short[] x, float[] y)static Figureplot(Comparable seriesName, short[] x, int[] y)static Figureplot(Comparable seriesName, short[] x, long[] y)static Figureplot(Comparable seriesName, short[] x, short[] y)static Figureplot(Comparable seriesName, short[] x, DBDateTime[] y)static Figureplot(Comparable seriesName, short[] x, Date[] y)static <T1 extends Number>
Figureplot(Comparable seriesName, short[] x, List<T1> y)static <T1 extends Number>
Figureplot(Comparable seriesName, short[] x, T1[] y)static Figureplot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis)static Figureplot(Comparable seriesName, SelectableDataSet sds, String x, String y)static Figureplot(Comparable seriesName, Table t, String x, String y)static Figureplot(Comparable seriesName, DBDateTime[] x, double[] y)static Figureplot(Comparable seriesName, DBDateTime[] x, float[] y)static Figureplot(Comparable seriesName, DBDateTime[] x, int[] y)static Figureplot(Comparable seriesName, DBDateTime[] x, long[] y)static Figureplot(Comparable seriesName, DBDateTime[] x, short[] y)static Figureplot(Comparable seriesName, DBDateTime[] x, DBDateTime[] y)static Figureplot(Comparable seriesName, DBDateTime[] x, Date[] y)static <T1 extends Number>
Figureplot(Comparable seriesName, DBDateTime[] x, List<T1> y)static <T1 extends Number>
Figureplot(Comparable seriesName, DBDateTime[] x, T1[] y)static <T extends Number>
Figureplot(Comparable seriesName, groovy.lang.Closure<T> function)static Figureplot(Comparable seriesName, Date[] x, double[] y)static Figureplot(Comparable seriesName, Date[] x, float[] y)static Figureplot(Comparable seriesName, Date[] x, int[] y)static Figureplot(Comparable seriesName, Date[] x, long[] y)static Figureplot(Comparable seriesName, Date[] x, short[] y)static Figureplot(Comparable seriesName, Date[] x, DBDateTime[] y)static Figureplot(Comparable seriesName, Date[] x, Date[] y)static <T1 extends Number>
Figureplot(Comparable seriesName, Date[] x, List<T1> y)static <T1 extends Number>
Figureplot(Comparable seriesName, Date[] x, T1[] y)static Figureplot(Comparable seriesName, DoubleUnaryOperator function)static <T0 extends Number>
Figureplot(Comparable seriesName, List<T0> x, double[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, List<T0> x, float[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, List<T0> x, int[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, List<T0> x, long[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, List<T0> x, short[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, List<T0> x, DBDateTime[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, List<T0> x, Date[] y)static <T0 extends Number, T1 extends Number>
Figureplot(Comparable seriesName, List<T0> x, List<T1> y)static <T0 extends Number, T1 extends Number>
Figureplot(Comparable seriesName, List<T0> x, T1[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, T0[] x, double[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, T0[] x, float[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, T0[] x, int[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, T0[] x, long[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, T0[] x, short[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, T0[] x, DBDateTime[] y)static <T0 extends Number>
Figureplot(Comparable seriesName, T0[] x, Date[] y)static <T0 extends Number, T1 extends Number>
Figureplot(Comparable seriesName, T0[] x, List<T1> y)static <T0 extends Number, T1 extends Number>
Figureplot(Comparable seriesName, T0[] x, T1[] y)static FigureplotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns)static FigureplotBy(Comparable seriesName, Table t, String x, String y, String... byColumns)static String[]plotStyleNames()static ScatterPlotMatrixscatterPlotMatrix(double[]... variables)static ScatterPlotMatrixscatterPlotMatrix(float[]... variables)static ScatterPlotMatrixscatterPlotMatrix(int[]... variables)static ScatterPlotMatrixscatterPlotMatrix(long[]... variables)static ScatterPlotMatrixscatterPlotMatrix(SelectableDataSet sds, String... columns)static ScatterPlotMatrixscatterPlotMatrix(Table t, String... columns)static ScatterPlotMatrixscatterPlotMatrix(String[] variableNames, double[]... variables)static ScatterPlotMatrixscatterPlotMatrix(String[] variableNames, float[]... variables)static ScatterPlotMatrixscatterPlotMatrix(String[] variableNames, int[]... variables)static ScatterPlotMatrixscatterPlotMatrix(String[] variableNames, long[]... variables)static <T extends Number>
ScatterPlotMatrixscatterPlotMatrix(String[] variableNames, T[]... variables)static <T extends Number>
ScatterPlotMatrixscatterPlotMatrix(T[]... variables)static String[]themeNames()
-
Constructor Details
-
PlottingConvenience
public PlottingConvenience()
-
-
Method Details
-
axisTransform
-
axisTransformNames
-
color
SeeColor.color -
colorHSL
-
colorHSL
-
colorNames
-
colorRGB
-
colorRGB
-
colorRGB
-
colorRGB
-
colorRGB
-
colorRGB
-
figure
-
figure
-
font
SeeFont.font -
font
SeeFont.font -
fontFamilyNames
-
fontStyle
-
fontStyleNames
-
lineEndStyle
-
lineEndStyleNames
-
lineJoinStyle
-
lineJoinStyleNames
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
-
lineStyle
public static LineStyle lineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, double... dashPattern) -
lineStyle
public static <T extends Number> LineStyle lineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, List<T> dashPattern) -
lineStyle
-
lineStyle
-
oneClick
-
oneClick
public static SelectableDataSetOneClick oneClick(Table t, boolean requireAllFiltersToDisplay, String... byColumns) -
oneClick
public static SelectableDataSetOneClick oneClick(TableMap tMap, TableDefinition tableDefinition, String... byColumns) -
oneClick
-
oneClick
public static SelectableDataSetOneClick oneClick(TableMap tMap, TableDefinition tableDefinition, boolean requireAllFiltersToDisplay, String... byColumns) -
oneClick
public static SelectableDataSetOneClick oneClick(TableMap tMap, Table t, boolean requireAllFiltersToDisplay, String... byColumns) -
plotStyleNames
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
public static <T extends Number> ScatterPlotMatrix scatterPlotMatrix(String[] variableNames, T[]... variables) -
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
scatterPlotMatrix
-
themeNames
-
catErrorBar
public static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number> Figure catErrorBar(Comparable seriesName, T0[] categories, T1[] values, T2[] yLow, T3[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, double[] values, double[] yLow, double[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, float[] values, float[] yLow, float[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, int[] values, int[] yLow, int[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, long[] values, long[] yLow, long[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, DBDateTime[] values, DBDateTime[] yLow, DBDateTime[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Date[] values, Date[] yLow, Date[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, short[] values, short[] yLow, short[] yHigh) -
catErrorBar
public static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number> Figure catErrorBar(Comparable seriesName, T0[] categories, List<T1> values, List<T2> yLow, List<T3> yHigh) -
catErrorBar
public static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number> Figure catErrorBar(Comparable seriesName, List<T0> categories, T1[] values, T2[] yLow, T3[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, double[] values, double[] yLow, double[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, float[] values, float[] yLow, float[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, int[] values, int[] yLow, int[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, long[] values, long[] yLow, long[] yHigh) -
catErrorBar
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, short[] values, short[] yLow, short[] yHigh) -
catErrorBar
public static <T0 extends Comparable, T1 extends Number, T2 extends Number, T3 extends Number> Figure catErrorBar(Comparable seriesName, List<T0> categories, List<T1> values, List<T2> yLow, List<T3> yHigh) -
catErrorBar
public static Figure catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh) -
catErrorBar
-
catErrorBarBy
public static Figure catErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh, String... byColumns) -
catErrorBarBy
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catHistPlot
-
catPlot
public static <T0 extends Comparable, T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, T1[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, double[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, float[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, int[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, long[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, DBDateTime[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, Date[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, short[] values) -
catPlot
public static <T0 extends Comparable, T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, List<T1> values) -
catPlot
public static <T1 extends Comparable> Figure catPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values) -
catPlot
public static <T0 extends Comparable, T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, T1[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, double[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, float[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, int[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, long[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, DBDateTime[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, Date[] values) -
catPlot
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, short[] values) -
catPlot
public static <T0 extends Comparable, T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, List<T1> values) -
catPlot
public static Figure catPlot(Comparable seriesName, SelectableDataSet sds, String categories, String values) -
catPlot
-
catPlotBy
public static Figure catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String... byColumns) -
catPlotBy
-
errorBarX
-
errorBarX
public static <T0 extends Number, T1 extends Number, T2 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y) -
errorBarX
public static <T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y) -
errorBarX
public static <T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y) -
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y) -
errorBarX
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y) -
errorBarX
public static <T0 extends Number, T1 extends Number, T2 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y) -
errorBarX
-
errorBarX
-
errorBarX
public static Figure errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y) -
errorBarX
-
errorBarXBy
public static Figure errorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns) -
errorBarXBy
-
errorBarXY
-
errorBarXY
public static <T0 extends Number, T1 extends Number, T2 extends Number> Figure errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static <T3 extends Number, T4 extends Number, T5 extends Number> Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y, T4[] yLow, T5[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y, double[] yLow, double[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y, float[] yLow, float[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y, int[] yLow, int[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y, long[] yLow, long[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y, short[] yLow, short[] yHigh) -
errorBarXY
public static <T3 extends Number, T4 extends Number, T5 extends Number> Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh) -
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarXY
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh) -
errorBarXY
public static <T0 extends Number, T1 extends Number, T2 extends Number> Figure errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarXY
-
errorBarXY
-
errorBarXY
public static Figure errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh) -
errorBarXY
-
errorBarXYBy
public static Figure errorBarXYBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns) -
errorBarXYBy
-
errorBarY
-
errorBarY
public static <T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
public static <T1 extends Number, T2 extends Number, T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] yLow, T3[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, double[] y, double[] yLow, double[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, float[] y, float[] yLow, float[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, int[] y, int[] yLow, int[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, long[] y, long[] yLow, long[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, short[] y, short[] yLow, short[] yHigh) -
errorBarY
public static <T1 extends Number, T2 extends Number, T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> yLow, List<T3> yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh) -
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh) -
errorBarY
public static Figure errorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh) -
errorBarY
public static <T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh) -
errorBarY
-
errorBarY
-
errorBarY
public static Figure errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh) -
errorBarY
-
errorBarYBy
public static Figure errorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns) -
errorBarYBy
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
-
histPlot
public static Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, int nbins) -
histPlot
-
histPlot
public static <T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, double rangeMin, double rangeMax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, double[] x, double rangeMin, double rangeMax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, float[] x, double rangeMin, double rangeMax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, int[] x, double rangeMin, double rangeMax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, long[] x, double rangeMin, double rangeMax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, short[] x, double rangeMin, double rangeMax, int nbins) -
histPlot
public static <T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, double rangeMin, double rangeMax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, double rangeMin, double rangeMax, int nbins) -
histPlot
public static Figure histPlot(Comparable seriesName, Table t, String columnName, double rangeMin, double rangeMax, int nbins) -
newAxes
SeeFigure.newAxes() -
newAxes
SeeFigure.newAxes() -
newAxes
SeeFigure.newAxes() -
newAxes
SeeFigure.newAxes() -
newChart
-
newChart
-
newChart
-
ohlcPlot
public static <T1 extends Number, T2 extends Number, T3 extends Number, T4 extends Number> Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, T1[] open, T2[] high, T3[] low, T4[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, double[] open, double[] high, double[] low, double[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, float[] open, float[] high, float[] low, float[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, int[] open, int[] high, int[] low, int[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, long[] open, long[] high, long[] low, long[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, short[] open, short[] high, short[] low, short[] close) -
ohlcPlot
-
ohlcPlot
-
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close) -
ohlcPlot
-
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close) -
ohlcPlot
public static Figure ohlcPlot(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol) -
ohlcPlot
-
ohlcPlotBy
public static Figure ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns) -
ohlcPlotBy
-
piePlot
public static <T0 extends Comparable, T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, T1[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, double[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, float[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, int[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, long[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, short[] values) -
piePlot
public static <T0 extends Comparable, T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, List<T1> values) -
piePlot
public static <T1 extends Comparable> Figure piePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values) -
piePlot
public static <T0 extends Comparable, T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, T1[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, double[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, float[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, int[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, long[] values) -
piePlot
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, short[] values) -
piePlot
public static <T0 extends Comparable, T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, List<T1> values) -
piePlot
public static Figure piePlot(Comparable seriesName, SelectableDataSet sds, String categories, String values) -
piePlot
-
plot
public static <T extends Number> Figure plot(Comparable seriesName, groovy.lang.Closure<T> function) -
plot
-
plot
public static <T0 extends Number, T1 extends Number> Figure plot(Comparable seriesName, T0[] x, T1[] y) -
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
public static <T0 extends Number, T1 extends Number> Figure plot(Comparable seriesName, T0[] x, List<T1> y) -
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
public static <T0 extends Number, T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, T1[] y) -
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
-
plot
public static Figure plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis) -
plotBy
public static Figure plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns) -
plotBy
-