Let's say I have the following (x0,y0) data that I have plotted (the y0-axis plotted on the left-hand side):
x0,y0
-----
500,1
200,3
...
Further, I have another set of data (x1,y1) given as:
x1 y1
-----
1.5,1
3.2,2
...
I am wanting to add an addition y1-axis on the right-hand side, which will have x1 as the break points and y1 as the labels. x1 and y0 are on the same scale, but the two datasets are of different lengths, and there is no formula which one can use to derive x1 from y0.
Thanks
