-
-
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
Plotting with 2d coordinates, error in transposed coordinate #3138
Comments
Thanks for the report. I think should be relatively straightforward to fix, assuming that the underlying maptlotlib plotting functions handle 2D coordinates. For reference, here's the full error traceback:
|
Thanks @hetland, good to see you here. I think this is probably easy to fix by using |
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Oct 24, 2019
4 tasks
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Oct 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is similar to issue #1503, but specifically deals with requiring the correct order of dimensions for plotting 2d coordinates. An example of the issue is:
plotting with
z
andzt
should give the same results, since the dimensions are clearly labeled and other than the order of the dimensions, they are exactly the same.This works:
This does not:
Broadcasting, e.g., does not give a similar error. Specifically, this is true:
The text was updated successfully, but these errors were encountered: