uxarray.Grid.plot.node_coords#
- Grid.plot.node_coords(backend=None, **kwargs)#
Generate a point plot for the grid corner nodes.
This function is a convenience wrapper around the points method, specifically for plotting the grid nodes. It retrieves the longitude and latitude values corresponding to the grid nodes and generates a point plot using hvplot. The backend for plotting can also be specified, and additional plotting options are accepted through kwargs.
- 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 corner node coordinates
- Return type:
hvplot.points