public class AreaPlot extends Object
| Constructor and Description |
|---|
AreaPlot() |
| Modifier and Type | Method and Description |
|---|---|
static Figure |
create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol) |
static Figure |
create(String title,
tech.tablesaw.api.Table table,
String xCol,
String yCol,
String groupCol) |
Copyright © 2020. All rights reserved.