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