uxarray.UxDataArray.plot.polygons

uxarray.UxDataArray.plot.polygons#

UxDataArray.plot.polygons(backend='bokeh', exclude_antimeridian=True, projection=None, width=1000, height=500, colorbar=True, cmap='Blues', xlabel='Longitude', ylabel='Latitude', cache=True, override=False, **kwargs)#

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

Parameters:
  • backend (str) – Selects whether to use Holoview’s “matplotlib” or “bokeh” backend for rendering plots

  • exclude_antimeridian (bool,) – Whether to exclude faces that cross the antimeridian (Polygon Raster Only)

  • height (int) – Plot Height for Bokeh Backend

  • width (int) – Plot Width for Bokeh Backend