clamp-min

Input Stack:
Double
TimeSeriesExpr
Output Stack:
TimeSeriesExpr
 

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:

BeforeAfter
name,sps,:eq,
:sum
name,sps,:eq,
:sum,
200e3,:clamp-min