uxarray.plot.accessor.UxDataArrayPlotAccessor#

class uxarray.plot.accessor.UxDataArrayPlotAccessor(uxda)#

Plotting Accessor for UxDataArray, accessed through UxDataArray.plot() or UxDataArray.plot.specific_routine()

__init__(uxda)#

Methods

__init__(uxda)

datashade(*args[, method, plot_height, ...])

Visualizes an unstructured grid data variable using data shading (rasterization + shading).

points([backend, width, height, colorbar, ...])

Vector Point Plot of a Data Variable Mapped to either Node, Edge, or Face Coordinates.

polygons([backend, exclude_antimeridian, ...])

Vector Polygon Plot of a Data Variable Residing on an Unstructured Grid.

rasterize([method, backend, ...])

Rasterized Plot of a Data Variable Residing on an Unstructured Grid.