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

figure

Public method `telion_api.Results.figure(label: 'str', *, dimension: 'int | str' = 3, data: 'str | None' = None, solution: 'str | None' = None, solution_index: 'int' = 1, title: 'str | None' = None, background: 'str' = '#0e1114', legend: 'bool' = True, render: 'bool' = False) -> 'PlotGroup'`.

Public method telion_api.Results.figure(label: 'str', *, dimension: 'int | str' = 3, data: 'str | None' = None, solution: 'str | None' = None, solution_index: 'int' = 1, title: 'str | None' = None, background: 'str' = '#0e1114', legend: 'bool' = True, render: 'bool' = False) -> 'PlotGroup'.

Contract

PropertyValue
symboltelion_api.Results.figure
signature(label: 'str', *, dimension: 'int | str' = 3, data: 'str | None' = None, solution: 'str | None' = None, solution_index: 'int' = 1, title: 'str | None' = None, background: 'str' = '#0e1114', legend: 'bool' = True, render: 'bool' = False) -> 'PlotGroup'
returnPlotGroup

Signature

telion_api.Results.figure(label: 'str', *, dimension: 'int | str' = 3, data: 'str | None' = None, solution: 'str | None' = None, solution_index: 'int' = 1, title: 'str | None' = None, background: 'str' = '#0e1114', legend: 'bool' = True, render: 'bool' = False) -> 'PlotGroup'
figure — Telion Python API 0.1.0-alpha | Telion