-
-
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
plot_surface() wrapper #5084
Labels
Comments
I suggested this in #2235 but then never did it... It would be nice though. |
I started working on this, and it seems to be almost trivial, except that Lines 678 to 684 in ddc352f
but it's not immediately obvious to me how this bit works:
actually, I think this is a bug. I'll make a new issue... |
This was referenced Mar 31, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an xarray way to make a surface plot, like matplotlib's
plot_surface()
? I didn't see one on a quick skim, but expect it should be fairly easy to add, following the style forcontour()
,pcolormesh()
, etc.? For the matplotlib version, see https://matplotlib.org/stable/gallery/mplot3d/surface3d.html.The text was updated successfully, but these errors were encountered: