iode.ComputedTable.graph_alignment
- property ComputedTable.graph_alignment: TableTextAlign
Graph alignment of the table.
- Returns:
- TableTextAlign
Examples
>>> from iode import SAMPLE_DATA_DIR >>> from iode import Table, tables >>> tables.load(f"{SAMPLE_DATA_DIR}/fun.tbl") Loading .../fun.tbl 46 objects loaded >>> # simple time series (current workspace) - 6 observations >>> computed_table = tables["C8_1"].compute("2000:6") >>> computed_table.graph_alignment <TableTextAlign.LEFT: 0>