PC Review


Reply
Thread Tools Rate Thread

How do i show duplicate data points on a scatter plot?

 
 
=?Utf-8?B?TXIuTWFu?=
Guest
Posts: n/a
 
      30th Jan 2006
I need to show that duplicate points exist on a scatter plott used for
coorelation. Normaly a dot with a circle around it. Can I do this in excell?
 
Reply With Quote
 
 
 
 
Andy Pope
Guest
Posts: n/a
 
      30th Jan 2006
Hi,

You can add a second series to ring the duplicate points.

Assuming your x and y data is in A1:B20 place this formula in C1 and
copy down.

=IF(SUMPRODUCT(($A$1:$A$20=A1)*($B$1:$B$20=B1))>1,B1,NA())

Create your xy scatter chart based on A1:C20.
Format the first series as dots by changing the marker to a circle.
Format the second series as dots as well but set the background colour
to None and increase the size of the marker.
For information on markers see here.
http://www.andypope.info/tips/tip009.htm

Cheers
Andy

Mr.Man wrote:
> I need to show that duplicate points exist on a scatter plott used for
> coorelation. Normaly a dot with a circle around it. Can I do this in excell?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
 
Reply With Quote
 
=?Utf-8?B?TXIuTWFu?=
Guest
Posts: n/a
 
      30th Jan 2006
Awsome!! Thanks!!

"Andy Pope" wrote:

> Hi,
>
> You can add a second series to ring the duplicate points.
>
> Assuming your x and y data is in A1:B20 place this formula in C1 and
> copy down.
>
> =IF(SUMPRODUCT(($A$1:$A$20=A1)*($B$1:$B$20=B1))>1,B1,NA())
>
> Create your xy scatter chart based on A1:C20.
> Format the first series as dots by changing the marker to a circle.
> Format the second series as dots as well but set the background colour
> to None and increase the size of the marker.
> For information on markers see here.
> http://www.andypope.info/tips/tip009.htm
>
> Cheers
> Andy
>
> Mr.Man wrote:
> > I need to show that duplicate points exist on a scatter plott used for
> > coorelation. Normaly a dot with a circle around it. Can I do this in excell?

>
> --
>
> Andy Pope, Microsoft MVP - Excel
> http://www.andypope.info
>

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to bring data points to front on a scatter plot? Mkille Microsoft Excel Charting 1 22nd Aug 2008 03:37 AM
Workable Scatter Plot Data Points Dave_AD Microsoft Excel Programming 5 3rd Jan 2008 05:08 AM
Scatter plot - Size of data points from spreadsheet value? ferdy Microsoft Excel Charting 2 2nd Oct 2006 03:32 PM
How do I have unique data labels for points in a XY Scatter plot? =?Utf-8?B?aGV5aG93eml0Z29pbg==?= Microsoft Excel Charting 1 18th Jan 2006 04:33 PM
how to add data points to a scatter plot with trend line =?Utf-8?B?U2FtYW50aGE=?= Microsoft Excel Charting 2 28th Feb 2005 01:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:40 AM.