xarray.DataArray.plot.surface (original) (raw)

DataArray.plot.surface(*args, x=None, y=None, figsize=None, size=None, aspect=None, ax=None, row=None, col=None, col_wrap=None, xincrease=True, yincrease=True, add_colorbar=None, add_labels=True, vmin=None, vmax=None, cmap=None, center=None, robust=False, extend=None, levels=None, infer_intervals=None, colors=None, subplot_kws=None, cbar_ax=None, cbar_kwargs=None, xscale=None, yscale=None, xticks=None, yticks=None, xlim=None, ylim=None, norm=None, **kwargs)[source]#

Surface plot of 2D DataArray.

Wraps mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface().

Parameters:

Returns:

artist – The same type of primitive artist that the wrapped Matplotlib function returns.