public class TimeSeriesPlot extends Object
Constructor and Description |
---|
TimeSeriesPlot() |
Modifier and Type | Method and Description |
---|---|
static Figure |
create(String title,
String xTitle,
tech.tablesaw.api.DateColumn xCol,
String yTitle,
tech.tablesaw.api.NumberColumn<?> yCol) |
static Figure |
create(String title,
tech.tablesaw.api.Table table,
String dateColXName,
String yColName) |
static Figure |
create(String title,
tech.tablesaw.api.Table table,
String dateColX,
String yCol,
String groupCol) |
Copyright © 2019. All rights reserved.