Package | Description |
---|---|
tech.tablesaw.plotly.components |
Modifier and Type | Method and Description |
---|---|
static Grid.Pattern |
Grid.Pattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grid.Pattern[] |
Grid.Pattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Grid.GridBuilder |
Grid.GridBuilder.pattern(Grid.Pattern pattern)
If no `subplots`, `xaxes`, or `yaxes` are given but we do have `rows` and `columns`,', we can
generate defaults using consecutive axis IDs, in two ways:', '*coupled* gives one x axis per
column and one y axis per row.', '*independent* uses a new xy pair for each cell,
left-to-right across each row', 'then iterating rows according to `roworder`.
|
Copyright © 2019. All rights reserved.