I have an equation of the following form
$$\frac{2L}{v} = A\left(\frac{\nu}{\epsilon}\right)^{0.5}Re^y$$
I would like to plot this in order to obtain the constant "A" and the exponent "y". $L, v, \nu, \epsilon, Re$ are all variables. I tried plotting $\frac{2L}{v}$ versus $\left(\frac{\nu}{\epsilon}\right)^{0.5}Re$, but this gave a bad fit (R2 = 0.85). I sort of already know what the exponent should be and based on that number, the fit is really good R2> 0.97. Although I have good values for A and y now, I'm looking to improve on them which is why I thought I would try to plot the parameters I've already mentioned. I'm not sure what I'm doing wrong. Even a response that says I am doing this the correct way would be appreciated.