uxarray.plot.accessor.GridPlotAccessor#

class uxarray.plot.accessor.GridPlotAccessor(uxgrid)#

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

__init__(uxgrid)#

Methods

__init__(uxgrid)

edge_centers([backend, width, height])

Vector Point Plot of Edge Coordinates (latitude & longitude of the center of each edge)

edge_coords([backend, width, height])

Vector Point Plot of Edge Coordinates (latitude & longitude of the center of each edge)

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

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

face_centers([backend, width, height])

Vector Point Plot of Face Coordinates (latitude & longitude of the centroid of each face)

face_coords([backend, width, height])

Vector Point Plot of Face Coordinates (latitude & longitude of the centroid of each face)

mesh([backend, exclude_antimeridian, width, ...])

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

node_coords([backend, width, height])

Vector Point Plot of Nodes (latitude & longitude of the nodes that define the corners of each face)

nodes([backend, width, height])

Vector Point Plot of Nodes (latitude & longitude of the nodes that define the corners of each face)