View Single Post
  #5  
Old October 2nd, 2003, 05:31 PM
Jon Peltier
external usenet poster
 
Posts: n/a
Default Multiple series with different x-values on one scatter plot

Bernard's suggestion works just fine for a SCATTER chart, not for a LINE
chart.

If the chart is a LINE chart, Excel uses the X values of the first
series as category labels for all the series, regardless of any apparent
value in these labels.

Change the chart to a SCATTER chart (right click, Chart type from the
pop up menu, Chart Type, and select a Scatter type), and the points will
be located horizontally according to the numerical value of the X values.

The confusion between LINE and SCATTER charts is one of the most
frustrating things about learning Excel, and I've tried to address it in
my article in the Tech Trax newsletter:

Scatter Chart or Line Chart?
http://pubs.logicalexpressions.com/P...cle.asp?ID=190

- Jon
-------
Jon Peltier, Microsoft Excel MVP
http://www.geocities.com/jonpeltier/Excel/index.html
_______

Bernard V Liengme wrote:
Hi,
Let's say you have a chart with the first data series displayed.
Now select the data (the x-values and y-values ) for the new data series and
click the Copy tool
Click the chart to activate it
Use the menu command Edit|PasteSpecial; the dialog box will set you specify
New Series AND X-values in first Column (row).

Bernard
www.stfx.ca/people/bliengme

"NKelly" wrote in message
...

I'm trying to add a new series to a scatter plot in Excel,
but the new series uses a different set of x-values. I
want to plot it along the same axis as the other series,
but Excel plots the first point at (1, #) and the second
point at (2, #), etc., instead of actually reading in the
x-value and putting it at that place on the plot.

How can I change this so that it plots the point at the
correct/actual x,y values?