| Package | Description |
|---|---|
| tech.tablesaw.plotly.api | |
| tech.tablesaw.plotly.components |
| Modifier and Type | Method | Description |
|---|---|---|
static Figure |
HorizontalBarPlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
Layout.BarMode barMode,
String... numberColNames) |
|
static Figure |
VerticalBarPlot.create(String title,
tech.tablesaw.api.Table table,
String groupColName,
Layout.BarMode barMode,
String... numberColNames) |
| Modifier and Type | Method | Description |
|---|---|---|
static Layout.BarMode |
Layout.BarMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Layout.BarMode[] |
Layout.BarMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Layout.LayoutBuilder |
Layout.LayoutBuilder.barMode(Layout.BarMode barMode) |
Copyright © 2021. All rights reserved.