Origin Ver. and Service Release: 2022b Operating System: Windows 11
I am writing a PyCharm script to to generate a graph with an axis that uses the "divide by factor" feature.
If I generate my graph using a template, I can ensure that the axis has a "divide by factor" in use. However, I do not know in advance what value for the "divide by factor" is suitable for my data set.
I can calculate a suitable value for the "divide by factor" within my PyCharm script, based on my data set. But the problem is that I could not find a way to change the value of the "divide by factor" in the Origin graph itself.
Please would you advise me if there is a way to programmatically alter this value?