Origin Version (Select Help-->About Origin): 7.5 Operating System: Windows XP
Suppose I got the following data
x y 1 8 5 12 7 15 9 22 12 34 15 37
I plot a Graph and enter in the Script window: layer1.x.ticksbydata$=data1_a; layer1.y.ticksbydata$=data1_b;
the resulting graph displays correctly
but, if my data does not increase monotonically, as with the following data, the same procedure as described above produces a graph with missing marks on the y-axis; the marks for y-values 34 and 25 are not displayed. what is the problem?
x y 1 8 5 12 7 15 9 22 12 34 15 25
In reality my data is much more complicated, but the results are the same
If you want this property to set ticks, the data SHOULD BE increase monotonically. However, you can add one more column and sort it to use as ticks value, like: