I am currently facing a major issue. When using the OriginPro software directly, I can adjust the x-axis of my scatter plot to display in log10 before fitting, which effectively prevents over-parameterization. However, when I use Python code, I cannot set this during the fitting process to prevent over-parameterization. What should I do?