pyart.graph.RadarMapDisplayBasemap.plot_labels

RadarMapDisplayBasemap.plot_labels(labels, locations, symbols='r+', text_color='k', ax=None)

Plot symbols and labels at given locations.

Parameters
  • labels (list of str) – List of labels to place just above symbols.

  • locations (list of 2-tuples) – List of latitude, longitude (in degrees) tuples at which symbols will be place. Labels are placed just above the symbols.

  • symbols (list of str or str) – List of matplotlib color+marker strings defining symbols to place at given locations. If a single string is provided, that symbol will be placed at all locations.

  • text_color (str) – Matplotlib color defining the color of the label text.

  • ax (Axis) – Axis to plot on. None will use the current axis.