You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Scale is an internal feature transform used to define MinMax and Interquartile. We could have used this name to mean the current Stretch geometric transform.
This breaking change will need to be implemented in three steps:
Rename Scale to LowHigh
Rename Stretch to Scale
Rename Expand to Stretch
The text was updated successfully, but these errors were encountered:
Currently the
Scale
is an internal feature transform used to defineMinMax
andInterquartile
. We could have used this name to mean the currentStretch
geometric transform.This breaking change will need to be implemented in three steps:
Scale
toLowHigh
Stretch
toScale
Expand
toStretch
The text was updated successfully, but these errors were encountered: