PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting How do I make my data points not overlap in a scatter plot?

Reply

How do I make my data points not overlap in a scatter plot?

 
Thread Tools Rate Thread
Old 30-01-2006, 04:04 AM   #1
=?Utf-8?B?c2ZkYw==?=
Guest
 
Posts: n/a
Default How do I make my data points not overlap in a scatter plot?



  Reply With Quote
Old 30-01-2006, 04:26 AM   #2
Jon Peltier
Guest
 
Posts: n/a
Default Re: How do I make my data points not overlap in a scatter plot?

Excel plots the data you give it. If two points have the same X and Y
values, they will be plotted in the same location in the chart. If you want
the points not to obscure each other, you need to offset them slightly.
Excel has no built-in functionality to generate this offset, so you'll have
to work out your own algorithm and write your own formulas.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

"sfdc" <sfdc@discussions.microsoft.com> wrote in message
news:85B4F748-8262-4C6B-8AAD-D9FFCC5D4D76@microsoft.com...
>



  Reply With Quote
Old 30-01-2006, 04:31 AM   #3
Mike Middleton
Guest
 
Posts: n/a
Default Re: How do I make my data points not overlap in a scatter plot?

sfdc -

In Excel, one (tedious) way is to sort the XY pairs on the worksheet,
identify the duplicates, and for each duplicate pair add or subtract a small
number for either the X or Y value. It's a manual method for what's
sometimes called "jittering."

- Mike
www.mikemiddleton.com


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off