uxarray.Grid.plot.mesh

Contents

uxarray.Grid.plot.mesh#

Grid.plot.mesh(backend='bokeh', exclude_antimeridian=False, width=1000, height=500, xlabel='Longitude', ylabel='Latitude', **kwargs)#

Vector Line Plot of the edges that make up each face.

Parameters:
  • backend (str) –

    Selects whether to use Holoview’s “matplotlib” or “bokeh” backend for rendering plots exclude_antimeridian: bool,

    Whether to exclude edges that cross the antimeridian

  • height (int) – Plot Height for Bokeh Backend

  • width (int) – Plot Width for Bokeh Backend