Uses of Class
tech.tablesaw.plotly.components.Grid.GridBuilder
-
Packages that use Grid.GridBuilder Package Description tech.tablesaw.plotly.components -
-
Uses of Grid.GridBuilder in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return Grid.GridBuilder Modifier and Type Method Description static Grid.GridBuilder
Grid. builder()
Grid.GridBuilder
Grid.GridBuilder. columns(int columns)
The number of columns in the grid.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`.Grid.GridBuilder
Grid.GridBuilder. rowOrder(Grid.RowOrder rowOrder)
Grid.GridBuilder
Grid.GridBuilder. rows(int rows)
The number of rows in the grid.Grid.GridBuilder
Grid.GridBuilder. xGap(double xGap)
Horizontal space between grid cells, expressed as a fraction of the total width available to one cell.Grid.GridBuilder
Grid.GridBuilder. xSide(Grid.XSide xSide)
Sets where the x axis labels and titles go.Grid.GridBuilder
Grid.GridBuilder. yGap(double yGap)
Vertical space between grid cells, expressed as a fraction of the total height available to one cell.Grid.GridBuilder
Grid.GridBuilder. ySide(Grid.YSide ySide)
Sets where the y axis labels and titles go.Constructors in tech.tablesaw.plotly.components with parameters of type Grid.GridBuilder Constructor Description Grid(Grid.GridBuilder gridBuilder)
-