You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> h=hv.VectorField(([-1, 0, 1, 2, 3], np.deg2rad([0, 45, 90, 180, 360])))
>>> h.data
x y Angle Magnitude
0 -1 0.000000 NaN NaN
1 0 0.785398 NaN NaN
2 1 1.570796 NaN NaN
3 2 3.141593 NaN NaN
4 3 6.283185 NaN NaN
The text was updated successfully, but these errors were encountered: