Table to Path
Brief Description
Generates a Path from a Table. This is useful to draw a path based on external data, such as statistics.
Controls
| Parameter / Script Name | Type | Default | Function |
|---|---|---|---|
Enabled / enabled
|
Boolean | On | |
Table / source
|
- | ||
X Column / x_column
|
Choice | - |
- Use Default Axis |
Y Column / y_column
|
Choice | - |
- Use Default Axis |
X Offset / x_offset
|
Float | 0 | Offset added to the values for each X cell |
X Multiplier / x_multiplier
|
Float | 1 | Multiplier applied to the values for each X cell (before the offset) |
Y Offset / y_offset
|
Float | 0 | Offset added to the values for each Y cell |
Y Multiplier / y_multiplier
|
Float | 1 | Multiplier applied to the values for each Y cell (before the offset) |
Default Axis Start Value / start_value
|
Float | -250 | If one of the axis is not assigned to aa column, this will be the starting value of the first table row |
Default Axis End Value / end_value
|
Float | 250 | If one of the axis is not assigned to a column, this will be the the value of the last table row |
Axis Type / axis_type
|
Choice | Linear |
- Linear - Logarithmic |
Mode Column / mode_column
|
Choice | - |
- Default Value (LineTo) |
