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

figure

Create a declarative result figure; shorthand for ``model.results.figure``.

Reference

FieldValueDescription
symboltelion_api.Model.figure
signature(label: 'str', **settings: 'Any') -> 'PlotGroup'
returnPlotGroup

Create a declarative result figure; shorthand for model.results.figure.

Contract

PropertyValue
symboltelion_api.Model.figure
signature(label: 'str', **settings: 'Any') -> 'PlotGroup'
returnPlotGroup

Signature

telion_api.Model.figure(label: 'str', **settings: 'Any') -> 'PlotGroup'