Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Often as a result of several simulations which are themselves intensive a huge amount of information i.e., points/line/plane depending to the subject of investigation are available. Although there are extensive list of multivariate analysis and data-mining techniques to summarize the results however I am often amazed by a simple visualization giving the most of the information in one shot.
Being familiar with some techniques in visualization e.g., application of OpenGL etc I would like to ask: 1- Is there any software/technique/framework/etc providing ability to visualize several million particles (points/lines/...)?
2- What is the most favorite application in the community of statistics? I'm not fan of R! What else?

Note:
Let consider 3D data to be visualized interactively, so rotation and selection (slicing) being available realtime.

share|improve this question
1  
(1) What are you a fan of? (2) How many dimensions do your "points/lines/..." have? – whuber Oct 17 '11 at 13:38
Python is my favorite programming language even having less comprehensive statistical packages compared to R. The question was updated with dimension info. – Developer Oct 18 '11 at 10:56

1 Answer

ParaView and VisIt are two tools designed for such uses, visualizing large and high dimensional scientific data sets with interactive slicing and manipulation.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.