Hi,
I have a huge data file of 3d points in the form :
x1 y1 z1
x2 y2 z2
...
xn yn zn

and my data files contains about 400 000 points so plotting (3D) them in gnuplot using x11 or wxt terminal is very time consuming (there is lag every where and I cannot rotate my graphs). I am searching for an openGL terminal for gnuplot (v4.2 patchlevel 3) or something that could plot my data in 3d using graphic acceleration instead of CPU acceleration. Anyone knows where can I found my heaven?!
Thanks in advance