Graphics`PlotField3D`
All of the functionality in Graphics`PlotField3D` has been added to the built-in Mathematica kernel.
Load VectorFieldPlots` to use the Vector Field Plots Package:
Version 5.2

VectorFieldPlot3D contains the functionality of PlotVectorField3D:
Version 5.2
![PlotVectorField3D[{x, y, z}, {x, 0, 1}, {y, 0, 1}, {z, 0, 1}]](Files/PlotField3D.en/legacy_2.gif)
ListVectorFieldPlot3D contains the functionality of ListPlotVectorField3D:
Version 5.2
![ListPlotVectorField3D[
Flatten[Table[{{x, y, z}, {x, y, z}}, {x, 0, 1, 0.2}, {y, 0, 1,
0.2}, {z, 0, 1, 0.2}], 2]]](Files/PlotField3D.en/legacy_3.gif)
GradientFieldPlot3D contains the functionality of PlotGradientField3D:
Version 5.2
![PlotVectorField[{x, y}, {x, 0, 1}, {y, 0, 1}]](Files/PlotField3D.en/legacy_4.gif)