pyart.graph.GridMapDisplay.plot_longitude_slice

GridMapDisplay.plot_longitude_slice(field, lon=None, lat=None, vmin=None, vmax=None, ax=None)[source]

Plot a slice along a given longitude.

Parameters :

field : str

Field to be plotted.

lon, lat : float

Longitude and latitude (in degrees) specifying the slice. If None the center of the grid is used.

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.

ax : axes or None.

Where to create the plot, if None the current axis is used.

Previous topic

pyart.graph.GridMapDisplay.plot_latitude_slice

Next topic

pyart.graph.MdvDisplay

This Page