clamp-min
Input Stack:
|
⇨ | Output Stack:
|
Restricts the minimum value of the output time series to the specified value. Values from the input time series that are greater than or equal to the minimum will not be changed. A common use-case is to allow for auto-scaled axis up to a specified bound. For more details see :clamp-max.
Example:
Before | After |
name,sps,:eq, :sum | name,sps,:eq, :sum, 200e3,:clamp-min |