I am trying to create a scatter plot with two different series on it. (Both can use the same y-axis). The x-axis data is the same for both series. The Y-axis data is in two different columns. Like this:
[TABLE="width: 200"]
<tbody>[TR]
[TD="align: center"]x[/TD]
[TD="align: center"]y1[/TD]
[TD="align: center"]y2[/TD]
[/TR]
[TR]
[TD="align: center"]100[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]250[/TD]
[TD="align: center"]2.5[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"]1000[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]6[/TD]
[/TR]
[TR]
[TD="align: center"]5000[/TD]
[TD="align: center"]3.5[/TD]
[TD="align: center"]8[/TD]
[/TR]
</tbody>[/TABLE]
Instead of getting the first two x-values kinda close together with the fourth x-value much further out, I'm getting perfectly evenly spaced x-values labeled 1, 2, 3, and 4.
The values are all links to other spots in the spreadsheet. But it happens even when using raw numbers. I have tried everything I can think of. This is driving me crazy!! Please help!
Thank you in advance. --Ben
[TABLE="width: 200"]
<tbody>[TR]
[TD="align: center"]x[/TD]
[TD="align: center"]y1[/TD]
[TD="align: center"]y2[/TD]
[/TR]
[TR]
[TD="align: center"]100[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]250[/TD]
[TD="align: center"]2.5[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"]1000[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]6[/TD]
[/TR]
[TR]
[TD="align: center"]5000[/TD]
[TD="align: center"]3.5[/TD]
[TD="align: center"]8[/TD]
[/TR]
</tbody>[/TABLE]
Instead of getting the first two x-values kinda close together with the fourth x-value much further out, I'm getting perfectly evenly spaced x-values labeled 1, 2, 3, and 4.
The values are all links to other spots in the spreadsheet. But it happens even when using raw numbers. I have tried everything I can think of. This is driving me crazy!! Please help!
Thank you in advance. --Ben