uxarray.Grid.plot.node_coords

uxarray.Grid.plot.node_coords#

Grid.plot.node_coords(backend='bokeh', width=1000, height=500, **kwargs)#

Vector Point Plot of Nodes (latitude & longitude of the nodes that define the corners of 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