Open
Description
Problem
Worth adding a function for computing and displaying 3D stream plots?
A 3D version of the streamline plot function pyplot.streamplot
would display the streamlines in 3D vector fields. This is doable in Matplotlib by computing everything beforehand and displaying the results in 3D, but it would be a lot simpler if Matplotlib had a function that does everything. This function would be especially useful for displaying magnetic field streamlines in 3D.
Similar functions in Mayavi , Magpylib via Pyvista, and Mathematica.
Proposed solution
No response