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 Figurecreate(String title, tech.tablesaw.api.Table table, String xCol, String yCol, String zCol)static Figurecreate(String title, tech.tablesaw.api.Table table, String xCol, String yCol, String zCol, String groupCol)static Figurecreate(String title, tech.tablesaw.api.Table table, String xCol, String yCol, String zCol, String sizeColumn, String groupCol)
-