| Package | Description |
|---|---|
| tech.tablesaw.plotly.api | |
| tech.tablesaw.plotly.components |
| Modifier and Type | Method and Description |
|---|---|
static Figure |
HorizontalBarPlot.create(String title,
Table table,
String groupColName,
Layout.BarMode barMode,
String... numberColNames) |
static Figure |
VerticalBarPlot.create(String title,
Table table,
String groupColName,
Layout.BarMode barMode,
String... numberColNames) |
| Modifier and Type | Method and 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 and Description |
|---|---|
Layout.LayoutBuilder |
Layout.LayoutBuilder.barMode(Layout.BarMode barMode) |
Copyright © 2018. All rights reserved.