Is it possible to use Python to change the formula used to link the top X axis to the bottom X axis? For example, rather than using the formula "X1 = 9/5X1+32" instead changing this to "X1 = 2*X1".
I appreciate anyone's help and thank you in advance.