Excel line chart (how to change axis points)

charlie15

New Member
Joined
Feb 13, 2017
Messages
2
If I have the following data for example:

<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
Weight (lb)Type of DogSpeed (mph)
Dalmatian
Dalmatian
Dalmatian
Dalmatian
Dalmatian
Golden Retriever
Golden Retriever
Golden Retriever
Golden Retriever
Golden Retriever
Golden Retriever

<colgroup><col style="width: 70px"><col width="103"><col width="80"></colgroup><tbody>
[TD="align: right"]50[/TD]

[TD="align: right"]12[/TD]

[TD="align: right"]60[/TD]

[TD="align: right"]10[/TD]

[TD="align: right"]70[/TD]

[TD="align: right"]11[/TD]

[TD="align: right"]55[/TD]

[TD="align: right"]12[/TD]

[TD="align: right"]65[/TD]

[TD="align: right"]13[/TD]

[TD="align: right"]70[/TD]

[TD="align: right"]5[/TD]

[TD="align: right"]80[/TD]

[TD="align: right"]4[/TD]

[TD="align: right"]85[/TD]

[TD="align: right"]6[/TD]

[TD="align: right"]75[/TD]

[TD="align: right"]7[/TD]

[TD="align: right"]65[/TD]

[TD="align: right"]3[/TD]

[TD="align: right"]76[/TD]

[TD="align: right"]7[/TD]

</tbody>

I want to create a line chart that shows weight on the y axis and speed on the x axis with one line for Dalmatians and another for Golden Retrievers. How do I accomplish this? Should I be setting up my data tables differently?

-- removed inline image ---
 
Currently I am only getting line charts that show one line for weight and another for speed with data points for breed type. :(
 
Upvote 0

Forum statistics

Threads
1,226,848
Messages
6,193,315
Members
453,790
Latest member
yassinosnoo1

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