Uses of Enum
tech.tablesaw.plotly.components.Grid.Pattern
Packages that use Grid.Pattern
-
Uses of Grid.Pattern in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Grid.PatternModifier and TypeMethodDescriptionstatic Grid.PatternReturns 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.PatternModifier and TypeMethodDescriptionGrid.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`.