We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://ubermag.github.io/api/_autosummary/discretisedfield.plotting.Hv.html The example on the website has a running error:
import discretisedfield as df p1 = (0, 0, 0) p2 = (100, 100, 100) n = (10, 10, 10) mesh = df.Mesh(p1=p1, p2=p2, n=n) field = df.Field(mesh, dim=1, value=2) field.hv.contour(kdims=['y', 'z'])
The result after running is: All other examples work fine.
The text was updated successfully, but these errors were encountered:
We will change the example but expect the failure from trying to generate contours on a uniform field.
Sorry, something went wrong.
lang-m
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
https://ubermag.github.io/api/_autosummary/discretisedfield.plotting.Hv.html
The example on the website has a running error:
The result after running is:

All other examples work fine.
The text was updated successfully, but these errors were encountered: