Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

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

FieldValueDescription
symboltelion_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'
returnPlotGroup

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

PropertyValue
symboltelion_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'
returnPlotGroup

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'