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