Hi,
If you simply need to scale each data plot by a constant factor, you can use our Simple Math tool from menu Analysis: Mathematics: Simple Curve Math. Or just the run the X functions individually to realize the goal:
mathtool iy1:=[Book1]Sheet1!col(2) operator:=mul operand:=const const:=0.333; // Apply a 0.333 scaling factor to plot in column 2
mathtool iy1:=[Book1]Sheet1!col(3) operator:=mul operand:=const const:=0.667; // Apply a 0.667 scaling factor to plot in column 3
Regards!
Sean
OriginLab Tech. Service