We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All,
Is any body tried vector plots using thalassa api?
Something like this:
ds['uv_mag_surface'] = (ds.uvel_surface **2 + ds.vvel_surface **2) ** 0.5 ds['uv_ang_surface'] = np.pi / 2 - np.arctan2(-ds.vvel_surface, -ds.uvel_surface) vectorfield = gv.VectorField((ds['lon'], ds['lon'], ds['uv_ang_surface'][1,:], ds['uv_mag_surface'][1,:]))
Any idea how to accomplish that?
Thanks, -Saeed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All,
Is any body tried vector plots using thalassa api?
Something like this:
Any idea how to accomplish that?
Thanks,
-Saeed
The text was updated successfully, but these errors were encountered: