pyart.graph.gridmapdisplay.GridMapDisplay.plot_grid

GridMapDisplay.plot_grid(field, level=0, vmin=None, vmax=None)[source]

Plot the grid onto the current basemap.

Parameters :

field : str

Field to be plotted.

level : int

Index of the z level to be plotted.

vmin, vmax : float

Lower and upper range for the colormesh. If either parameter is None, a value will be determined from the field attributes (if available) or the default values of -8, 64 will be used.

Previous topic

pyart.graph.gridmapdisplay.GridMapDisplay.plot_crosshairs

Next topic

pyart.graph.gridmapdisplay.GridMapDisplay.plot_latitude_slice

This Page