RangeMode
public enum RangeMode : String, Encodable
If tozero`, the range extends to 0, regardless of the input data If nonnegative, the range is non-negative, regardless of the input data.
If normal, the range is computed in relation to the extrema of the input data (same behavior as for cartesian axes).
-
Undocumented
Declaration
Swift
case toZero = "tozero"
-
Undocumented
Declaration
Swift
case nonNegative = "nonnegative"
-
Undocumented
Declaration
Swift
case normal