threshold

open override val threshold: Number? = null

Parameters

threshold

default = null If a bin's ..count.. is less than the threshold, it will be removed, but only if it is on the left or right edge of the histogram. This is useful for free scales in facets - use threshold=0 to make the plot take up the entire panel space.