I have a 3D dataset with around 6 million points. Is there any way to plot it using contour3D? Every time tried, mayavi goes out of memory.
Else, is there a way to increase the number of colors in the volume() ctf to more than 256 colors. I have floating point data values and have to discretise them to use the Volume(). Hence, I lose a lot of imformation. Is there any way around that?