rstoolbox.utils.add_left_title

rstoolbox.utils.add_left_title(ax, title, **kwargs)

Add a centered title on the left of the selected axis.

All annotate() parameters are accessible.

Parameters:
  • ax (Axes) – Target plot axis.
  • title (str) – Title text to add.
Returns:

Annotation