Plotting with X-Y Coordinates

LouShepherd0921

New Member
Joined
Mar 14, 2006
Messages
4
Excel 2010-

I want to draw a line chart with the x-axis values in one range and the y-axis values in another range. Both ranges contain values from 0.00 to 1.00.

The 2 columns might look like this:
0.56 0.01
0.78 0.19
0.91 0.58

So the first point would be 0.56 on the Y axis and .01 on the X axis, the second would be 0.78 on Y and 0.19 on X etc.

Also both the X and Y axis labels should span from 0 to 1 at .10 intervals.

For some reason I've been working with trying to do this for quite a while with no success. I would really appreciate it if someone could get me going in the right direction. It could be in the form of a macro or just using the steps in creating the chart in the worksheet.

Thanks,
Lou
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Lou, You can do this as a Line Chart but then there are difficulties with getting the 0.10 intervals you want. I'm using Excel 2007 but it should be similar in Excel 2010.
Assuming your data above is in A1:B3
Select A1:B3
Click Insert on the Ribbon and Select Scatter
Select Scatter with Straight Lines
You should now have a chart with a line connecting the data points showing X from 0 to 1 and Y from 0 to 0.7
You can now format the Y Axis to show from 0 to 1 and adjust the intervals on both axes as you require.
 
Upvote 0

Forum statistics

Threads
1,215,487
Messages
6,125,073
Members
449,205
Latest member
Healthydogs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top