How to make a simple x vs y graph in Google docs

  • Thread starter Thread starter sp3sp2sp
  • Start date Start date
  • Tags Tags
    Google Graph
AI Thread Summary
To create a simple x vs y graph in Google Docs, select the two columns of data and navigate to Insert --> Chart, then choose Scatter chart in the Chart Editor to display points. If the x-axis is missing, ensure that the top of each column has labels and include them when selecting the data. If the graph shows separate x and y values, check the Chart Editor for the "X-axis" and "Series" settings, adjusting them as necessary. Users have found that selecting data columns in separate steps can help plot points correctly. The discussion emphasizes the importance of proper data selection and labeling for accurate graph representation.
sp3sp2sp
Messages
100
Reaction score
4
If I select two columns of data what are the steps to make a simple x vs y graph of that data? I know its sort of a dumb question but i can't see how to do this. It automatically suggests any graph other than a basic x vs y. Thanks for any help
 
Computer science news on Phys.org
I assume you want the data displayed as points rather than lines, bars, wedges, etc.

Select the data you want to plot.
In the menu at the top, choose Insert --> Chart. The default is a line graph.
In the Chart Editor, choose Data --> Chart type --> Scatter chart. This gives you points instead of a line.

graph.gif
 

Attachments

  • graph.gif
    graph.gif
    23.9 KB · Views: 1,375
Thanks for the steps jtbell appreciate it. I did exactlt as you specified and I can get the scatter chart but the x-axis is always missing. I attached pic of what it looks like. Its just random numbers. Thanks for any more help
 

Attachments

That looks like it's plotting the x and y values separately, blue and red respectively. I have to go out soon, but later today I'll try to reproduce your result and see how the steps differ from the way I made my plot.

In the meantime, try adding labels to the top of each column of data (like my x and y) and include them when you select the data. Maybe that makes a difference.
 
I tried to copy your data by reading the x and y values from your graph. Here's what I got immediately after choosing Insert --> Chart:

graph2.gif


Then after changing it to a scatter chart, without touching any of the other settings in the chart editor:

graph3.gif


As you can see, I have both x and y axes, and a single set of points. In the chart editor, there are ranges for "X-axis" and "Series". I bet you have a blank "X-axis" and two "Series".

[added] Aha! I deleted the "X-axis" range in the chart editor, and added a second "Series" with the range A2:A7:

graph4.gif

The graph looks like what you have, except that the colors are switched. If you have something similar in the chart editor, try deleting one of the "Series" and putting it in the "X-axis".
 

Attachments

  • graph2.gif
    graph2.gif
    35.6 KB · Views: 848
  • graph3.gif
    graph3.gif
    32 KB · Views: 1,068
  • graph4.gif
    graph4.gif
    33.1 KB · Views: 804
Wouldn't hurt to know what program do you use. For example I am not 100% sure Excel and OpenOffice Calc work the same way.
 
Thank you again for this help. I finally found out that if I select data columns in separate steps then it will plot the points and plot line.
Im trying to plot pressure vs temp to extrapolate value for absolute zero, but the graph looks pretty bad with the values i got from lab. I think I should repeat lab
btw Borek this is all in google docs.
chart.png
 

Attachments

  • chart.png
    chart.png
    2.8 KB · Views: 834
Back
Top