Closed
Description
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 for contour()
, pcolormesh()
, etc.? For the matplotlib version, see https://matplotlib.org/stable/gallery/mplot3d/surface3d.html.