public class Histogram
extends Object
-
Constructor Summary
Constructors
-
Method Summary
create(String title,
tech.tablesaw.api.NumericColumn<?> data)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Histogram
public Histogram()
-
Method Details
-
create
public static Figure create(String title,
tech.tablesaw.api.NumericColumn<?> data)
-
create
public static Figure create(String title,
tech.tablesaw.api.Table table,
String numericColumnName)
-