ecl-logo Documentation

RescaleY

RescaleY[data,{oldMin,oldMax},{newMin,newMax}]newData

scales only the Y vales of a set of {x,y} coordinates to a new maximum and minimum based upon an old maximum and minimum value.

Details

    Input
    Output

Examples

Basic Examples  (3)

Rescale just the y-coordinate:

Leave the min and max unspecified to use the min/max of y data points:

Rescale multiple lists of XY coordinates: