Open
Description
While providing a current field to a FF streamline object, I get this error. This error happens even in current plotly version: e53e626 (The last commit I tested the workflow in)
The same field when provided to a matplotlib streamplot object produces the expected lines:
The only difference which I could see is the ODE integrator being used in matplotlib and plotly. I refer to
https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/streamplot.py with matplotlib using Heun's method.