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

line

Public method `telion_api.PlotAxes.line(label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', color: 'str' = '#d9d9d9', width: 'Any' = '1.5', style: 'str' = 'solid', marker: 'str' = 'none') -> 'PlotLayer'`.

Public method telion_api.PlotAxes.line(label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', color: 'str' = '#d9d9d9', width: 'Any' = '1.5', style: 'str' = 'solid', marker: 'str' = 'none') -> 'PlotLayer'.

Contract

PropertyValue
symboltelion_api.PlotAxes.line
signature(label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', color: 'str' = '#d9d9d9', width: 'Any' = '1.5', style: 'str' = 'solid', marker: 'str' = 'none') -> 'PlotLayer'
returnPlotLayer

Signature

telion_api.PlotAxes.line(label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', color: 'str' = '#d9d9d9', width: 'Any' = '1.5', style: 'str' = 'solid', marker: 'str' = 'none') -> 'PlotLayer'
line — Telion Python API 0.1.0-alpha | Telion