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.
|