I'm trying to visualize a set of multi-dimensional data. It includes columns like timestamp, length, width, height, speed, score, and more. I would like to visualize all of the data in some sort of chart. I like the idea of an intensity plot (http://www.phasespace.com.au/surface%5Fex.htm). I also saw some nice screenshots of R (http://www.r-project.org/). I would also consider an animation loop to squeeze in the time dimension, but it's not necessary.
What are good ways of showing several dimensions of data at the same time? Most of the data is numeric. It doesn't have to be pretty, but I would like something fairly simple and easy to understand. It would be even better if I can easily print it with only black ink.
Any suggestions would be appreciated.