Graphing and Axis Values

  • Thread starter Thread starter Thundersixx
  • Start date Start date
T

Thundersixx

Quick question, Im taking in the values for a scatter plot and when
graphed My X axis is being labeled with row values.

For example if I have 100 points lets say the first column is values
10,20...1000 and the 2nd column has 100,200...10000. Now my first few
points are (10,100) (20,200) etc. But the graph is showing 1,2,3,4,5
for the x values on the axis, these number are corresponding to the row
these points are on. When you hover over the point I get the message
Point "10" (1,100) How do I switch these around?
 
Hi,

That normally happens when you only defined your Y valuesbut not the
x´s.

Xl use by default 1,2,.. for the x values.

to check it quickly: click the function in your chart and see if the
formula bar is the type:
=series(,,your Y range)
 
Back
Top