Visualize Function Slices
Visualize a field using vectors on surface slices through space.
In[1]:=
SliceVectorPlot3D[
Grad[Sin[x] Cos[ y] + Cos[ z], {x, y, z}], {x, -2, 2}, {y, -2,
2}, {z, -2, 2}, PlotTheme -> "Detailed", ImageSize -> 500,
VectorStyle -> "Arrow3D", VectorColorFunction -> Hue]
Out[1]=