Package tech.tablesaw.plotly.api
Class Histogram
- java.lang.Object
-
- tech.tablesaw.plotly.api.Histogram
-
public class Histogram extends Object
-
-
Constructor Summary
Constructors Constructor Description Histogram()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Figure
create(String title, double[] data)
static Figure
create(String title, tech.tablesaw.api.NumericColumn<?> data)
static Figure
create(String title, tech.tablesaw.api.Table table, String numericColumnName)
-