pyart.graph.GridMapDisplayBasemap.plot_latitude_slice

GridMapDisplayBasemap.plot_latitude_slice(field, lon=None, lat=None, **kwargs)[source]

Plot a slice along a given latitude.

For documentation of additional arguments see plot_latitudinal_level().

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.