T O P I C R E V I E W |
hauli |
Posted - 09/08/2006 : 01:55:22 AM 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
Thanks for any help Hauli
Edited by - hauli on 09/08/2006 02:04:34 AM |
1 L A T E S T R E P L I E S (Newest First) |
larry_lan |
Posted - 09/08/2006 : 05:05:07 AM Hi Hauli:
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:

Larry OriginLab GZ Office |
|
|