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 © 2020. All rights reserved.