pyrfu.plot.make_labels module#

pyrfu.plot.make_labels.make_labels(axs, pos, pad: float = 0, **kwargs)[source]#

Add subplots labels to axes

Parameters:
  • axs (ndarray) – Array of subplots axes.

  • pos (array_like) – Position of the text in the axis.

Returns:

axs – Array of subplots axes with labels.

Return type:

ndarray