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
Importing xugrid with the latest xarray results in:
ImportError: cannot import name 'import_matplotlib_pyplot' from 'xarray.plot.utils
Likely a namespace or something in xarray has changed. Since these are internal methods really, we should arguably just copy them into xugrid.
The text was updated successfully, but these errors were encountered:
up to xarray 2023.8.0 they had the following function: https://github.com/pydata/xarray/blob/83c2919b27b4b2d8a01bfa380226134c71321aa0/xarray/plot/utils.py#L50-L55
This can easily be replaced by the contents: import matplotlib.pyplot as plt
import matplotlib.pyplot as plt
Sorry, something went wrong.
import_matplotlib_pyplot
Successfully merging a pull request may close this issue.
Importing xugrid with the latest xarray results in:
ImportError: cannot import name 'import_matplotlib_pyplot' from 'xarray.plot.utils
Likely a namespace or something in xarray has changed. Since these are internal methods really, we should arguably just copy them into xugrid.
The text was updated successfully, but these errors were encountered: