public class ScatterPlot extends Object
| Constructor and Description |
|---|
ScatterPlot() |
| Modifier and Type | Method and Description |
|---|---|
static Figure |
create(String title,
String xTitle,
double[] xCol,
String yTitle,
double[] yCol) |
static Figure |
create(String title,
Table table,
String xCol,
String yCol) |
static Figure |
create(String title,
Table table,
String xCol,
String yCol,
String groupCol) |
Copyright © 2018. All rights reserved.