uxarray.Grid.plot.face_coords#
- Grid.plot.face_coords(backend=None, **kwargs)#
Wrapper for
Grid.plot.points(element='face 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 face center coordinates
- Return type:
hvplot.points