|
[Date Index]
[Thread Index]
[Author Index]
Re: how to ListPlot3D large data sets
- To: mathgroup at smc.vnet.net
- Subject: [mg120487] Re: how to ListPlot3D large data sets
- From: Oliver Ruebenkoenig <ruebenko at wolfram.com>
- Date: Mon, 25 Jul 2011 07:30:01 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201107232354.TAA08712@smc.vnet.net>
On Sat, 23 Jul 2011, Ted Sariyski wrote:
> Hi,
> I guess I am pushing the limits of ListPlot3D. I try to ListPlot3d a data
> set with many millions of records. I was not able to get an image from the
> full dataset, it takes forever. If I use e.g. every fifth record, although
> slow, I get an image. The machine running Mathematica is Windows 7 (64 bit),
> has 24 GB RAM and there was no swapping. I wonder what is considered as a
> reasonable data size for ListPlot3D and are there other tools in Mathematica
> for visualization of large data sets?
> Thanks in advance,
> --Ted
>
>
>
Ted,
is your data packed?
Developer`PackedArrayQ[yourData]
Oliver
Prev by Date:
Re: CDF Files Break when being mailed or uploaded
Next by Date:
Re: CDF Files Break when being mailed or uploaded
Previous by thread:
how to ListPlot3D large data sets
Next by thread:
Re: how to ListPlot3D large data sets
|