I have x,y,z,E-field stored into four columns in a data file.
I want to display them easily in a graph. I'm open to suggestions, but the best option that I can think of is to use Manipulate to have a sliding x and then use a density color plot to display a slice (y and z for the axes and color to show the value of the E-field). I haven't been able to do it successfully though.
Is there an easy way to do this? Or is there a better way to display the information?