Hello: I want to operate with two scattered sets of data.
Allow me the example. I have two series of scattered X,Y data, such as:
X Y -first series
4243 0,655
8485 1,000
12728 0,974
X Y -second series
4393 0,637
8787 1,000
13180 0,887
I can plot this two series, but :how can I obtain the combination of the two plots, lets say plotA/PlotB?
The data does not fit into a single simple trend line, so I cannot obtain an equation of each series. And as you can see, even though X is sorted, neither X nor Y are equally distributed.
Thanks,
Allow me the example. I have two series of scattered X,Y data, such as:
X Y -first series
4243 0,655
8485 1,000
12728 0,974
X Y -second series
4393 0,637
8787 1,000
13180 0,887
I can plot this two series, but :how can I obtain the combination of the two plots, lets say plotA/PlotB?
The data does not fit into a single simple trend line, so I cannot obtain an equation of each series. And as you can see, even though X is sorted, neither X nor Y are equally distributed.
Thanks,