nested_grid_plotter.add_letter_to_frames#

nested_grid_plotter.add_letter_to_frames(axes: Sequence[Axes], zorder: int = 10) None[source]#

Add a letter at the top left hand corner of the frame of the given axes.

If more than 26 frames are provided, the letters are complemented by a numeral suffix, e.g., a-1, b-1, c-1, … z-1, a-2, b-2, …

Parameters:
  • axes (Sequence[Axes]) – Sequence of axes to label.

  • zorder (int) – Drawing order for axes is patches, lines, text. The default is 10.