Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Problem
Worth adding a function for computing and displaying 3D stream plots?
A 3D version of the streamline plot functionpyplot.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 inMayavi,Magpylib via Pyvista, andMathematica.
Proposed solution
No response