Uses of Class
tech.tablesaw.plotly.components.Grid.Pattern
-
Packages that use Grid.Pattern Package Description tech.tablesaw.plotly.components -
-
Uses of Grid.Pattern in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Grid.Pattern Modifier and Type Method 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.Methods in tech.tablesaw.plotly.components with parameters of type Grid.Pattern Modifier and Type Method 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`.
-