methodAvailable
plot
Create or update a Telion result plot group. The command is consumed by Telion's normal Results tree and viewport rendering path. Additional keyword settings map directly to Telion plot fields, so newly added plot features remain scriptable before the SDK grows dedicated convenience arguments.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.plot | — |
| signature | (label: 'str', expression: 'str', dataset: 'str | None' = None, entity_level: 'str' = 'Domain', selection: 'str' = 'all', unit: 'str' = '1', color_table: 'str' = 'Viridis', color_range: 'tuple[Any, Any] | list[Any] | None' = None, render: 'bool' = True, **settings: 'Any') -> 'PlotGroup' | — |
| return | PlotGroup | — |
Create or update a Telion result plot group. The command is consumed by Telion's normal Results tree and viewport rendering path. Additional keyword settings map directly to Telion plot fields, so newly added plot features remain scriptable before the SDK grows dedicated convenience arguments.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.plot |
| signature | (label: 'str', expression: 'str', dataset: 'str | None' = None, entity_level: 'str' = 'Domain', selection: 'str' = 'all', unit: 'str' = '1', color_table: 'str' = 'Viridis', color_range: 'tuple[Any, Any] | list[Any] | None' = None, render: 'bool' = True, **settings: 'Any') -> 'PlotGroup' |
| return | PlotGroup |
Signature
telion_api.Model.plot(label: 'str', expression: 'str', dataset: 'str | None' = None, entity_level: 'str' = 'Domain', selection: 'str' = 'all', unit: 'str' = '1', color_table: 'str' = 'Viridis', color_range: 'tuple[Any, Any] | list[Any] | None' = None, render: 'bool' = True, **settings: 'Any') -> 'PlotGroup'