Hello,all
I want to create a 3d scatter plot.
My data is a 5(two position &three velocity) by 4934434 array
4934434 means number of particles.
I've tried plot_3dbox and surface + plots,x,y,velocity,/t3d (a method from
http://www.dfanning.com/tips/scatter3d.html)
but both of the two method give "too many elements"
It seems IDL cant handle 4934434 by 4934434 array since I can't create array of such size by make_array()/indgen()
Do I use wrong method to create a 3d scatter plot?