-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Why are there two compute calls for plot? #2390
Comments
Sorry, I meant |
My guess is that this is happening because there is first a call to get the bounds on the data (vmin, vmax). Does the double compute still happen if you specify vmin and vmax in the call to |
We should probably call |
Anecdotally I find that when I call
.plot()
on a dataset object that holds dask arrayscompute
gets called twice. Why is this? I'm curious if this is something that should be resolved.The text was updated successfully, but these errors were encountered: