uxarray.Grid.plot.edge_centers

uxarray.Grid.plot.edge_centers#

Grid.plot.edge_centers(backend=None, **kwargs)#

Wrapper for Grid.plot.points(element='edge centers')

Parameters:
  • backend (str or None, optional) – Plotting backend to use. One of [‘matplotlib’, ‘bokeh’]. Equivalent to running holoviews.extension(backend)

  • **kwargs (dict) – Additional keyword arguments passed to hvplot.points. For a full list of supported arguments, please refer to https://hvplot.holoviz.org/user_guide/Customization.html

Returns:

gdf.hvplot.points – A point plot of the edge center coordinates

Return type:

hvplot.points