public class Histogram extends Object
Constructor and Description |
---|
Histogram() |
Modifier and Type | Method and 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) |
Copyright © 2019. All rights reserved.