staircase.Stairs.max# Stairs.max() → float# The maximum of the step function. Returns: floatThe maximum of the step function See also Stairs.min, Stairs.values_in_range Examples >>> s1.plot(arrows=True) >>> s1.max() 1 >>> s3.clip(2,4).plot(arrows=True) >>> s3.clip(2,4).max() 1.0