Package tech.tablesaw.plotly.api
Class Scatter3DPlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.Scatter3DPlot
-
public class Scatter3DPlot extends Object
-
-
Constructor Summary
Constructors Constructor Description Scatter3DPlot()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-