public class Histogram extends Object
Constructor | Description |
---|---|
Histogram() |
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) |
Copyright © 2022. All rights reserved.