methodAvailable
scatter
Public method `telion_api.PlotAxes.scatter(label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', colormap: 'str' = 'Viridis', color_range: 'Any' = None, marker: 'str' = 'circle', marker_size: 'Any' = '6') -> 'PlotLayer'`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.PlotAxes.scatter | — |
| signature | (label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', colormap: 'str' = 'Viridis', color_range: 'Any' = None, marker: 'str' = 'circle', marker_size: 'Any' = '6') -> 'PlotLayer' | — |
| return | PlotLayer | — |
Public method telion_api.PlotAxes.scatter(label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', colormap: 'str' = 'Viridis', color_range: 'Any' = None, marker: 'str' = 'circle', marker_size: 'Any' = '6') -> 'PlotLayer'.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.PlotAxes.scatter |
| signature | (label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', colormap: 'str' = 'Viridis', color_range: 'Any' = None, marker: 'str' = 'circle', marker_size: 'Any' = '6') -> 'PlotLayer' |
| return | PlotLayer |
Signature
telion_api.PlotAxes.scatter(label: 'str | None' = None, *, field: 'str', x_field: 'str | None' = None, association: 'str' = 'global', unit: 'str' = '1', colormap: 'str' = 'Viridis', color_range: 'Any' = None, marker: 'str' = 'circle', marker_size: 'Any' = '6') -> 'PlotLayer'