Package | Description |
---|---|
tech.tablesaw.plotly.api | |
tech.tablesaw.plotly.traces |
Modifier and Type | Method | Description |
---|---|---|
static void |
BarPlot.show(BarTrace.Orientation orientation,
java.lang.String title,
Table table,
java.lang.String groupColName,
java.lang.String numberColName) |
|
static void |
BarPlot.show(BarTrace.Orientation orientation,
java.lang.String title,
Table table,
java.lang.String groupColName,
java.lang.String... numberColNames) |
|
static void |
ParetoPlot.show(BarTrace.Orientation orientation,
java.lang.String title,
Table table,
java.lang.String groupColName,
java.lang.String numberColName) |
Modifier and Type | Method | Description |
---|---|---|
static BarTrace.Orientation |
BarTrace.Orientation.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BarTrace.Orientation[] |
BarTrace.Orientation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
BarTrace.BarBuilder |
BarTrace.BarBuilder.orientation(BarTrace.Orientation orientation) |
Sets the orientation of the bars.
|
Copyright © 2018. All rights reserved.