LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate graph in Excel with more than 4000 points

I have a problem of generating a graph in excel with more than 4000 data points. Is it possible to generate a graph in excel with more than 4000 points. If it is possible kindly help me to do that.
 
Raguraman. J.
0 Kudos
Message 1 of 8
(7,840 Views)

It is not possible to plot 4000 or more points in an Excel graph.  This is a limitation of the Microsoft Graph component of Excel.  The easiest workaround is to decimate your data to a size less than 4000.

-D

0 Kudos
Message 2 of 8
(7,828 Views)
Darren,

4000? I thought the limit was 32000.....

Is this an internal Excel limitation or some toolkit?

Curious

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 3 of 8
(7,812 Views)

To my knowledge it is 4000.  I think the 32000 limitation applies to the actual rows/columns in the spreadsheet.  If you launch the data editor for a graph/chart in Excel, you'll notice that the table for the graph/chart data only has 3999 columns.

-D

0 Kudos
Message 4 of 8
(7,798 Views)
I think that you should pay attention to the version of Excel that you are referring to as well!

Different versions have different limits.


Just out of intereset, why where 4000 data points needed? You can't see them on a standard display (monitor) and I would be interested to know if the printer driver actually bothers to create that level of detail on the hard copy?


What we do is create multiple graphs with summary averaged data and zooms of places of interest.... if that helps any.
0 Kudos
Message 5 of 8
(7,792 Views)
You may be running into trouble by trying to input your data into a single row. Try using the "transpose" option of the save to spreadsheet vi. This will put your data into a single column, where you have the 32K limit. I have done this many times with no hassle, even in Excel 97.
Hope this helps.

Dave
0 Kudos
Message 6 of 8
(7,772 Views)

I think the 32k limit applies to 2D chart and the 4k limit applies to 3D chart

0 Kudos
Message 7 of 8
(7,043 Views)

In Excel 2007 you are limited only by the memory of your PC, you can plot as long as your number of columns or row, but in 3D plot you are limited to 4000 points as the earlier poster had suggested.

 

If you are haveing problem plotting 2D- 4000 points, then the problem is the memory in you PC

0 Kudos
Message 8 of 8
(7,008 Views)