static Figure |
Histogram.create(String title,
double[] data) |
static Figure |
Histogram.create(String title,
tech.tablesaw.api.NumberColumn<?> data) |
static Figure |
TimeSeriesPlot.create(String title,
String xTitle,
tech.tablesaw.api.DateColumn xCol,
String yTitle,
tech.tablesaw.api.NumberColumn<?> yCol) |
static Figure |
LinePlot.create(String title,
String xTitle,
double[] xCol,
String yTitle,
double[] yCol) |
static Figure |
BubblePlot.create(String title,
String xTitle,
double[] xCol,
String yTitle,
double[] yCol) |
static Figure |
ScatterPlot.create(String title,
String xTitle,
double[] xCol,
String yTitle,
double[] yCol) |
static Figure |
Histogram.create(String title,
tech.tablesaw.api.Table table,
String numericColumnName) |
static Figure |
HorizontalBarPlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
Layout.BarMode barMode,
String... numberColNames) |
static Figure |
VerticalBarPlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
Layout.BarMode barMode,
String... numberColNames) |
static Figure |
TimeSeriesPlot.create(String title,
tech.tablesaw.api.Table table,
String dateColXName,
String yColName) |
static Figure |
Heatmap.create(String title,
tech.tablesaw.api.Table table,
String categoryCol1,
String categoryCol2) |
static Figure |
HorizontalBarPlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |
static Figure |
PiePlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |
static Figure |
LinePlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol) |
static Figure |
VerticalBarPlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |
static Figure |
ParetoPlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |
static Figure |
AreaPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol) |
static Figure |
BoxPlot.create(String title,
tech.tablesaw.api.Table table,
String groupingColumn,
String numericColumn) |
static Figure |
Histogram2D.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol) |
static Figure |
ScatterPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol) |
static Figure |
Scatter3DPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String zCol) |
static Figure |
TimeSeriesPlot.create(String title,
tech.tablesaw.api.Table table,
String dateColX,
String yCol,
String groupCol) |
static Figure |
LinePlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String groupCol) |
static Figure |
AreaPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String groupCol) |
static Figure |
BubblePlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String sizeColumn) |
static Figure |
ScatterPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String groupCol) |
static Figure |
Scatter3DPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String zCol,
String groupCol) |
static Figure |
BubblePlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String sizeColumn,
String groupCol) |
static Figure |
Scatter3DPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String zCol,
String sizeColumn,
String groupCol) |
static Figure |
CandlestickPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String openCol,
String highCol,
String lowCol,
String closeCol) |
static Figure |
OHLCPlot.create(String title,
tech.tablesaw.api.Table table,
String xCol,
String openCol,
String highCol,
String lowCol,
String closeCol) |
static Figure |
ParetoPlot.createVertical(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |
static Figure |
ParetoPlot.showHorizontal(String title,
tech.tablesaw.api.Table table,
String groupColName,
String numberColName) |