pyart.graph.GridMapDisplay.plot_cross_section#

GridMapDisplay.plot_cross_section(field, start=None, end=None, **kwargs)[source]#

Plot a slice along a given longitude. For documentation of additional arguments see plot_longitudinal_level(). :Parameters: * field (str) – Field to be plotted.

  • start, end (tupple of floats) – tupple of floats containing the latitude and longitude (in degrees) specifying the two points crossed by the slice. If none two extremes of the grid is used