Closed as not planned
Description
Are there any plans to support streamplotting data on irregular grids?
Currently, the streamplot documentations states:
Draws streamlines of a vector flow.
x, y : 1d arrays
an evenly spaced grid.
If my data is on an irregular grid, I currently have to interpolate to an evenly spaced grid before I can create a streamplot. This becomes a problem when the data is very large and interpolating takes a long time.
To add more roadbloacks, my x and y values are 2D arrays. Are there plans to support 2D x and ys as input to the streamplot?
(cc @pp-mo for reference)