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
currently not implemented; was possible in an older version:
We can also pass a different scalar field for the colouring. Here we create a new scalar field (square of the y component of the original field).
# TODO field.hv.vector( kdims=["x", "y"], cdim=field.y**2, cmap="plasma", clabel="our colour field", )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently not implemented; was possible in an older version:
The text was updated successfully, but these errors were encountered: