Package tech.tablesaw.plotly.api
Class ScatterPlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.ScatterPlot
-
public class ScatterPlot extends Object
-
-
Constructor Summary
Constructors Constructor Description ScatterPlot()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
static Figure
create(String title, tech.tablesaw.api.Table table, String xCol, String yCol, String groupCol)
-