![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Location: San Francisco
Posts: 4
|
I am trying to chart around 48,000 rows of data with a two data points per row for the X and Y axis. I've run into a problem that I never thought I would which is that apparently there is a limit of 32,000 data points for any 2-D chart. Is there a way to get around this?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
The limit is 32,000 "data points in a data series for 2-D charts". Just divide your data into 2 or more groups and plot using separate SERIES.
|
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Location: San Francisco
Posts: 4
|
I am not quite sure how to put it into two data series and have it be one continous plotted line. Can you give me more detail?
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Simply select a set of X,Y values that contains less than 32,000 points and drag them to a blank X-Y (Scatter) chart. Copy/Paste Special... as New Series for succeeding sets until all points are plotted.
Format all data points with same data marker style. [ This Message was edited by: Mark W. on 2002-05-15 12:15 ] |
|
|
|
|
|
#5 |
|
New Member
Join Date: May 2002
Location: San Francisco
Posts: 4
|
Thanks Mark W. I tried to do what you said and was successful in getting the data added to the chart. Unfortunately it is not one continous line. The line for the second series at the same point as the first and are plotted separately.
|
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
You didn't say anything about connecting lines -- I thought you were just plotting points! In that case...
Suppose you want to plot... {"X","Y" ;1,4 ;2,2 ;3,8 ;4,4 ;5,7 ;6,1 ;7,9 ;8,3 ;9,2} ...as 2 separate SERIES with a continuous connecting line. Just make sure that there's a common endpoint shared by each SERIES. For example, you can plot... {1,4 ;2,2 ;3,8 ;4,4} ...as the 1st SERIES and then add... {4,4 ;5,7 ;6,1 ;7,9 ;8,3 ;9,2} ...as the 2nd. Then as before format all data points with same data marker and line style. [ This Message was edited by: Mark W. on 2002-05-15 17:02 ] |
|
|
|
|
|
#7 |
|
New Member
Join Date: Jan 2010
Posts: 1
|
Hi Mark,
Thanks for your solution. Can you Please let me know if we can create an adin to perform this task. I will need to perform this task on a regular basis. Thanks in Advance!! |
|
|
|
|
|
#8 |
|
New Member
Join Date: Oct 2011
Posts: 1
|
Hi All,
What can I do if I really need to plot the data in the same series. For example because then I need to obtain a trendline and I do not want to have two, as the two series may look quite different form each other? Cheers! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|