Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.plot
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.plot