Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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" wrote in message ... |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A scatter plot with a 2 column data source | Charts and Charting in Excel | |||
How do I have unique data labels for points in a XY Scatter plot? | Charts and Charting in Excel | |||
Add data labels without displaying data points? | Charts and Charting in Excel | |||
Custom data labels on a scatter plot | Charts and Charting in Excel | |||
Data Points in Scatter Chart | Charts and Charting in Excel |