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